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 metadata.xml pypy-2.0.ebuild ChangeLog
Date: Sat, 27 Jul 2013 11:15:54
Message-Id: 20130727111548.48C5921710@flycatcher.gentoo.org
1 mgorny 13/07/27 11:15:48
2
3 Added: pypy-1.9.ebuild metadata.xml pypy-2.0.ebuild
4 ChangeLog
5 Log:
6 Introduce a virtual for pypy and pypy-bin.
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
9
10 Revision Changes Path
11 1.1 virtual/pypy/pypy-1.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-1.9.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-1.9.ebuild?rev=1.1&content-type=text/plain
15
16 Index: pypy-1.9.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $
21
22 EAPI=5
23
24 inherit versionator
25
26 DESCRIPTION="A virtual for PyPy Python implementation"
27 HOMEPAGE="http://pypy.org/"
28 SRC_URI=""
29
30 LICENSE=""
31 SLOT=$(get_version_component_range 1-2 ${PV})
32 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33 IUSE="bzip2 ncurses sqlite"
34
35 RDEPEND="
36 || (
37 dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?]
38 dev-python/pypy-bin:${SLOT}[sqlite?]
39 )"
40
41
42
43 1.1 virtual/pypy/metadata.xml
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/metadata.xml?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/metadata.xml?rev=1.1&content-type=text/plain
47
48 Index: metadata.xml
49 ===================================================================
50 <?xml version="1.0" encoding="UTF-8"?>
51 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 <pkgmetadata>
53 <herd>python</herd>
54 </pkgmetadata>
55
56
57
58 1.1 virtual/pypy/pypy-2.0.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.ebuild?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.ebuild?rev=1.1&content-type=text/plain
62
63 Index: pypy-2.0.ebuild
64 ===================================================================
65 # Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $
68
69 EAPI=5
70
71 inherit versionator
72
73 DESCRIPTION="A virtual for PyPy Python implementation"
74 HOMEPAGE="http://pypy.org/"
75 SRC_URI=""
76
77 LICENSE=""
78 SLOT=$(get_version_component_range 1-2 ${PV})
79 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
80 IUSE="bzip2 ncurses sqlite"
81
82 RDEPEND="
83 || (
84 dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?]
85 dev-python/pypy-bin:${SLOT}[sqlite?]
86 )"
87
88
89
90 1.1 virtual/pypy/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.1&content-type=text/plain
94
95 Index: ChangeLog
96 ===================================================================
97 # ChangeLog for virtual/pypy
98 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
99 # $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.1 2013/07/27 11:15:48 mgorny Exp $
100
101 *pypy-1.9 (27 Jul 2013)
102 *pypy-2.0 (27 Jul 2013)
103
104 27 Jul 2013; Michał Górny <mgorny@g.o> +metadata.xml, +pypy-1.9.ebuild,
105 +pypy-2.0.ebuild:
106 Introduce a virtual for pypy and pypy-bin.