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: Fri, 27 Nov 2015 16:11:28
Message-Id: 1448640668.1e82fd63f1f8b0d85a0ead09fb4d82749078ab50.mgorny@gentoo
1 commit: 1e82fd63f1f8b0d85a0ead09fb4d82749078ab50
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 16:09:01 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 16:11:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e82fd63
7
8 virtual/pypy: Remove old
9
10 virtual/pypy/pypy-2.4.0.ebuild | 22 ----------------------
11 virtual/pypy/pypy-2.5.1.ebuild | 22 ----------------------
12 2 files changed, 44 deletions(-)
13
14 diff --git a/virtual/pypy/pypy-2.4.0.ebuild b/virtual/pypy/pypy-2.4.0.ebuild
15 deleted file mode 100644
16 index d7ce6b6..0000000
17 --- a/virtual/pypy/pypy-2.4.0.ebuild
18 +++ /dev/null
19 @@ -1,22 +0,0 @@
20 -# Copyright 1999-2014 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-2.5.1.ebuild b/virtual/pypy/pypy-2.5.1.ebuild
44 deleted file mode 100644
45 index 3b3e346..0000000
46 --- a/virtual/pypy/pypy-2.5.1.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 - )"