diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:17:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:17:35 +0000 |
commit | 355737a2806515984ccb9635445689b1cc3fef8d (patch) | |
tree | 1cdde5e83a51b23465a235fa0a53ccc947a08a43 /sys-libs | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-355737a2806515984ccb9635445689b1cc3fef8d.tar.gz gentoo-2-355737a2806515984ccb9635445689b1cc3fef8d.tar.bz2 gentoo-2-355737a2806515984ccb9635445689b1cc3fef8d.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libtrash/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/libtrash/libtrash-2.2.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libtrash/libtrash-2.8.ebuild | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-libs/libtrash/ChangeLog b/sys-libs/libtrash/ChangeLog index 77f7c857758b..9a22ed45baac 100644 --- a/sys-libs/libtrash/ChangeLog +++ b/sys-libs/libtrash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libtrash -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/ChangeLog,v 1.13 2008/12/30 01:33:22 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/ChangeLog,v 1.14 2009/09/23 21:17:35 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libtrash-2.2.ebuild, + libtrash-2.8.ebuild: + Remove virtual/libc *libtrash-3.2 (30 Dec 2008) diff --git a/sys-libs/libtrash/libtrash-2.2.ebuild b/sys-libs/libtrash/libtrash-2.2.ebuild index ef6074ba3702..3bfe3df1ce78 100644 --- a/sys-libs/libtrash/libtrash-2.2.ebuild +++ b/sys-libs/libtrash/libtrash-2.2.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/sys-libs/libtrash/libtrash-2.2.ebuild,v 1.7 2005/05/16 16:21:18 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/libtrash-2.2.ebuild,v 1.8 2009/09/23 21:17:35 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ppc" IUSE="" -DEPEND=">=virtual/libc-2.3.2 +DEPEND=">=sys-libs/glibc-2.3.2 dev-lang/perl" src_unpack() { diff --git a/sys-libs/libtrash/libtrash-2.8.ebuild b/sys-libs/libtrash/libtrash-2.8.ebuild index f4e0b0760b70..e19cd2213d2b 100644 --- a/sys-libs/libtrash/libtrash-2.8.ebuild +++ b/sys-libs/libtrash/libtrash-2.8.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/sys-libs/libtrash/libtrash-2.8.ebuild,v 1.1 2007/05/25 16:30:12 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/libtrash-2.8.ebuild,v 1.2 2009/09/23 21:17:35 patrick Exp $ inherit eutils toolchain-funcs @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc - dev-lang/perl" +DEPEND="dev-lang/perl" src_unpack() { unpack ${A} |