Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/simpy: simpy-3.0.3.ebuild ChangeLog simpy-2.3.ebuild simpy-2.3.1.ebuild
Date: Tue, 31 Mar 2015 07:47:31
Message-Id: 20150331074728.8F78814E71@oystercatcher.gentoo.org
1 idella4 15/03/31 07:47:28
2
3 Modified: simpy-3.0.3.ebuild ChangeLog
4 Removed: simpy-2.3.ebuild simpy-2.3.1.ebuild
5 Log:
6 clean old impl add py3.4 support, rm old ebuilds with old EAPI and eclass
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.3 dev-python/simpy/simpy-3.0.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild?r1=1.2&r2=1.3
16
17 Index: simpy-3.0.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- simpy-3.0.3.ebuild 12 Mar 2014 07:17:48 -0000 1.2
24 +++ simpy-3.0.3.ebuild 31 Mar 2015 07:47:28 -0000 1.3
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild,v 1.2 2014/03/12 07:17:48 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild,v 1.3 2015/03/31 07:47:28 idella4 Exp $
31
32 EAPI=5
33
34 -PYTHON_COMPAT=( python{2_6,2_7,3_3} )
35 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
36 PYTHON_REQ_USE="tk"
37
38 inherit distutils-r1
39
40
41
42 1.11 dev-python/simpy/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/ChangeLog?rev=1.11&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/ChangeLog?rev=1.11&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/ChangeLog?r1=1.10&r2=1.11
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/simpy/ChangeLog,v
51 retrieving revision 1.10
52 retrieving revision 1.11
53 diff -u -r1.10 -r1.11
54 --- ChangeLog 12 Mar 2014 07:17:48 -0000 1.10
55 +++ ChangeLog 31 Mar 2015 07:47:28 -0000 1.11
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-python/simpy
58 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/ChangeLog,v 1.10 2014/03/12 07:17:48 jlec Exp $
60 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/ChangeLog,v 1.11 2015/03/31 07:47:28 idella4 Exp $
62 +
63 + 31 Mar 2015; Ian Delaney <idella4@g.o> -simpy-2.3.1.ebuild,
64 + -simpy-2.3.ebuild, simpy-3.0.3.ebuild:
65 + clean old impl add py3.4 support, rm old ebuilds with old EAPI and eclass
66
67 12 Mar 2014; Justin Lecher <jlec@g.o> simpy-3.0.3.ebuild:
68 Fix doc installation, #504184
69 @@ -41,4 +45,3 @@
70 06 Jan 2012; Justin Lecher <jlec@g.o> +simpy-2.3.ebuild,
71 +metadata.xml:
72 Moved from sci overlay to tree
73 -