diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:39 +0000 |
commit | 62f7297b44a3c6ae8a8cf07629478560c7ba6d7f (patch) | |
tree | fdf16d1c93cbbc0316a0f24d5a471463e61899f6 /net-misc/e100 | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-62f7297b44a3c6ae8a8cf07629478560c7ba6d7f.tar.gz gentoo-2-62f7297b44a3c6ae8a8cf07629478560c7ba6d7f.tar.bz2 gentoo-2-62f7297b44a3c6ae8a8cf07629478560c7ba6d7f.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/e100')
-rw-r--r-- | net-misc/e100/e100-2.3.38.ebuild | 4 | ||||
-rw-r--r-- | net-misc/e100/e100-2.3.40.ebuild | 4 | ||||
-rw-r--r-- | net-misc/e100/e100-2.3.43.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/e100/e100-2.3.38.ebuild b/net-misc/e100/e100-2.3.38.ebuild index 82e785e9e46e..bd0e0bf1acff 100644 --- a/net-misc/e100/e100-2.3.38.ebuild +++ b/net-misc/e100/e100-2.3.38.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/e100/e100-2.3.38.ebuild,v 1.3 2004/06/24 23:42:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.38.ebuild,v 1.4 2004/07/15 02:45:25 agriffis Exp $ DESCRIPTION="Linux base driver for the Intel(R) PRO/100 family of adapters" HOMEPAGE="http://support.intel.com/support/network/adapter/index.htm" @@ -9,9 +9,9 @@ DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/e1000/${P}.tar.gz" RESTRICT="nomirror" -S="${WORKDIR}/${P}" SLOT="${KV}" KEYWORDS="x86" +IUSE="" src_compile() { check_KV diff --git a/net-misc/e100/e100-2.3.40.ebuild b/net-misc/e100/e100-2.3.40.ebuild index 5068121689e3..c1d4134ec04e 100644 --- a/net-misc/e100/e100-2.3.40.ebuild +++ b/net-misc/e100/e100-2.3.40.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/e100/e100-2.3.40.ebuild,v 1.2 2004/06/24 23:42:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.40.ebuild,v 1.3 2004/07/15 02:45:25 agriffis Exp $ DESCRIPTION="Linux base driver for the Intel(R) PRO/100 family of adapters" HOMEPAGE="http://support.intel.com/support/network/adapter/index.htm" @@ -9,9 +9,9 @@ DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/e1000/${P}.tar.gz" RESTRICT="nomirror" -S="${WORKDIR}/${P}" SLOT="${KV}" KEYWORDS="~x86" +IUSE="" src_compile() { check_KV diff --git a/net-misc/e100/e100-2.3.43.ebuild b/net-misc/e100/e100-2.3.43.ebuild index fd437a05d359..c7a91db9db6d 100644 --- a/net-misc/e100/e100-2.3.43.ebuild +++ b/net-misc/e100/e100-2.3.43.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/e100/e100-2.3.43.ebuild,v 1.3 2004/06/24 23:42:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.43.ebuild,v 1.4 2004/07/15 02:45:25 agriffis Exp $ DESCRIPTION="Linux base driver for the Intel(R) PRO/100 family of adapters" HOMEPAGE="http://support.intel.com/support/network/adapter/index.htm" @@ -8,9 +8,9 @@ LICENSE="GPL-2" DEPEND="virtual/linux-sources" SRC_URI="mirror://sourceforge/e1000/${P}.tar.gz" -S="${WORKDIR}/${P}" SLOT="${KV}" KEYWORDS="~x86 ~ppc" +IUSE="" src_compile() { check_KV |