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-1.9.ebuild pypy-2.0.ebuild ChangeLog
Date: Sun, 28 Jul 2013 09:18:58
Message-Id: 20130728091855.2AA492171C@flycatcher.gentoo.org
1 mgorny 13/07/28 09:18:55
2
3 Modified: pypy-1.9.ebuild pypy-2.0.ebuild ChangeLog
4 Log:
5 Require USE=ssl on old versions of PyPy for compatibility. Drop HOMEPAGE.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.2 virtual/pypy/pypy-1.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-1.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-1.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-1.9.ebuild?r1=1.1&r2=1.2
15
16 Index: pypy-1.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pypy-1.9.ebuild 27 Jul 2013 11:15:48 -0000 1.1
23 +++ pypy-1.9.ebuild 28 Jul 2013 09:18:55 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v 1.2 2013/07/28 09:18:55 mgorny Exp $
29
30 EAPI=5
31
32 inherit versionator
33
34 DESCRIPTION="A virtual for PyPy Python implementation"
35 -HOMEPAGE="http://pypy.org/"
36 +HOMEPAGE=""
37 SRC_URI=""
38
39 LICENSE=""
40 @@ -17,6 +17,6 @@
41
42 RDEPEND="
43 || (
44 - dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?]
45 + dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
46 dev-python/pypy-bin:${SLOT}[sqlite?]
47 )"
48
49
50
51 1.2 virtual/pypy/pypy-2.0.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.ebuild?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.ebuild?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.ebuild?r1=1.1&r2=1.2
56
57 Index: pypy-2.0.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- pypy-2.0.ebuild 27 Jul 2013 11:15:48 -0000 1.1
64 +++ pypy-2.0.ebuild 28 Jul 2013 09:18:55 -0000 1.2
65 @@ -1,13 +1,13 @@
66 # Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v 1.2 2013/07/28 09:18:55 mgorny Exp $
70
71 EAPI=5
72
73 inherit versionator
74
75 DESCRIPTION="A virtual for PyPy Python implementation"
76 -HOMEPAGE="http://pypy.org/"
77 +HOMEPAGE=""
78 SRC_URI=""
79
80 LICENSE=""
81 @@ -17,6 +17,6 @@
82
83 RDEPEND="
84 || (
85 - dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?]
86 + dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
87 dev-python/pypy-bin:${SLOT}[sqlite?]
88 )"
89
90
91
92 1.2 virtual/pypy/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.2&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.2&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.1&r2=1.2
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v
101 retrieving revision 1.1
102 retrieving revision 1.2
103 diff -u -r1.1 -r1.2
104 --- ChangeLog 27 Jul 2013 11:15:48 -0000 1.1
105 +++ ChangeLog 28 Jul 2013 09:18:55 -0000 1.2
106 @@ -1,6 +1,10 @@
107 # ChangeLog for virtual/pypy
108 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.1 2013/07/27 11:15:48 mgorny Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.2 2013/07/28 09:18:55 mgorny Exp $
111 +
112 + 28 Jul 2013; Michał Górny <mgorny@g.o> pypy-1.9.ebuild,
113 + pypy-2.0.ebuild:
114 + Require USE=ssl on old versions of PyPy for compatibility. Drop HOMEPAGE.
115
116 *pypy-1.9 (27 Jul 2013)
117 *pypy-2.0 (27 Jul 2013)