diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:20:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:20:49 +0000 |
commit | f2c464742cf7c42abbb2c26edb089e583d319934 (patch) | |
tree | 2806be9ffadbc805783afa9d630b22d68d1a398d /net-analyzer/macchanger | |
parent | alpha/ia64/sparc stable wrt #281204 (diff) | |
download | gentoo-2-f2c464742cf7c42abbb2c26edb089e583d319934.tar.gz gentoo-2-f2c464742cf7c42abbb2c26edb089e583d319934.tar.bz2 gentoo-2-f2c464742cf7c42abbb2c26edb089e583d319934.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/macchanger')
-rw-r--r-- | net-analyzer/macchanger/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/macchanger/macchanger-1.5.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/macchanger/macchanger-1.5.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/macchanger/ChangeLog b/net-analyzer/macchanger/ChangeLog index 55828c775522..c1c58ba05763 100644 --- a/net-analyzer/macchanger/ChangeLog +++ b/net-analyzer/macchanger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/macchanger -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/macchanger/ChangeLog,v 1.20 2007/02/12 21:35:16 blubb Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/macchanger/ChangeLog,v 1.21 2009/09/23 18:20:49 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> macchanger-1.5.0.ebuild, + macchanger-1.5.0-r1.ebuild: + Remove virtual/libc 12 Feb 2007; Simon Stelling <blubb@gentoo.org> macchanger-1.5.0-r1.ebuild: stable on amd64; bug 165389 diff --git a/net-analyzer/macchanger/macchanger-1.5.0-r1.ebuild b/net-analyzer/macchanger/macchanger-1.5.0-r1.ebuild index cc4a06e715f3..117c3c021d55 100644 --- a/net-analyzer/macchanger/macchanger-1.5.0-r1.ebuild +++ b/net-analyzer/macchanger/macchanger-1.5.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/macchanger/macchanger-1.5.0-r1.ebuild,v 1.5 2007/02/12 21:35:16 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/macchanger/macchanger-1.5.0-r1.ebuild,v 1.6 2009/09/23 18:20:49 patrick Exp $ DESCRIPTION="Utility for viewing/manipulating the MAC address of network interfaces" OUI_DATE="20051212" @@ -13,7 +13,7 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" SLOT="0" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${P}.tar.gz diff --git a/net-analyzer/macchanger/macchanger-1.5.0.ebuild b/net-analyzer/macchanger/macchanger-1.5.0.ebuild index c4b42ce2e72a..835f08572f91 100644 --- a/net-analyzer/macchanger/macchanger-1.5.0.ebuild +++ b/net-analyzer/macchanger/macchanger-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/macchanger/macchanger-1.5.0.ebuild,v 1.8 2007/07/11 23:49:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/macchanger/macchanger-1.5.0.ebuild,v 1.9 2009/09/23 18:20:49 patrick Exp $ DESCRIPTION="Utility for viewing/manipulating the MAC address of network interfaces" HOMEPAGE="http://www.alobbs.com/macchanger" @@ -10,7 +10,7 @@ KEYWORDS="x86 ppc sparc ~amd64" IUSE="" SLOT="0" -DEPEND="virtual/libc" +DEPEND="" src_compile() { # Shared data is installed below /lib, see Bug #57046 |