diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:09:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:09:14 +0000 |
commit | a8c014d680b25bfbb861681278282b8324c32e98 (patch) | |
tree | 23e206a6a854300bd92d73328d9377602a4fb44f /net-misc/netkit-rsh | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-a8c014d680b25bfbb861681278282b8324c32e98.tar.gz historical-a8c014d680b25bfbb861681278282b8324c32e98.tar.bz2 historical-a8c014d680b25bfbb861681278282b8324c32e98.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/netkit-rsh')
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild index 81352a49471d..28ab8888ae72 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild,v 1.8 2004/06/24 23:58:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r3.ebuild,v 1.9 2004/07/15 03:07:53 agriffis Exp $ inherit eutils IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Netkit - rshd" SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild index bc603bfbdcb4..388118e92bda 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild,v 1.4 2004/06/24 23:58:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r4.ebuild,v 1.5 2004/07/15 03:07:53 agriffis Exp $ inherit eutils IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Netkit's Remote Shell Suite: rexec{,d} rlogin{,d} rsh{,d}" SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild index 20abb2e19c32..92c8dd275175 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild,v 1.6 2004/06/24 23:58:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r5.ebuild,v 1.7 2004/07/15 03:07:53 agriffis Exp $ inherit eutils IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Netkit's Remote Shell Suite: rexec{,d} rlogin{,d} rsh{,d}" SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" |