summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/beagle/beagle-3.0.3.ebuild')
-rw-r--r--sci-libs/beagle/beagle-3.0.3.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/beagle/beagle-3.0.3.ebuild b/sci-libs/beagle/beagle-3.0.3.ebuild
index 632bae9c42e3..cae92ac99034 100644
--- a/sci-libs/beagle/beagle-3.0.3.ebuild
+++ b/sci-libs/beagle/beagle-3.0.3.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.2 2009/03/03 17:08:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-3.0.3.ebuild,v 1.3 2010/06/23 11:23:11 jlec 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"
+HOMEPAGE="http://beagle.gel.ulaval.ca/"
+
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="x86"
+IUSE="doc"
RDEPEND="sys-libs/zlib
- !app-misc/beagle"
-
+ !app-misc/beagle
+ !dev-libs/libbeagle"
DEPEND="${DEPEND}
doc? ( app-doc/doxygen )"