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: Fri, 24 May 2019 14:21:42
Message-Id: 1558707689.5ee1cc1af93addf8d80015df9a483b3c96461eda.mgorny@gentoo
1 commit: 5ee1cc1af93addf8d80015df9a483b3c96461eda
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 14:13:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 14:21:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee1cc1a
7
8 virtual/pypy3: Drop old (<7.1.1)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/pypy3/pypy3-6.0.0.ebuild | 16 ----------------
13 virtual/pypy3/pypy3-7.0.0.ebuild | 16 ----------------
14 virtual/pypy3/pypy3-7.1.0.ebuild | 16 ----------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/virtual/pypy3/pypy3-6.0.0.ebuild b/virtual/pypy3/pypy3-6.0.0.ebuild
18 deleted file mode 100644
19 index 31d1d113dfd..00000000000
20 --- a/virtual/pypy3/pypy3-6.0.0.ebuild
21 +++ /dev/null
22 @@ -1,16 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DESCRIPTION="A virtual for PyPy3 Python implementation"
29 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
30 -SLOT="0/60"
31 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
32 -IUSE="bzip2 gdbm ncurses sqlite tk"
33 -
34 -RDEPEND="
35 - || (
36 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
37 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
38 - )"
39
40 diff --git a/virtual/pypy3/pypy3-7.0.0.ebuild b/virtual/pypy3/pypy3-7.0.0.ebuild
41 deleted file mode 100644
42 index 9aa9539846f..00000000000
43 --- a/virtual/pypy3/pypy3-7.0.0.ebuild
44 +++ /dev/null
45 @@ -1,16 +0,0 @@
46 -# Copyright 1999-2019 Gentoo Authors
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=7
50 -
51 -DESCRIPTION="A virtual for PyPy3 Python implementation"
52 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
53 -SLOT="0/71"
54 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
55 -IUSE="bzip2 gdbm ncurses sqlite tk"
56 -
57 -RDEPEND="
58 - || (
59 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
60 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
61 - )"
62
63 diff --git a/virtual/pypy3/pypy3-7.1.0.ebuild b/virtual/pypy3/pypy3-7.1.0.ebuild
64 deleted file mode 100644
65 index ae7c453cde1..00000000000
66 --- a/virtual/pypy3/pypy3-7.1.0.ebuild
67 +++ /dev/null
68 @@ -1,16 +0,0 @@
69 -# Copyright 1999-2019 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=7
73 -
74 -DESCRIPTION="A virtual for PyPy3 Python implementation"
75 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
76 -SLOT="0/71-py36"
77 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
78 -IUSE="bzip2 gdbm ncurses sqlite tk"
79 -
80 -RDEPEND="
81 - || (
82 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
83 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
84 - )"