diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-18 21:31:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-18 21:31:27 +0000 |
commit | f5234d4538d0a2b195f473747bc8524ff5196a1d (patch) | |
tree | f9f0b5c3ae7bbd4c77991177537c98c97fcd11b1 /sci-libs/buddy | |
parent | sci-libs/hdf5: Remove virtual/fortran and always call fortran-2_pkg_setup as ... (diff) | |
download | gentoo-2-f5234d4538d0a2b195f473747bc8524ff5196a1d.tar.gz gentoo-2-f5234d4538d0a2b195f473747bc8524ff5196a1d.tar.bz2 gentoo-2-f5234d4538d0a2b195f473747bc8524ff5196a1d.zip |
sci-libs/buddy: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/buddy')
-rw-r--r-- | sci-libs/buddy/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/buddy/buddy-2.2.ebuild | 9 | ||||
-rw-r--r-- | sci-libs/buddy/buddy-2.4.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/buddy/metadata.xml | 4 |
4 files changed, 11 insertions, 14 deletions
diff --git a/sci-libs/buddy/ChangeLog b/sci-libs/buddy/ChangeLog index 4dbee1681644..b5d2450baa3b 100644 --- a/sci-libs/buddy/ChangeLog +++ b/sci-libs/buddy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/buddy # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.13 2012/10/18 21:31:27 jlec Exp $ + + 18 Oct 2012; Justin Lecher <jlec@gentoo.org> buddy-2.2.ebuild, + buddy-2.4.ebuild, metadata.xml: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> buddy-2.4.ebuild, metadata.xml: diff --git a/sci-libs/buddy/buddy-2.2.ebuild b/sci-libs/buddy/buddy-2.2.ebuild index 8b7809c19384..141d78443774 100644 --- a/sci-libs/buddy/buddy-2.2.ebuild +++ b/sci-libs/buddy/buddy-2.2.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.2.ebuild,v 1.5 2011/06/21 15:41:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.6 2012/10/18 21:31:27 jlec Exp $ DESCRIPTION="Binary Decision Diagram Package" HOMEPAGE="http://www.itu.dk/research/buddy/" @@ -11,11 +11,6 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND=" - virtual/fortran - " -RDEPEND="${DEPEND}" - S=${WORKDIR}/buddy22 src_compile() { diff --git a/sci-libs/buddy/buddy-2.4.ebuild b/sci-libs/buddy/buddy-2.4.ebuild index 8623c7842fca..6310523ee3e1 100644 --- a/sci-libs/buddy/buddy-2.4.ebuild +++ b/sci-libs/buddy/buddy-2.4.ebuild @@ -1,6 +1,6 @@ # 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.9 2012/08/03 16:53:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.4.ebuild,v 1.10 2012/10/18 21:31:27 jlec Exp $ EAPI=4 @@ -15,9 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples static-libs" -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" - src_prepare() { epatch \ "${FILESDIR}"/${P}-gcc43.patch \ diff --git a/sci-libs/buddy/metadata.xml b/sci-libs/buddy/metadata.xml index dcc976dc392a..047fb5fd4b72 100644 --- a/sci-libs/buddy/metadata.xml +++ b/sci-libs/buddy/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang='en'> + <herd>sci</herd> + <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 |