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: Sun, 15 Oct 2017 09:38:20
Message-Id: 1508060284.c43faba147282433a9a623a8cd2d16547e3bff86.mgorny@gentoo
1 commit: c43faba147282433a9a623a8cd2d16547e3bff86
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 09:10:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 09:38:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43faba1
7
8 virtual/pypy: Drop old
9
10 virtual/pypy/pypy-5.6.0.ebuild | 16 ----------------
11 virtual/pypy/pypy-5.7.1.ebuild | 16 ----------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/virtual/pypy/pypy-5.6.0.ebuild b/virtual/pypy/pypy-5.6.0.ebuild
15 deleted file mode 100644
16 index 3230bc1d79a..00000000000
17 --- a/virtual/pypy/pypy-5.6.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=5
24 -
25 -DESCRIPTION="A virtual for PyPy Python implementation"
26 -# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
27 -SLOT="0/41"
28 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
29 -IUSE="bzip2 gdbm ncurses sqlite tk"
30 -
31 -RDEPEND="
32 - || (
33 - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
34 - >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
35 - )"
36
37 diff --git a/virtual/pypy/pypy-5.7.1.ebuild b/virtual/pypy/pypy-5.7.1.ebuild
38 deleted file mode 100644
39 index fd13aeec7bb..00000000000
40 --- a/virtual/pypy/pypy-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 PyPy Python implementation"
49 -# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
50 -SLOT="0/41"
51 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52 -IUSE="bzip2 gdbm ncurses sqlite tk"
53 -
54 -RDEPEND="
55 - || (
56 - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
57 - >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
58 - )"