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, 29 Apr 2018 06:33:59
Message-Id: 1524983044.eae4fa94967f37691f0099ff61640a532e86913a.mgorny@gentoo
1 commit: eae4fa94967f37691f0099ff61640a532e86913a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 06:19:25 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:24:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae4fa94
7
8 virtual/pypy3: Drop <5.10.1
9
10 virtual/pypy3/pypy3-5.10.0.ebuild | 16 ----------------
11 virtual/pypy3/pypy3-5.9.0.ebuild | 16 ----------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/virtual/pypy3/pypy3-5.10.0.ebuild b/virtual/pypy3/pypy3-5.10.0.ebuild
15 deleted file mode 100644
16 index d602c0cecd9..00000000000
17 --- a/virtual/pypy3/pypy3-5.10.0.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=6
24 -
25 -DESCRIPTION="A virtual for PyPy3 Python implementation"
26 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
27 -SLOT="0/510"
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.9.0.ebuild b/virtual/pypy3/pypy3-5.9.0.ebuild
38 deleted file mode 100644
39 index abae0f0599a..00000000000
40 --- a/virtual/pypy3/pypy3-5.9.0.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 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
50 -SLOT="0/59"
51 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-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 - )"