diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-04-13 14:34:06 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-04-13 14:34:06 +0000 |
commit | f00382e67866efb69f3096788a4b69ecdff8932b (patch) | |
tree | 405a64afcedd4073f78f51671aadeb66f50bc176 /dev-libs/libbulletml | |
parent | Initial import of bgrep (binary grep). (diff) | |
download | gentoo-2-f00382e67866efb69f3096788a4b69ecdff8932b.tar.gz gentoo-2-f00382e67866efb69f3096788a4b69ecdff8932b.tar.bz2 gentoo-2-f00382e67866efb69f3096788a4b69ecdff8932b.zip |
Depend on dev-libs/boost, remove local copy. Bug #363187
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libbulletml')
-rw-r--r-- | dev-libs/libbulletml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libbulletml/libbulletml-0.0.6.ebuild | 13 |
2 files changed, 13 insertions, 7 deletions
diff --git a/dev-libs/libbulletml/ChangeLog b/dev-libs/libbulletml/ChangeLog index 001353b854bc..41b78919b589 100644 --- a/dev-libs/libbulletml/ChangeLog +++ b/dev-libs/libbulletml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libbulletml -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.7 2008/04/30 23:16:43 nyhm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.8 2011/04/13 14:34:06 tupone Exp $ + + 13 Apr 2011; Alfredo Tupone <tupone@gentoo.org> libbulletml-0.0.6.ebuild: + Depend on dev-libs/boost, remove local copy. Bug #363187 by Steven Wilson 30 Apr 2008; Tristan Heaven <nyhm@gentoo.org> +files/libbulletml-0.0.6-gcc43.patch, libbulletml-0.0.6.ebuild: diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild index d6f003cc8d33..2433c62427a2 100644 --- a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild +++ b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild @@ -1,6 +1,7 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.6 2008/04/30 23:16:43 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.7 2011/04/13 14:34:06 tupone Exp $ +EAPI=2 inherit eutils @@ -13,12 +14,14 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" +DEPEND="dev-libs/boost" +RDEPEND="${DEPEND}" + S="${WORKDIR}/${PN#lib}/src" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch + rm -r boost || die "remove of local boost failed" } src_compile() { |