diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:50:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:50:50 +0000 |
commit | 537e0f7aa25df3492b2308ca5aba0fe9f8f25b61 (patch) | |
tree | b6dd176f9cd33d78406bc96f30be9d3e7de2cd85 /sys-apps/ifplugd | |
parent | bittorrent-theshadow is now net-p2p/bittornado (diff) | |
download | gentoo-2-537e0f7aa25df3492b2308ca5aba0fe9f8f25b61.tar.gz gentoo-2-537e0f7aa25df3492b2308ca5aba0fe9f8f25b61.tar.bz2 gentoo-2-537e0f7aa25df3492b2308ca5aba0fe9f8f25b61.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/ifplugd')
-rw-r--r-- | sys-apps/ifplugd/ifplugd-0.15.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/ifplugd/ifplugd-0.20.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/ifplugd/ifplugd-0.15.ebuild b/sys-apps/ifplugd/ifplugd-0.15.ebuild index 6ad7e2d7004a..c4f4bd41d604 100644 --- a/sys-apps/ifplugd/ifplugd-0.15.ebuild +++ b/sys-apps/ifplugd/ifplugd-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.15.ebuild,v 1.5 2004/06/30 17:24:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.15.ebuild,v 1.6 2004/07/15 01:47:49 agriffis Exp $ DESCRIPTION="Brings up/down ethernet ports automatically with cable detection" HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd" @@ -11,8 +11,6 @@ KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="dev-libs/libdaemon" -S=${WORKDIR}/${P} - # Gentoo-provided scripts. Version is for the scripts, not ifplugd. INITSCRIPT=${FILESDIR}/gentoo-ifplugd-init-v2 ACTIONSCRIPT=${FILESDIR}/gentoo-ifplugd.action-v2 diff --git a/sys-apps/ifplugd/ifplugd-0.20.ebuild b/sys-apps/ifplugd/ifplugd-0.20.ebuild index f0a153ff57fa..ba30c0889f1a 100644 --- a/sys-apps/ifplugd/ifplugd-0.20.ebuild +++ b/sys-apps/ifplugd/ifplugd-0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.20.ebuild,v 1.3 2004/06/24 22:11:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.20.ebuild,v 1.4 2004/07/15 01:47:49 agriffis Exp $ DESCRIPTION="Brings up/down ethernet ports automatically with cable detection" HOMEPAGE="http://0pointer.de/lennart/projects/ifplugd/" @@ -12,8 +12,6 @@ IUSE="doc" DEPEND=">=dev-libs/libdaemon-0.3 doc? ( app-doc/doxygen net-www/lynx )" -S=${WORKDIR}/${P} - # Gentoo-provided scripts. Version is for the scripts, not ifplugd. INITSCRIPT=${FILESDIR}/gentoo-ifplugd-init-v3 ACTIONSCRIPT=${FILESDIR}/gentoo-ifplugd.action-v2 |