diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-01-03 17:50:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-01-03 17:50:04 +0000 |
commit | 1cfcd8e04f14ef3d924400039e7151e0bea59218 (patch) | |
tree | 16fb32b8c28d307804ca2084a841cf346d50ecaf /net-analyzer/portsentry | |
parent | Remove empty DEPEND. (diff) | |
download | gentoo-2-1cfcd8e04f14ef3d924400039e7151e0bea59218.tar.gz gentoo-2-1cfcd8e04f14ef3d924400039e7151e0bea59218.tar.bz2 gentoo-2-1cfcd8e04f14ef3d924400039e7151e0bea59218.zip |
Fix quoting issues. Do not install LICENSE file.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/portsentry')
-rw-r--r-- | net-analyzer/portsentry/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/portsentry/portsentry-1.2-r1.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-analyzer/portsentry/ChangeLog b/net-analyzer/portsentry/ChangeLog index 425b320248f1..90c9252b8f3d 100644 --- a/net-analyzer/portsentry/ChangeLog +++ b/net-analyzer/portsentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/portsentry -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.23 2010/09/10 14:27:17 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.24 2012/01/03 17:50:04 jer Exp $ + + 03 Jan 2012; Jeroen Roovers <jer@gentoo.org> portsentry-1.2-r1.ebuild: + Fix quoting issues. Do not install LICENSE file. *portsentry-1.2-r1 (10 Sep 2010) diff --git a/net-analyzer/portsentry/portsentry-1.2-r1.ebuild b/net-analyzer/portsentry/portsentry-1.2-r1.ebuild index 47d3fd4c4259..453a72c4edac 100644 --- a/net-analyzer/portsentry/portsentry-1.2-r1.ebuild +++ b/net-analyzer/portsentry/portsentry-1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.2-r1.ebuild,v 1.1 2010/09/10 14:27:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.2-r1.ebuild,v 1.2 2012/01/03 17:50:04 jer Exp $ inherit eutils toolchain-funcs @@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=sys-apps/sed-4" +RDEPEND="" + S="${WORKDIR}"/${PN}_beta src_unpack() { @@ -35,7 +37,7 @@ src_unpack() { sed -i \ -e "s:^set SENTRYDIR.*:set SENTRYDIR=/etc/portsentry:g" \ ignore.csh || die "sed ignore.csh failed" - epatch ${FILESDIR}/gcc.patch + epatch "${FILESDIR}"/gcc.patch } src_compile() { @@ -43,10 +45,10 @@ src_compile() { } src_install() { - doman ${FILESDIR}/{portsentry.8,portsentry.conf.5} + doman "${FILESDIR}"/{portsentry.8,portsentry.conf.5} dobin portsentry ignore.csh - dodoc README* CHANGES LICENSE CREDITS + dodoc README* CHANGES CREDITS newdoc portsentry.ignore portsentry.ignore.sample newdoc portsentry.conf portsentry.conf.sample |