diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-15 13:56:49 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-15 13:56:49 +0000 |
commit | 843105ae7ed30250c21060c62d2ed68aeb075d61 (patch) | |
tree | 3bc3f0e4f1886589c3e2168531ef0a56aca139b1 /net-misc/noarp | |
parent | Mark 0.9.6 stable on ia64. #147456 (diff) | |
download | gentoo-2-843105ae7ed30250c21060c62d2ed68aeb075d61.tar.gz gentoo-2-843105ae7ed30250c21060c62d2ed68aeb075d61.tar.bz2 gentoo-2-843105ae7ed30250c21060c62d2ed68aeb075d61.zip |
Ebuild cleanup, removed check_KV, 1.2.3-r1 stable on x86.
(Portage version: 2.1-r1)
Diffstat (limited to 'net-misc/noarp')
-rw-r--r-- | net-misc/noarp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/noarp/noarp-1.2.3-r1.ebuild | 10 | ||||
-rw-r--r-- | net-misc/noarp/noarp-2.0.2.ebuild | 8 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net-misc/noarp/ChangeLog b/net-misc/noarp/ChangeLog index 7c755a93892f..226f12e8c359 100644 --- a/net-misc/noarp/ChangeLog +++ b/net-misc/noarp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/noarp -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/noarp/ChangeLog,v 1.7 2005/04/15 19:08:06 xmerlin Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/noarp/ChangeLog,v 1.8 2006/10/15 13:56:49 xmerlin Exp $ + + 15 Oct 2006; Christian Zoffoli <xmerlin@gentoo.org> -noarp-1.2.3.ebuild, + noarp-1.2.3-r1.ebuild, noarp-2.0.2.ebuild: + Ebuild cleanup, removed check_KV, 1.2.3-r1 stable on x86. 15 Apr 2005; Christian Zoffoli <xmerlin@gentoo.org> noarp-2.0.2.ebuild: stable x86. diff --git a/net-misc/noarp/noarp-1.2.3-r1.ebuild b/net-misc/noarp/noarp-1.2.3-r1.ebuild index 050d785123cb..cf921fdcb221 100644 --- a/net-misc/noarp/noarp-1.2.3-r1.ebuild +++ b/net-misc/noarp/noarp-1.2.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/noarp/noarp-1.2.3-r1.ebuild,v 1.2 2005/03/09 17:58:04 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/noarp/noarp-1.2.3-r1.ebuild,v 1.3 2006/10/15 13:56:49 xmerlin Exp $ -inherit linux-mod +inherit linux-mod linux-info DESCRIPTION="a kernel module and userspace tool for hiding network interfaces" HOMEPAGE="http://www.masarlabs.com/noarp/" @@ -10,20 +10,20 @@ SRC_URI="http://www.masarlabs.com/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/linux-sources" RDEPEND="" pkg_setup() { + linux-mod_pkg_setup if kernel_is 2 6; then die "${P} supports only 2.4 kernels" fi } src_compile() { - check_KV set_arch_to_kernel econf --prefix=/ || die diff --git a/net-misc/noarp/noarp-2.0.2.ebuild b/net-misc/noarp/noarp-2.0.2.ebuild index d05b56588fa6..b880cd3e3cea 100644 --- a/net-misc/noarp/noarp-2.0.2.ebuild +++ b/net-misc/noarp/noarp-2.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/noarp/noarp-2.0.2.ebuild,v 1.3 2005/04/15 19:08:06 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/noarp/noarp-2.0.2.ebuild,v 1.4 2006/10/15 13:56:49 xmerlin Exp $ -inherit linux-mod +inherit linux-mod linux-info DESCRIPTION="a kernel module and userspace tool for hiding network interfaces" HOMEPAGE="http://www.masarlabs.com/noarp/" @@ -17,13 +17,13 @@ DEPEND="virtual/linux-sources" RDEPEND="" pkg_setup() { + linux-mod_pkg_setup if kernel_is 2 4; then die "${P} supports only 2.6 kernels" fi } src_compile() { - check_KV set_arch_to_kernel econf --prefix=/ || die |