Gentoo Archives: gentoo-commits

From: "Slawek Lis (slis)" <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/deap: metadata.xml deap-1.0.0.ebuild ChangeLog deap-1.0.0_rc1.ebuild deap-1.0.0_rc2.ebuild
Date: Sun, 23 Feb 2014 13:32:14
Message-Id: 20140223133206.2CD642004C@flycatcher.gentoo.org
1 slis 14/02/23 13:32:06
2
3 Modified: metadata.xml ChangeLog
4 Added: deap-1.0.0.ebuild
5 Removed: deap-1.0.0_rc1.ebuild deap-1.0.0_rc2.ebuild
6 Log:
7 version bump, remove old, metadata update
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
10
11 Revision Changes Path
12 1.2 sci-libs/deap/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/metadata.xml?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/metadata.xml?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/metadata.xml?r1=1.1&r2=1.2
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-libs/deap/metadata.xml,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metadata.xml 29 May 2013 08:42:32 -0000 1.1
25 +++ metadata.xml 23 Feb 2014 13:32:05 -0000 1.2
26 @@ -4,4 +4,10 @@
27 <maintainer>
28 <email>slis@g.o</email>
29 </maintainer>
30 + <longdescription>
31 + DEAP stands for Distributed Evolutionary Algorithm in Python, it is dedicated to people who
32 + wish to learn how to use evolutionary algorithms and to those who wish to
33 + rediscover evolutionary algorithms. DEAP is the proof that evolutionary
34 + algorithms do **not** need to be neither complex or complicated.
35 + </longdescription>
36 </pkgmetadata>
37
38
39
40 1.5 sci-libs/deap/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/ChangeLog?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/ChangeLog?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/ChangeLog?r1=1.4&r2=1.5
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- ChangeLog 5 Sep 2013 19:04:44 -0000 1.4
53 +++ ChangeLog 23 Feb 2014 13:32:05 -0000 1.5
54 @@ -1,6 +1,12 @@
55 # ChangeLog for sci-libs/deap
56 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.4 2013/09/05 19:04:44 mgorny Exp $
58 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.5 2014/02/23 13:32:05 slis Exp $
60 +
61 +*deap-1.0.0 (23 Feb 2014)
62 +
63 + 23 Feb 2014; Sławek Lis <slis@g.o> +deap-1.0.0.ebuild,
64 + -deap-1.0.0_rc1.ebuild, -deap-1.0.0_rc2.ebuild, metadata.xml:
65 + version bump, remove old, metadata update
66
67 05 Sep 2013; Michał Górny <mgorny@g.o> deap-0.9.1.ebuild,
68 deap-1.0.0_rc1.ebuild, deap-1.0.0_rc2.ebuild:
69
70
71
72 1.1 sci-libs/deap/deap-1.0.0.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/deap-1.0.0.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/deap/deap-1.0.0.ebuild?rev=1.1&content-type=text/plain
76
77 Index: deap-1.0.0.ebuild
78 ===================================================================
79 # Copyright 1999-2014 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0.ebuild,v 1.1 2014/02/23 13:32:05 slis Exp $
82
83 EAPI="5"
84
85 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
86 inherit distutils-r1
87
88 DESCRIPTION="Distributed Evolutionary Algorithms in Python"
89 HOMEPAGE="http://code.google.com/p/${PN}/ http://pypi.python.org/pypi/deap/"
90 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91
92 LICENSE="LGPL-3"
93 SLOT="0"
94 KEYWORDS="~amd64 ~x86"
95 IUSE=""
96
97 RDEPEND=""
98 DEPEND="dev-python/setuptools"