diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:51:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:51:16 +0000 |
commit | 0a9d40ebe778caa085db7c578df30e397139573a (patch) | |
tree | 2e6cf3e479ed97623ff0b73485975eb448a0e4e7 /dev-libs/zthread | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-0a9d40ebe778caa085db7c578df30e397139573a.tar.gz gentoo-2-0a9d40ebe778caa085db7c578df30e397139573a.tar.bz2 gentoo-2-0a9d40ebe778caa085db7c578df30e397139573a.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.3.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.3.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/zthread/ChangeLog b/dev-libs/zthread/ChangeLog index 6a925193bb3b..0e165b0fdd76 100644 --- a/dev-libs/zthread/ChangeLog +++ b/dev-libs/zthread/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/zthread -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.23 2009/04/19 20:00:34 halcy0n Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.24 2009/09/23 16:51:16 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> zthread-2.3.1.ebuild, + zthread-2.3.1-r1.ebuild: + Remove virtual/libc *zthread-2.3.2-r1 (19 Apr 2009) diff --git a/dev-libs/zthread/zthread-2.3.1-r1.ebuild b/dev-libs/zthread/zthread-2.3.1-r1.ebuild index 941be3e5678d..22ccb37a1fa3 100644 --- a/dev-libs/zthread/zthread-2.3.1-r1.ebuild +++ b/dev-libs/zthread/zthread-2.3.1-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/dev-libs/zthread/zthread-2.3.1-r1.ebuild,v 1.2 2007/01/04 14:45:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1-r1.ebuild,v 1.3 2009/09/23 16:51:16 patrick Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="debug" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} diff --git a/dev-libs/zthread/zthread-2.3.1.ebuild b/dev-libs/zthread/zthread-2.3.1.ebuild index c9a50ca5be49..92c9efc91443 100644 --- a/dev-libs/zthread/zthread-2.3.1.ebuild +++ b/dev-libs/zthread/zthread-2.3.1.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/dev-libs/zthread/zthread-2.3.1.ebuild,v 1.12 2005/04/24 12:58:22 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1.ebuild,v 1.13 2009/09/23 16:51:16 patrick Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 sparc ppc alpha ~mips ~hppa amd64" IUSE="debug" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/ZThread-${PV} |