Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/pypy: pypy-2.2.1.ebuild pypy-2.0.2-r1.ebuild ChangeLog
Date: Sun, 30 Mar 2014 21:01:06
Message-Id: 20140330210059.5161120057@flycatcher.gentoo.org
1 mgorny 14/03/30 21:00:59
2
3 Modified: pypy-2.2.1.ebuild ChangeLog
4 Added: pypy-2.0.2-r1.ebuild
5 Log:
6 Backport the :0 slot switch to pypy-2.0.2 since we have binpackages for this version.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.3 virtual/pypy/pypy-2.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?r1=1.2&r2=1.3
16
17 Index: pypy-2.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- pypy-2.2.1.ebuild 12 Mar 2014 09:27:43 -0000 1.2
24 +++ pypy-2.2.1.ebuild 30 Mar 2014 21:00:58 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v 1.2 2014/03/12 09:27:43 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v 1.3 2014/03/30 21:00:58 mgorny Exp $
30
31 EAPI=5
32
33 @@ -17,6 +17,6 @@
34
35 RDEPEND="
36 || (
37 - >=dev-python/pypy-2.2.1:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
38 - >=dev-python/pypy-bin-2.2.1:${SLOT}[sqlite?]
39 + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
40 + >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?]
41 )"
42
43
44
45 1.7 virtual/pypy/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 12 Mar 2014 09:27:43 -0000 1.6
58 +++ ChangeLog 30 Mar 2014 21:00:59 -0000 1.7
59 @@ -1,6 +1,13 @@
60 # ChangeLog for virtual/pypy
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.6 2014/03/12 09:27:43 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.7 2014/03/30 21:00:59 mgorny Exp $
64 +
65 +*pypy-2.0.2-r1 (30 Mar 2014)
66 +
67 + 30 Mar 2014; Michał Górny <mgorny@g.o> +pypy-2.0.2-r1.ebuild,
68 + pypy-2.2.1.ebuild:
69 + Backport the :0 slot switch to pypy-2.0.2 since we have binpackages for this
70 + version.
71
72 12 Mar 2014; Michał Górny <mgorny@g.o> pypy-2.2.1.ebuild:
73 Add the subslot.
74
75
76
77 1.1 virtual/pypy/pypy-2.0.2-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.2-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.2-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: pypy-2.0.2-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2014 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.2-r1.ebuild,v 1.1 2014/03/30 21:00:59 mgorny Exp $
87
88 EAPI=5
89
90 inherit versionator
91
92 DESCRIPTION="A virtual for PyPy Python implementation"
93 HOMEPAGE=""
94 SRC_URI=""
95
96 LICENSE=""
97 SLOT="0/$(get_version_component_range 1-2 ${PV})"
98 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
99 IUSE="bzip2 ncurses sqlite"
100
101 RDEPEND="
102 || (
103 >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
104 >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?]
105 )"