* [gentoo-commits] gentoo-x86 commit in sci-libs/beagle: beagle-3.0.3.ebuild ChangeLog beagle-3.0.1.ebuild
@ 2009-02-15 0:31 Peter Alfredsen (loki_val)
0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2009-02-15 0:31 UTC (permalink / raw
To: gentoo-commits
loki_val 09/02/15 00:31:08
Modified: ChangeLog
Added: beagle-3.0.3.ebuild
Removed: beagle-3.0.1.ebuild
Log:
Bump because 3.0.1 failed to configure. Patch for bug 251629, gcc-4.3 compatibility.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.9 sci-libs/beagle/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/beagle/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/beagle/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/beagle/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 17 May 2008 10:09:03 -0000 1.8
+++ ChangeLog 15 Feb 2009 00:31:08 -0000 1.9
@@ -1,6 +1,15 @@
# ChangeLog for sci-libs/beagle
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.8 2008/05/17 10:09:03 bicatali Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.9 2009/02/15 00:31:08 loki_val Exp $
+
+*beagle-3.0.3 (15 Feb 2009)
+
+ 15 Feb 2009; Peter Alfredsen <loki_val@gentoo.org>
+ +files/beagle-3.0.3-gcc43.patch, -beagle-3.0.1.ebuild,
+ +beagle-3.0.3.ebuild:
+ Bump because 3.0.1 failed to configure. Patch for bug 251629, gcc-4.3
+ compatibility. Thanks to Gene Seto <geneseto@hotmail.com> for patch and
+ bump.
17 May 2008; Sébastien Fabbro <bicatali@gentoo.org> beagle-2.2.0.ebuild,
beagle-3.0.1.ebuild:
1.1 sci-libs/beagle/beagle-3.0.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/beagle/beagle-3.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/beagle/beagle-3.0.3.ebuild?rev=1.1&content-type=text/plain
Index: beagle-3.0.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-3.0.3.ebuild,v 1.1 2009/02/15 00:31:08 loki_val Exp $
inherit eutils
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"
RDEPEND="sys-libs/zlib
!app-misc/beagle"
DEPEND="${DEPEND}
doc? ( app-doc/doxygen )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-3.0.3-gcc43.patch
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 () {
emake 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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-15 0:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-15 0:31 [gentoo-commits] gentoo-x86 commit in sci-libs/beagle: beagle-3.0.3.ebuild ChangeLog beagle-3.0.1.ebuild Peter Alfredsen (loki_val)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox