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, 25 Sep 2020 12:13:51
Message-Id: 1601036021.3f9ea2fb20ccf50c2f7586797d118f74c705e3bb.mgorny@gentoo
1 commit: 3f9ea2fb20ccf50c2f7586797d118f74c705e3bb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 10:01:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 12:13:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9ea2fb
7
8 virtual/pypy3: Remove
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/pypy3/metadata.xml | 8 --------
13 virtual/pypy3/pypy3-7.3.0.ebuild | 13 -------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/virtual/pypy3/metadata.xml b/virtual/pypy3/metadata.xml
17 deleted file mode 100644
18 index 7f4f33c6dbc..00000000000
19 --- a/virtual/pypy3/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/pypy3/pypy3-7.3.0.ebuild b/virtual/pypy3/pypy3-7.3.0.ebuild
32 deleted file mode 100644
33 index 76e6e9bb3d6..00000000000
34 --- a/virtual/pypy3/pypy3-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 PyPy3 Python implementation"
43 -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
44 -SLOT="0/pypy36-pp73"
45 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="bzip2 gdbm ncurses sqlite tk"
47 -
48 -RDEPEND="
49 - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]"