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: Mon, 30 Dec 2019 11:59:03
Message-Id: 1577707068.5e27bbf5df7ce9fa9b6dd8c461e0f6c76a02f872.mgorny@gentoo
1 commit: 5e27bbf5df7ce9fa9b6dd8c461e0f6c76a02f872
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 11:02:13 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 11:57:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e27bbf5
7
8 virtual/pypy3: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/pypy3/pypy3-7.2.0.ebuild | 16 ----------------
13 virtual/pypy3/pypy3-7.3.0_rc1.ebuild | 16 ----------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/virtual/pypy3/pypy3-7.2.0.ebuild b/virtual/pypy3/pypy3-7.2.0.ebuild
17 deleted file mode 100644
18 index 7f21db04c90..00000000000
19 --- a/virtual/pypy3/pypy3-7.2.0.ebuild
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="A virtual for PyPy3 Python implementation"
28 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
29 -SLOT="0/72-py36"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 -IUSE="bzip2 gdbm ncurses sqlite tk"
32 -
33 -RDEPEND="
34 - || (
35 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
36 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
37 - )"
38
39 diff --git a/virtual/pypy3/pypy3-7.3.0_rc1.ebuild b/virtual/pypy3/pypy3-7.3.0_rc1.ebuild
40 deleted file mode 100644
41 index 5ade1d6b178..00000000000
42 --- a/virtual/pypy3/pypy3-7.3.0_rc1.ebuild
43 +++ /dev/null
44 @@ -1,16 +0,0 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=7
49 -
50 -DESCRIPTION="A virtual for PyPy3 Python implementation"
51 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
52 -SLOT="0/pypy36-pp73"
53 -KEYWORDS=""
54 -IUSE="bzip2 gdbm ncurses sqlite tk"
55 -
56 -RDEPEND="
57 - || (
58 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
59 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
60 - )"