diff options
author | Slawek Lis <slis@gentoo.org> | 2014-02-23 14:29:06 +0000 |
---|---|---|
committer | Slawek Lis <slis@gentoo.org> | 2014-02-23 14:29:06 +0000 |
commit | ac168d8e1e8d5f815b762993f474f69188babf22 (patch) | |
tree | ba66d6e3b215958ee1935ef46c8b9fc845f9caa4 /sci-libs/deap | |
parent | removed vdr-plugin.eclass depended ebuild (diff) | |
download | gentoo-2-ac168d8e1e8d5f815b762993f474f69188babf22.tar.gz gentoo-2-ac168d8e1e8d5f815b762993f474f69188babf22.tar.bz2 gentoo-2-ac168d8e1e8d5f815b762993f474f69188babf22.zip |
Fixed HOMEPAGE value
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Diffstat (limited to 'sci-libs/deap')
-rw-r--r-- | sci-libs/deap/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/deap/deap-0.9.1.ebuild | 8 | ||||
-rw-r--r-- | sci-libs/deap/deap-1.0.0.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/deap/ChangeLog b/sci-libs/deap/ChangeLog index b880e49e285a..eae617349800 100644 --- a/sci-libs/deap/ChangeLog +++ b/sci-libs/deap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/deap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.5 2014/02/23 13:32:05 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.6 2014/02/23 14:29:06 slis Exp $ + + 23 Feb 2014; Sławek Lis <slis@gentoo.org> deap-0.9.1.ebuild, + deap-1.0.0.ebuild: + Fixed HOMEPAGE value *deap-1.0.0 (23 Feb 2014) diff --git a/sci-libs/deap/deap-0.9.1.ebuild b/sci-libs/deap/deap-0.9.1.ebuild index 1609b9e2b14e..dc40b0ccc5a2 100644 --- a/sci-libs/deap/deap-0.9.1.ebuild +++ b/sci-libs/deap/deap-0.9.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-0.9.1.ebuild,v 1.2 2013/09/05 19:04:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-0.9.1.ebuild,v 1.3 2014/02/23 14:29:06 slis Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) inherit distutils-r1 DESCRIPTION="Novel evolutionary computation framework" -HOMEPAGE="https://code.google.com/p/${PN}/" +HOMEPAGE="https://code.google.com/p/deap/" SRC_URI="https://deap.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/sci-libs/deap/deap-1.0.0.ebuild b/sci-libs/deap/deap-1.0.0.ebuild index 027c1789c592..63c0090c7147 100644 --- a/sci-libs/deap/deap-1.0.0.ebuild +++ b/sci-libs/deap/deap-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.ebuild,v 1.1 2014/02/23 13:32:05 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0.ebuild,v 1.2 2014/02/23 14:29:06 slis Exp $ EAPI="5" @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) inherit distutils-r1 DESCRIPTION="Distributed Evolutionary Algorithms in Python" -HOMEPAGE="http://code.google.com/p/${PN}/ http://pypi.python.org/pypi/deap/" +HOMEPAGE="http://code.google.com/p/deap/ http://pypi.python.org/pypi/deap/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" |