diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:06:00 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:06:00 +0000 |
commit | 54007f411f5f55d07c64e05906f20ee4a797c1de (patch) | |
tree | 504ca8f6c63db2c52bc3877467a83084def0b68d /sci-libs/buddy | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-54007f411f5f55d07c64e05906f20ee4a797c1de.tar.gz gentoo-2-54007f411f5f55d07c64e05906f20ee4a797c1de.tar.bz2 gentoo-2-54007f411f5f55d07c64e05906f20ee4a797c1de.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/buddy')
-rw-r--r-- | sci-libs/buddy/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/buddy/buddy-2.2.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/buddy/buddy-2.4.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/buddy/ChangeLog b/sci-libs/buddy/ChangeLog index 0a5610dfa917..6bea6fad2fab 100644 --- a/sci-libs/buddy/ChangeLog +++ b/sci-libs/buddy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/buddy -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.6 2009/02/10 04:29:43 dirtyepic Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.7 2009/09/23 20:06:00 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> buddy-2.2.ebuild, + buddy-2.4.ebuild: + Remove virtual/libc 10 Feb 2009; Ryan Hill <dirtyepic@gentoo.org> +files/buddy-2.4-gcc43.patch, buddy-2.4.ebuild: diff --git a/sci-libs/buddy/buddy-2.2.ebuild b/sci-libs/buddy/buddy-2.2.ebuild index 60f9e0c2edf7..b0e7c5eff6f9 100644 --- a/sci-libs/buddy/buddy-2.2.ebuild +++ b/sci-libs/buddy/buddy-2.2.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/sci-libs/buddy/buddy-2.2.ebuild,v 1.2 2008/06/03 10:37:38 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.3 2009/09/23 20:06:00 patrick Exp $ DESCRIPTION="BuDDY - A Binary Decision Diagram Package" HOMEPAGE="http://www.itu.dk/research/buddy/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/buddy22 diff --git a/sci-libs/buddy/buddy-2.4.ebuild b/sci-libs/buddy/buddy-2.4.ebuild index 541badc35935..61cc0928b359 100644 --- a/sci-libs/buddy/buddy-2.4.ebuild +++ b/sci-libs/buddy/buddy-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.4.ebuild,v 1.3 2009/02/10 04:29:43 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.4.ebuild,v 1.4 2009/09/23 20:06:00 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} |