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/pypy/
Date: Fri, 27 Nov 2015 19:50:08
Message-Id: 1448653769.bc198aa70cbdfeef171a8703c2ac55ffa185f669.mgorny@gentoo
1 commit: bc198aa70cbdfeef171a8703c2ac55ffa185f669
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 19:48:24 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 19:49:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc198aa7
7
8 virtual/pypy: Bump to 4.0.1
9
10 virtual/pypy/pypy-4.0.1.ebuild | 22 ++++++++++++++++++++++
11 1 file changed, 22 insertions(+)
12
13 diff --git a/virtual/pypy/pypy-4.0.1.ebuild b/virtual/pypy/pypy-4.0.1.ebuild
14 new file mode 100644
15 index 0000000..3b3e346
16 --- /dev/null
17 +++ b/virtual/pypy/pypy-4.0.1.ebuild
18 @@ -0,0 +1,22 @@
19 +# Copyright 1999-2015 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 PyPy Python implementation"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0/$(get_version_component_range 1-2 ${PV})"
33 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
34 +IUSE="bzip2 gdbm ncurses sqlite tk"
35 +
36 +RDEPEND="
37 + || (
38 + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
39 + >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
40 + )"