diff options
author | 2013-08-05 05:35:00 +0000 | |
---|---|---|
committer | 2013-08-05 05:35:00 +0000 | |
commit | 88a8fc49b97f7e8d3225b15d93e4cb8b8e5bc2d8 (patch) | |
tree | f0990790cb624ba6b2973c502de9bab67e022841 /sci-libs | |
parent | Bump for #479710. ntdb is now mandatory. swat is removed. (diff) | |
download | gentoo-2-88a8fc49b97f7e8d3225b15d93e4cb8b8e5bc2d8.tar.gz gentoo-2-88a8fc49b97f7e8d3225b15d93e4cb8b8e5bc2d8.tar.bz2 gentoo-2-88a8fc49b97f7e8d3225b15d93e4cb8b8e5bc2d8.zip |
version bump
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/deap/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/deap/deap-1.0.0_rc2.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sci-libs/deap/ChangeLog b/sci-libs/deap/ChangeLog index ddcb1bd903a5..a7bbb11e6faf 100644 --- a/sci-libs/deap/ChangeLog +++ b/sci-libs/deap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/deap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.2 2013/07/08 06:59:32 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.3 2013/08/05 05:35:00 slis Exp $ + +*deap-1.0.0_rc2 (05 Aug 2013) + + 05 Aug 2013; Sławek Lis <slis@gentoo.org> +deap-1.0.0_rc2.ebuild: + version bump *deap-1.0.0_rc1 (08 Jul 2013) diff --git a/sci-libs/deap/deap-1.0.0_rc2.ebuild b/sci-libs/deap/deap-1.0.0_rc2.ebuild new file mode 100644 index 000000000000..3391473cad26 --- /dev/null +++ b/sci-libs/deap/deap-1.0.0_rc2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0_rc2.ebuild,v 1.1 2013/08/05 05:35:00 slis Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 versionator + +MY_P=${PN}-$(delete_version_separator 3) + +DESCRIPTION="Novel evolutionary computation framework" +HOMEPAGE="https://code.google.com/p/${PN}/" +SRC_URI="https://deap.googlecode.com/files/${MY_P}.tar.gz" + +S="${WORKDIR}/${MY_P}" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools" |