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: Thu, 03 Mar 2016 10:48:03
Message-Id: 1457002057.d775ca7c5066114189279dfb773d273cac635e5f.mgorny@gentoo
1 commit: d775ca7c5066114189279dfb773d273cac635e5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 09:57:23 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 10:47:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d775ca7c
7
8 virtual/pypy: Drop old
9
10 virtual/pypy/pypy-2.6.0.ebuild | 22 ----------------------
11 virtual/pypy/pypy-4.0.0.ebuild | 22 ----------------------
12 2 files changed, 44 deletions(-)
13
14 diff --git a/virtual/pypy/pypy-2.6.0.ebuild b/virtual/pypy/pypy-2.6.0.ebuild
15 deleted file mode 100644
16 index 3b3e346..0000000
17 --- a/virtual/pypy/pypy-2.6.0.ebuild
18 +++ /dev/null
19 @@ -1,22 +0,0 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
25 -
26 -inherit versionator
27 -
28 -DESCRIPTION="A virtual for PyPy Python implementation"
29 -HOMEPAGE=""
30 -SRC_URI=""
31 -
32 -LICENSE=""
33 -SLOT="0/$(get_version_component_range 1-2 ${PV})"
34 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 -IUSE="bzip2 gdbm ncurses sqlite tk"
36 -
37 -RDEPEND="
38 - || (
39 - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
40 - >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
41 - )"
42
43 diff --git a/virtual/pypy/pypy-4.0.0.ebuild b/virtual/pypy/pypy-4.0.0.ebuild
44 deleted file mode 100644
45 index 3b3e346..0000000
46 --- a/virtual/pypy/pypy-4.0.0.ebuild
47 +++ /dev/null
48 @@ -1,22 +0,0 @@
49 -# Copyright 1999-2015 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -# $Id$
52 -
53 -EAPI=5
54 -
55 -inherit versionator
56 -
57 -DESCRIPTION="A virtual for PyPy Python implementation"
58 -HOMEPAGE=""
59 -SRC_URI=""
60 -
61 -LICENSE=""
62 -SLOT="0/$(get_version_component_range 1-2 ${PV})"
63 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
64 -IUSE="bzip2 gdbm ncurses sqlite tk"
65 -
66 -RDEPEND="
67 - || (
68 - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
69 - >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
70 - )"