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: Sun, 15 Oct 2017 09:38:21
Message-Id: 1508060279.a9ed8b0a74ec8afbd0adf7bdcf451ef7a0c8a935.mgorny@gentoo
1 commit: a9ed8b0a74ec8afbd0adf7bdcf451ef7a0c8a935
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 09:08:17 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 09:37:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ed8b0a
7
8 virtual/pypy3: Drop old
9
10 virtual/pypy3/pypy3-5.5.0_alpha.ebuild | 16 ----------------
11 virtual/pypy3/pypy3-5.7.1.ebuild | 16 ----------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
15 deleted file mode 100644
16 index 4872bd98b0b..00000000000
17 --- a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
18 +++ /dev/null
19 @@ -1,16 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=5
24 -
25 -DESCRIPTION="A virtual for PyPy3 Python implementation"
26 -# XX from pypy3-XX.so module suffix
27 -SLOT="0/55"
28 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
29 -IUSE="bzip2 gdbm ncurses sqlite tk"
30 -
31 -RDEPEND="
32 - || (
33 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
34 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
35 - )"
36
37 diff --git a/virtual/pypy3/pypy3-5.7.1.ebuild b/virtual/pypy3/pypy3-5.7.1.ebuild
38 deleted file mode 100644
39 index fd00797851f..00000000000
40 --- a/virtual/pypy3/pypy3-5.7.1.ebuild
41 +++ /dev/null
42 @@ -1,16 +0,0 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=6
47 -
48 -DESCRIPTION="A virtual for PyPy3 Python implementation"
49 -# XX from pypy3-XX.so module suffix
50 -SLOT="0/57"
51 -KEYWORDS="~amd64 ~amd64-linux"
52 -IUSE="bzip2 gdbm ncurses sqlite tk"
53 -
54 -RDEPEND="
55 - || (
56 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
57 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
58 - )"