diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:26:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:26:40 +0000 |
commit | 8955fa035686aea3dfc8554951188add987c01a3 (patch) | |
tree | cb29231f5372e58c464ccd76dd0bc258ab717a1e /dev-libs/btparse | |
parent | Re-add ~s390 (diff) | |
download | historical-8955fa035686aea3dfc8554951188add987c01a3.tar.gz historical-8955fa035686aea3dfc8554951188add987c01a3.tar.bz2 historical-8955fa035686aea3dfc8554951188add987c01a3.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/btparse')
-rw-r--r-- | dev-libs/btparse/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/btparse/btparse-0.33.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/btparse/btparse-0.35.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/btparse/ChangeLog b/dev-libs/btparse/ChangeLog index 37564099d11e..f7f5ceb0be00 100644 --- a/dev-libs/btparse/ChangeLog +++ b/dev-libs/btparse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/btparse -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/ChangeLog,v 1.10 2007/05/14 20:18:59 bangert Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/ChangeLog,v 1.11 2009/09/23 17:16:52 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> btparse-0.33.ebuild, + btparse-0.35.ebuild: + Remove virtual/libc 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild index fee4a7fdae7c..dea6a54b95db 100644 --- a/dev-libs/btparse/btparse-0.33.ebuild +++ b/dev-libs/btparse/btparse-0.33.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/btparse/btparse-0.33.ebuild,v 1.13 2007/07/12 02:25:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.14 2009/09/23 17:16:52 patrick Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://starship.python.net/~gward/btOOL/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { #have to include ${D} into mandir here, diff --git a/dev-libs/btparse/btparse-0.35.ebuild b/dev-libs/btparse/btparse-0.35.ebuild index 6c3eb057bb28..d6fe0c397db1 100644 --- a/dev-libs/btparse/btparse-0.35.ebuild +++ b/dev-libs/btparse/btparse-0.35.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/btparse/btparse-0.35.ebuild,v 1.2 2007/01/26 05:39:05 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.35.ebuild,v 1.3 2009/09/23 17:16:52 patrick Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://www.gerg.ca/software/btOOL/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |