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: dev-python/pypy-bin/, profiles/
Date: Mon, 03 Feb 2020 06:36:47
Message-Id: 1580711786.901b46a8ea2a0b1b0171f84b4d3e44616be79085.mgorny@gentoo
1 commit: 901b46a8ea2a0b1b0171f84b4d3e44616be79085
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:19:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:36:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901b46a8
7
8 dev-python/pypy-bin: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy-bin/metadata.xml | 11 -----------
13 dev-python/pypy-bin/pypy-bin-7.3.0.ebuild | 17 -----------------
14 profiles/package.mask | 8 --------
15 3 files changed, 36 deletions(-)
16
17 diff --git a/dev-python/pypy-bin/metadata.xml b/dev-python/pypy-bin/metadata.xml
18 deleted file mode 100644
19 index ff5bc95069a..00000000000
20 --- a/dev-python/pypy-bin/metadata.xml
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="project">
27 - <email>python@g.o</email>
28 - <name>Python</name>
29 - </maintainer>
30 - <upstream>
31 - <remote-id type="bitbucket">pypy/pypy</remote-id>
32 - </upstream>
33 -</pkgmetadata>
34
35 diff --git a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
36 deleted file mode 100644
37 index e0bf0390f56..00000000000
38 --- a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
39 +++ /dev/null
40 @@ -1,17 +0,0 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 -# Distributed under the terms of the GNU General Public License v2
43 -
44 -EAPI=7
45 -
46 -DESCRIPTION="Backwards compatibility package to install binary ver of PyPy"
47 -HOMEPAGE="https://pypy.org/"
48 -SRC_URI=""
49 -
50 -LICENSE="metapackage"
51 -SLOT="0/73"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="gdbm libressl sqlite tk"
54 -
55 -RDEPEND="
56 - dev-python/pypy-exe-bin:${PV}
57 - ~dev-python/pypy-${PV}[gdbm?,libressl?,sqlite?,tk?]"
58
59 diff --git a/profiles/package.mask b/profiles/package.mask
60 index 48f2284fb9e..7978e96e5c1 100644
61 --- a/profiles/package.mask
62 +++ b/profiles/package.mask
63 @@ -705,14 +705,6 @@ net-misc/chrome-remote-desktop
64 # Removal after 2020-03-01
65 app-backup/tob
66
67 -# Michał Górny <mgorny@g.o> (2019-12-30)
68 -# The PyPy packages have been restructured and dev-python/pypy is now
69 -# used unconditionally as the main package. If you wish to continue
70 -# using prebuilt executables, install dev-python/pypy{,3}-exe-bin
71 -# along with it.
72 -# Removal in 30 days.
73 -dev-python/pypy-bin
74 -
75 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
76 # Needs more testing.
77 =app-emulation/xen-4.13.0