diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:19:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:19:09 +0000 |
commit | 8bb97bec36608f457f3bf82c48992a6d394bafc6 (patch) | |
tree | 86061fbdb9a6d82e16e003daab364324a818a2ce /net-misc/rinetd | |
parent | drop empty DEPEND, no deps at all (diff) | |
download | gentoo-2-8bb97bec36608f457f3bf82c48992a6d394bafc6.tar.gz gentoo-2-8bb97bec36608f457f3bf82c48992a6d394bafc6.tar.bz2 gentoo-2-8bb97bec36608f457f3bf82c48992a6d394bafc6.zip |
quoting, no point in depending gcc
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/rinetd')
-rw-r--r-- | net-misc/rinetd/rinetd-0.62-r1.ebuild | 7 | ||||
-rw-r--r-- | net-misc/rinetd/rinetd-0.62.ebuild | 9 |
2 files changed, 5 insertions, 11 deletions
diff --git a/net-misc/rinetd/rinetd-0.62-r1.ebuild b/net-misc/rinetd/rinetd-0.62-r1.ebuild index 0272a07acea4..71bb5bc155f1 100644 --- a/net-misc/rinetd/rinetd-0.62-r1.ebuild +++ b/net-misc/rinetd/rinetd-0.62-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/rinetd-0.62-r1.ebuild,v 1.1 2010/08/31 12:48:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/rinetd-0.62-r1.ebuild,v 1.2 2010/10/28 10:19:09 ssuominen Exp $ EAPI="2" @@ -15,9 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" -DEPEND="sys-devel/gcc" - S=${WORKDIR}/${PN} src_prepare() { @@ -30,7 +27,7 @@ src_compile() { src_install() { dosbin rinetd || die - newinitd ${FILESDIR}/rinetd.rc rinetd + newinitd "${FILESDIR}"/rinetd.rc rinetd doman rinetd.8 dodoc CHANGES README dohtml index.html diff --git a/net-misc/rinetd/rinetd-0.62.ebuild b/net-misc/rinetd/rinetd-0.62.ebuild index 4fbe17ad07fe..cfa4f35fd5f0 100644 --- a/net-misc/rinetd/rinetd-0.62.ebuild +++ b/net-misc/rinetd/rinetd-0.62.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 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.5 2007/03/26 08:05:28 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/rinetd-0.62.ebuild,v 1.6 2010/10/28 10:19:09 ssuominen Exp $ DESCRIPTION="redirects TCP connections from one IP address and port to another" HOMEPAGE="http://www.boutell.com/rinetd/" @@ -11,9 +11,6 @@ SLOT="0" KEYWORDS="x86" IUSE="" -RDEPEND="" -DEPEND="sys-devel/gcc" - S=${WORKDIR}/${PN} src_compile() { @@ -22,7 +19,7 @@ src_compile() { src_install() { dosbin rinetd || die - newinitd ${FILESDIR}/rinetd.rc rinetd + newinitd "${FILESDIR}"/rinetd.rc rinetd doman rinetd.8 dodoc CHANGES README dohtml index.html |