diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-23 11:23:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-23 11:23:11 +0000 |
commit | 74a12690965cb73ccbf4ddf98412f91a9af46a6f (patch) | |
tree | 2d7e0bd73cbce9332191398fda037fdbc46a2172 /sci-libs/beagle | |
parent | Version bump (diff) | |
download | gentoo-2-74a12690965cb73ccbf4ddf98412f91a9af46a6f.tar.gz gentoo-2-74a12690965cb73ccbf4ddf98412f91a9af46a6f.tar.bz2 gentoo-2-74a12690965cb73ccbf4ddf98412f91a9af46a6f.zip |
Blocking dev-libs/libbeagle, #248331
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/beagle')
-rw-r--r-- | sci-libs/beagle/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/beagle/beagle-2.2.0.ebuild | 14 | ||||
-rw-r--r-- | sci-libs/beagle/beagle-3.0.3.ebuild | 14 |
3 files changed, 20 insertions, 16 deletions
diff --git a/sci-libs/beagle/ChangeLog b/sci-libs/beagle/ChangeLog index 62dc4176800f..dd0200a6c022 100644 --- a/sci-libs/beagle/ChangeLog +++ b/sci-libs/beagle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/beagle -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.10 2009/03/03 17:08:11 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.11 2010/06/23 11:23:11 jlec Exp $ + + 23 Jun 2010; Justin Lecher <jlec@gentoo.org> beagle-2.2.0.ebuild, + beagle-3.0.3.ebuild: + Blocking dev-libs/libbeagle, #248331 03 Mar 2009; Raúl Porcel <armin76@gentoo.org> beagle-3.0.3.ebuild: x86 stable wrt #259031 diff --git a/sci-libs/beagle/beagle-2.2.0.ebuild b/sci-libs/beagle/beagle-2.2.0.ebuild index f0d3ffa23198..ad21563b10e4 100644 --- a/sci-libs/beagle/beagle-2.2.0.ebuild +++ b/sci-libs/beagle/beagle-2.2.0.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2008 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-2.2.0.ebuild,v 1.5 2008/05/17 10:09:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-2.2.0.ebuild,v 1.6 2010/06/23 11:23:11 jlec 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" +HOMEPAGE="http://beagle.gel.ulaval.ca/" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="doc static" RDEPEND="sys-libs/zlib - !app-misc/beagle" - + !app-misc/beagle + !dev-libs/libbeagle" DEPEND="${RDEPEND} >=sys-devel/gcc-2.96 doc? ( app-doc/doxygen )" 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 )" |