diff options
author | Alec Warner <antarus@gentoo.org> | 2007-03-26 08:08:01 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-03-26 08:08:01 +0000 |
commit | 666c40ffbf0c434862d2be084158b85472f392a5 (patch) | |
tree | 018f0933623f5bc4d5fb2397172a8504ce5f9770 /net-misc/rinetd | |
parent | Remove dependency on portage, see bug 162516 (diff) | |
download | historical-666c40ffbf0c434862d2be084158b85472f392a5.tar.gz historical-666c40ffbf0c434862d2be084158b85472f392a5.tar.bz2 historical-666c40ffbf0c434862d2be084158b85472f392a5.zip |
Remove dependency on portage, see bug 162516
Package-Manager: portage-6269-svn
Diffstat (limited to 'net-misc/rinetd')
-rw-r--r-- | net-misc/rinetd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/rinetd/rinetd-0.62.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-misc/rinetd/ChangeLog b/net-misc/rinetd/ChangeLog index 1500fb158631..28d217b12fa0 100644 --- a/net-misc/rinetd/ChangeLog +++ b/net-misc/rinetd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/rinetd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/ChangeLog,v 1.4 2007/02/22 02:44:27 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/ChangeLog,v 1.5 2007/03/26 08:05:28 antarus Exp $ + + 26 Mar 2007; Alec Warner <antarus@gentoo.org> rinetd-0.62.ebuild: + Remove dependency on portage: ref bug 162516 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-misc/rinetd/rinetd-0.62.ebuild b/net-misc/rinetd/rinetd-0.62.ebuild index 38f20327e2c3..4fbe17ad07fe 100644 --- a/net-misc/rinetd/rinetd-0.62.ebuild +++ b/net-misc/rinetd/rinetd-0.62.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/rinetd-0.62.ebuild,v 1.4 2004/12/06 04:39:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/rinetd-0.62.ebuild,v 1.5 2007/03/26 08:05:28 antarus Exp $ DESCRIPTION="redirects TCP connections from one IP address and port to another" HOMEPAGE="http://www.boutell.com/rinetd/" @@ -12,8 +12,7 @@ KEYWORDS="x86" IUSE="" RDEPEND="" -DEPEND="sys-devel/gcc - >=sys-apps/portage-2.0.51" +DEPEND="sys-devel/gcc" S=${WORKDIR}/${PN} |