diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-02-07 20:59:20 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-02-07 20:59:20 +0000 |
commit | 0cb1a98b8dc6de27f9795504d72076b37241aa2c (patch) | |
tree | 5a1e60552c5013dbf7dfbff10684106a3db5107e /sci-libs | |
parent | Fix syntax error in SRC_URI. Closes bug #165789, thanks to Darren Dale for re... (diff) | |
download | gentoo-2-0cb1a98b8dc6de27f9795504d72076b37241aa2c.tar.gz gentoo-2-0cb1a98b8dc6de27f9795504d72076b37241aa2c.tar.bz2 gentoo-2-0cb1a98b8dc6de27f9795504d72076b37241aa2c.zip |
Version bump without the static use flag (fixes bug #165673).
(Portage version: 2.1.2-r7)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/beagle/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/beagle/beagle-3.0.1.ebuild | 43 | ||||
-rw-r--r-- | sci-libs/beagle/files/digest-beagle-2.2.0 | 2 | ||||
-rw-r--r-- | sci-libs/beagle/files/digest-beagle-3.0.1 | 3 |
4 files changed, 55 insertions, 2 deletions
diff --git a/sci-libs/beagle/ChangeLog b/sci-libs/beagle/ChangeLog index 005fffc67c5e..daf11ba7bc55 100644 --- a/sci-libs/beagle/ChangeLog +++ b/sci-libs/beagle/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/beagle -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.5 2005/08/24 16:30:29 phosphan Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.6 2007/02/07 20:59:20 markusle Exp $ + +*beagle-3.0.1 (07 Feb 2007) + + 07 Feb 2007; Markus Dittrich <markusle@gentoo.org> +beagle-3.0.1.ebuild: + Version bump without USE="static" (fixes bug #165673). 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> beagle-2.2.0.ebuild: No longer using cp -a (bug #103487) diff --git a/sci-libs/beagle/beagle-3.0.1.ebuild b/sci-libs/beagle/beagle-3.0.1.ebuild new file mode 100644 index 000000000000..88d5d97c0b73 --- /dev/null +++ b/sci-libs/beagle/beagle-3.0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-3.0.1.ebuild,v 1.1 2007/02/07 20:59:20 markusle Exp $ + +IUSE="doc" + +DESCRIPTION="Open BEAGLE, a versatile EC/GA/GP framework" +SRC_URI="mirror://sourceforge/beagle/${P}.tar.gz" +HOMEPAGE="http://www.gel.ulaval.ca/~beagle/index.html" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~x86" + +DEPEND="sys-libs/zlib + doc? ( app-doc/doxygen )" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -e "s:@LIBS@:@LIBS@ -lpthread:" \ + -i PACC/Threading/Makefile.in || \ + die "Failed to fix threading libs makefile." +} + +src_compile() { + econf --enable-optimization || die "Configure failed." + emake || die "Make failed." + + if use doc; then + make doc || die "Failed to generate docs." + fi +} + +src_install () { + make install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog NEWS README TODO + + if use doc; then + cp -pPR examples ${D}/usr/share/doc/${PF} || \ + die "Failed to install examples." + dohtml -r refman/* || die "Failed to install manual." + fi +} diff --git a/sci-libs/beagle/files/digest-beagle-2.2.0 b/sci-libs/beagle/files/digest-beagle-2.2.0 index 48aec762f5b6..90a94277a3c4 100644 --- a/sci-libs/beagle/files/digest-beagle-2.2.0 +++ b/sci-libs/beagle/files/digest-beagle-2.2.0 @@ -1 +1,3 @@ MD5 7d7a26b33943144ed345a94f978848ce beagle-2.2.0.tar.gz 4049878 +RMD160 5b995356180baa806a6227a5947370449f1d6e43 beagle-2.2.0.tar.gz 4049878 +SHA256 9790556fe353c77e496ba2cd59f77f56f1c08f33cb4a49ad64beb01a67c059d3 beagle-2.2.0.tar.gz 4049878 diff --git a/sci-libs/beagle/files/digest-beagle-3.0.1 b/sci-libs/beagle/files/digest-beagle-3.0.1 new file mode 100644 index 000000000000..3a0549021441 --- /dev/null +++ b/sci-libs/beagle/files/digest-beagle-3.0.1 @@ -0,0 +1,3 @@ +MD5 22d1cce24e8a699b457ed196c2a30b51 beagle-3.0.1.tar.gz 4838478 +RMD160 7870db60d27b7d7fc30ee1374fa142ae4cdfd4f5 beagle-3.0.1.tar.gz 4838478 +SHA256 a0f5dd1f1041cbf44858e89795790ef1d2634564a93a410885fb566d341e5814 beagle-3.0.1.tar.gz 4838478 |