diff options
-rw-r--r-- | sci-libs/buddy/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/buddy/buddy-2.4.ebuild | 19 | ||||
-rw-r--r-- | sci-libs/buddy/metadata.xml | 9 |
3 files changed, 22 insertions, 15 deletions
diff --git a/sci-libs/buddy/ChangeLog b/sci-libs/buddy/ChangeLog index 259ba385a201..4dbee1681644 100644 --- a/sci-libs/buddy/ChangeLog +++ b/sci-libs/buddy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/buddy -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.11 2011/06/21 15:41:34 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.12 2012/08/03 16:53:28 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> buddy-2.4.ebuild, + metadata.xml: + Added static-libs and doc flags, keyword amd64-linux, x86-linux 21 Jun 2011; Justin Lecher <jlec@gentoo.org> buddy-2.2.ebuild, buddy-2.4.ebuild: @@ -54,4 +58,3 @@ metadata.xml: Ebuild by Peter Simons <simons+gentoo@cryp.to> and olivier.fisette@sympatico.ca See bug #39396 - diff --git a/sci-libs/buddy/buddy-2.4.ebuild b/sci-libs/buddy/buddy-2.4.ebuild index 990451166bb6..8623c7842fca 100644 --- a/sci-libs/buddy/buddy-2.4.ebuild +++ b/sci-libs/buddy/buddy-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.8 2011/06/21 15:41:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.4.ebuild,v 1.9 2012/08/03 16:53:28 bicatali Exp $ EAPI=4 @@ -12,12 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" -IUSE="examples" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="doc examples static-libs" -DEPEND=" - virtual/fortran - " +DEPEND="virtual/fortran" RDEPEND="${DEPEND}" src_prepare() { @@ -26,13 +24,16 @@ src_prepare() { "${FILESDIR}"/${P}-gold.patch } +src_configure() { + econf $(use_enable static-libs static) +} + src_install() { default dodoc doc/*.txt - insinto /usr/share/doc/${PF}/ps - doins doc/*.ps + use doc && docinto /usr/share/doc/${PF}/ps && dodoc doc/*.ps if use examples; then insinto /usr/share/${PN}/ diff --git a/sci-libs/buddy/metadata.xml b/sci-libs/buddy/metadata.xml index efb490d78817..dcc976dc392a 100644 --- a/sci-libs/buddy/metadata.xml +++ b/sci-libs/buddy/metadata.xml @@ -2,7 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> -<maintainer> - <email>sci@gentoo.org</email> -</maintainer> +<longdescription lang='en'> + A Binary Decision Diagram library, with :many highly efficient + vectorized BDD operations,dynamic variable reordering,automated + garbage collection,a C++ interface with automatic reference + counting,and much more. +</longdescription> </pkgmetadata> |