diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:44:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:44:48 +0000 |
commit | 5b2ab9612cfa49527c794d5e9e2d472f628f7a6d (patch) | |
tree | 010640ac53e514b82cfbf6461d9bf3b3aaa5557a /app-laptop | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-5b2ab9612cfa49527c794d5e9e2d472f628f7a6d.tar.gz gentoo-2-5b2ab9612cfa49527c794d5e9e2d472f628f7a6d.tar.bz2 gentoo-2-5b2ab9612cfa49527c794d5e9e2d472f628f7a6d.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/i8kutils/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/i8kutils/i8kutils-1.25-r1.ebuild | 7 | ||||
-rw-r--r-- | app-laptop/i8kutils/i8kutils-1.25.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/app-laptop/i8kutils/ChangeLog b/app-laptop/i8kutils/ChangeLog index c2243ece657e..2b3aa3633349 100644 --- a/app-laptop/i8kutils/ChangeLog +++ b/app-laptop/i8kutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/i8kutils -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.16 2008/10/29 20:28:43 tester Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.17 2009/09/23 15:44:48 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> i8kutils-1.25.ebuild, + i8kutils-1.25-r1.ebuild: + Remove virtual/libc *i8kutils-1.25-r1 (29 Oct 2008) diff --git a/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild b/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild index dad2cbb960d3..1463cc981067 100644 --- a/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild +++ b/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.1 2008/10/29 20:28:43 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.2 2009/09/23 15:44:48 patrick Exp $ DESCRIPTION="Dell Inspiron and Latitude utilities" HOMEPAGE="http://people.debian.org/~dz/i8k/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="tk" -DEPEND="virtual/libc - tk? ( >=dev-lang/tk-8.3.3 )" +DEPEND="tk? ( >=dev-lang/tk-8.3.3 )" src_compile() { make all || die diff --git a/app-laptop/i8kutils/i8kutils-1.25.ebuild b/app-laptop/i8kutils/i8kutils-1.25.ebuild index b3c86760263f..d5e34416bf67 100644 --- a/app-laptop/i8kutils/i8kutils-1.25.ebuild +++ b/app-laptop/i8kutils/i8kutils-1.25.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/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.11 2007/07/15 07:10:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.12 2009/09/23 15:44:48 patrick Exp $ DESCRIPTION="Dell Inspiron and Latitude utilities" HOMEPAGE="http://people.debian.org/~dz/i8k/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="-* x86 amd64" IUSE="tk" -DEPEND="virtual/libc - tk? ( >=dev-lang/tk-8.3.3 )" +DEPEND="tk? ( >=dev-lang/tk-8.3.3 )" src_compile() { make all || die |