summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-28 18:13:50 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-28 18:13:50 +0000
commit5fc4d4af4fe646e273c481908b8169e5aee267b0 (patch)
treecadc7e2235c609abefdf58781e366bef2ec2dff6 /sci-libs/beagle
parentMoving to sci-libs/beagle (diff)
downloadgentoo-2-5fc4d4af4fe646e273c481908b8169e5aee267b0.tar.gz
gentoo-2-5fc4d4af4fe646e273c481908b8169e5aee267b0.tar.bz2
gentoo-2-5fc4d4af4fe646e273c481908b8169e5aee267b0.zip
Moved from app-sci/beagle to sci-libs/beagle.
Diffstat (limited to 'sci-libs/beagle')
-rw-r--r--sci-libs/beagle/ChangeLog15
-rw-r--r--sci-libs/beagle/Manifest4
-rw-r--r--sci-libs/beagle/beagle-2.1.3.ebuild36
-rw-r--r--sci-libs/beagle/files/digest-beagle-2.1.31
-rw-r--r--sci-libs/beagle/metadata.xml8
5 files changed, 64 insertions, 0 deletions
diff --git a/sci-libs/beagle/ChangeLog b/sci-libs/beagle/ChangeLog
new file mode 100644
index 000000000000..7b7e47c3237a
--- /dev/null
+++ b/sci-libs/beagle/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for app-sci/beagle
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.1 2004/12/28 18:13:50 ribosome Exp $
+
+*beagle-2.1.3 (28 Dec 2004)
+
+ 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+ +beagle-2.1.3.ebuild:
+ Moved from app-sci/beagle to sci-libs/beagle.
+
+*beagle-2.1.3 (13 May 2004)
+
+ 13 May 2004; Thomas Veith <xtv@gentoo.org> beagle-2.1.3.ebuild :
+ Initial import.
+
diff --git a/sci-libs/beagle/Manifest b/sci-libs/beagle/Manifest
new file mode 100644
index 000000000000..46e1c44d3da5
--- /dev/null
+++ b/sci-libs/beagle/Manifest
@@ -0,0 +1,4 @@
+MD5 fb304839023c5c7356515d5146271669 beagle-2.1.3.ebuild 868
+MD5 2a4e8b81767fbe0ae7cc1e24fe9a6248 ChangeLog 320
+MD5 119f11b0ae59d474384abde7a5d7b823 metadata.xml 454
+MD5 e6765834c21fc45a79ef2f287a2bfeec files/digest-beagle-2.1.3 65
diff --git a/sci-libs/beagle/beagle-2.1.3.ebuild b/sci-libs/beagle/beagle-2.1.3.ebuild
new file mode 100644
index 000000000000..8e65ccf85eb4
--- /dev/null
+++ b/sci-libs/beagle/beagle-2.1.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-2.1.3.ebuild,v 1.1 2004/12/28 18:13:50 ribosome Exp $
+
+inherit libtool
+
+IUSE="doc static"
+
+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="GPL-2"
+KEYWORDS="x86"
+
+DEPEND=">=sys-devel/gcc-2.96
+ sys-libs/zlib
+ doc? ( app-doc/doxygen )"
+
+src_compile() {
+ elibtoolize
+ econf --enable-optimization `use_enable static` || die
+ emake || die
+
+ use doc && doxygen beagle.doxygen
+}
+
+src_install () {
+ make install DESTDIR=${D} || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+
+ if use doc; then
+ cp -a examples ${D}/usr/share/doc/${PF}
+ dohtml refman/html/*
+ fi
+}
diff --git a/sci-libs/beagle/files/digest-beagle-2.1.3 b/sci-libs/beagle/files/digest-beagle-2.1.3
new file mode 100644
index 000000000000..262a884451a3
--- /dev/null
+++ b/sci-libs/beagle/files/digest-beagle-2.1.3
@@ -0,0 +1 @@
+MD5 6a816f55aec38ddacf556986397a7db4 beagle-2.1.3.tar.gz 2787022
diff --git a/sci-libs/beagle/metadata.xml b/sci-libs/beagle/metadata.xml
new file mode 100644
index 000000000000..dce86978cdfb
--- /dev/null
+++ b/sci-libs/beagle/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <longdescription>
+ Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming, bit string and real-valued genetic algorithms, and evolution strategy.
+ </longdescription>
+</pkgmetadata>