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, 25 Sep 2020 12:13:53
Message-Id: 1601036022.c43dfc79ff8c109c876c51178a625a6f68ceccb5.mgorny@gentoo
1 commit: c43dfc79ff8c109c876c51178a625a6f68ceccb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 10:01:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 12:13:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43dfc79
7
8 virtual/pypy: Remove
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/pypy/metadata.xml | 8 --------
13 virtual/pypy/pypy-7.3.0.ebuild | 13 -------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/virtual/pypy/metadata.xml b/virtual/pypy/metadata.xml
17 deleted file mode 100644
18 index 7f4f33c6dbc..00000000000
19 --- a/virtual/pypy/metadata.xml
20 +++ /dev/null
21 @@ -1,8 +0,0 @@
22 -<?xml version="1.0" encoding="UTF-8"?>
23 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 -<pkgmetadata>
25 - <maintainer type="project">
26 - <email>python@g.o</email>
27 - <name>Python</name>
28 - </maintainer>
29 -</pkgmetadata>
30
31 diff --git a/virtual/pypy/pypy-7.3.0.ebuild b/virtual/pypy/pypy-7.3.0.ebuild
32 deleted file mode 100644
33 index d6da859f3bb..00000000000
34 --- a/virtual/pypy/pypy-7.3.0.ebuild
35 +++ /dev/null
36 @@ -1,13 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -DESCRIPTION="An obsolete virtual for PyPy Python implementation"
43 -# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
44 -SLOT="0/73"
45 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="bzip2 gdbm ncurses sqlite tk"
47 -
48 -RDEPEND="
49 - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]"