diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:56:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:56:18 +0000 |
commit | 20203bcefb3bc1a5df276da3a0d3ac39d02be389 (patch) | |
tree | 7856a27494267defad0d585865b5dc172fdbdb1b /net-misc/e1000 | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-20203bcefb3bc1a5df276da3a0d3ac39d02be389.tar.gz historical-20203bcefb3bc1a5df276da3a0d3ac39d02be389.tar.bz2 historical-20203bcefb3bc1a5df276da3a0d3ac39d02be389.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/e1000')
-rw-r--r-- | net-misc/e1000/e1000-5.2.30.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/e1000/e1000-5.2.39.ebuild | 4 | ||||
-rw-r--r-- | net-misc/e1000/e1000-5.2.52.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/e1000/e1000-5.2.30.1.ebuild b/net-misc/e1000/e1000-5.2.30.1.ebuild index da51b811c269..b38a65dd8b3e 100644 --- a/net-misc/e1000/e1000-5.2.30.1.ebuild +++ b/net-misc/e1000/e1000-5.2.30.1.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/net-misc/e1000/e1000-5.2.30.1.ebuild,v 1.4 2004/06/24 23:42:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/e1000-5.2.30.1.ebuild,v 1.5 2004/07/15 02:45:39 agriffis Exp $ DESCRIPTION="Kernel driver for Intel Pro/1000 ethernet adapters." HOMEPAGE="http://support.intel.com/support/network/adapter/1000/index.htm" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" SLOT="${KV}" KEYWORDS="x86" -S="${WORKDIR}/${P}" +IUSE="" src_unpack() { diff --git a/net-misc/e1000/e1000-5.2.39.ebuild b/net-misc/e1000/e1000-5.2.39.ebuild index 38af56374dae..c829c9b8341e 100644 --- a/net-misc/e1000/e1000-5.2.39.ebuild +++ b/net-misc/e1000/e1000-5.2.39.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/net-misc/e1000/e1000-5.2.39.ebuild,v 1.3 2004/06/24 23:42:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/e1000-5.2.39.ebuild,v 1.4 2004/07/15 02:45:39 agriffis Exp $ DESCRIPTION="Kernel driver for Intel Pro/1000 ethernet adapters." HOMEPAGE="http://support.intel.com/support/network/adapter/1000/index.htm" @@ -10,7 +10,7 @@ DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="${KV}" KEYWORDS="~x86" -S="${WORKDIR}/${P}" +IUSE="" src_unpack() { diff --git a/net-misc/e1000/e1000-5.2.52.ebuild b/net-misc/e1000/e1000-5.2.52.ebuild index 43640742d5dd..f078844f4a2b 100644 --- a/net-misc/e1000/e1000-5.2.52.ebuild +++ b/net-misc/e1000/e1000-5.2.52.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/net-misc/e1000/e1000-5.2.52.ebuild,v 1.3 2004/06/24 23:42:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/e1000-5.2.52.ebuild,v 1.4 2004/07/15 02:45:39 agriffis Exp $ DESCRIPTION="Kernel driver for Intel Pro/1000 ethernet adapters." HOMEPAGE="http://support.intel.com/support/network/adapter/1000/index.htm" @@ -10,7 +10,7 @@ DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="${KV}" KEYWORDS="~x86 ~ppc" -S="${WORKDIR}/${P}" +IUSE="" src_unpack() { |