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, 05 Jan 2018 23:19:48
Message-Id: 1515194364.e227c926937f14d0fb722d133726b1d093588e3b.mgorny@gentoo
1 commit: e227c926937f14d0fb722d133726b1d093588e3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 22:17:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 23:19:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e227c926
7
8 virtual/pypy3: Clean old up
9
10 virtual/pypy3/pypy3-5.8.0-r1.ebuild | 16 ----------------
11 1 file changed, 16 deletions(-)
12
13 diff --git a/virtual/pypy3/pypy3-5.8.0-r1.ebuild b/virtual/pypy3/pypy3-5.8.0-r1.ebuild
14 deleted file mode 100644
15 index c847a5995bd..00000000000
16 --- a/virtual/pypy3/pypy3-5.8.0-r1.ebuild
17 +++ /dev/null
18 @@ -1,16 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -DESCRIPTION="A virtual for PyPy3 Python implementation"
25 -# XX from pypy3-XX.so module suffix
26 -SLOT="0/58"
27 -KEYWORDS="~amd64 ~amd64-linux"
28 -IUSE="bzip2 gdbm ncurses sqlite tk"
29 -
30 -RDEPEND="
31 - || (
32 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
33 - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
34 - )"