Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/
Date: Wed, 12 Oct 2016 21:00:04
Message-Id: 1476305993.cde36aa100d8ffd784d0fa8c4af08a2c279ae9bb.mgorny@gentoo
1 commit: cde36aa100d8ffd784d0fa8c4af08a2c279ae9bb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 18:51:06 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 20:59:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde36aa1
7
8 virtual/pypy3: Bump to 5.5.0 (alpha)
9
10 virtual/pypy3/pypy3-5.5.0_alpha.ebuild | 23 +++++++++++++++++++++++
11 1 file changed, 23 insertions(+)
12
13 diff --git a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
14 new file mode 100644
15 index 00000000..bc825a4
16 --- /dev/null
17 +++ b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
18 @@ -0,0 +1,23 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +inherit versionator
26 +
27 +DESCRIPTION="A virtual for PyPy3 Python implementation"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +# XX from pypy3-XX.so module suffix
33 +SLOT="0/55"
34 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 +IUSE="bzip2 gdbm ncurses sqlite tk"
36 +
37 +RDEPEND="
38 + || (
39 + >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
40 + >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
41 + )"