summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 07:19:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 07:36:26 +0100
commit901b46a8ea2a0b1b0171f84b4d3e44616be79085 (patch)
tree1cc86dba0d9b84cb09b1e3b61d4bc942a317067b
parentdev-python/pypy3-bin: Remove last-rited pkg (diff)
downloadgentoo-901b46a8.tar.gz
gentoo-901b46a8.tar.bz2
gentoo-901b46a8.zip
dev-python/pypy-bin: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pypy-bin/metadata.xml11
-rw-r--r--dev-python/pypy-bin/pypy-bin-7.3.0.ebuild17
-rw-r--r--profiles/package.mask8
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pypy-bin/metadata.xml b/dev-python/pypy-bin/metadata.xml
deleted file mode 100644
index ff5bc95069a0..000000000000
--- a/dev-python/pypy-bin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="bitbucket">pypy/pypy</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild b/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
deleted file mode 100644
index e0bf0390f569..000000000000
--- a/dev-python/pypy-bin/pypy-bin-7.3.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Backwards compatibility package to install binary ver of PyPy"
-HOMEPAGE="https://pypy.org/"
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0/73"
-KEYWORDS="~amd64 ~x86"
-IUSE="gdbm libressl sqlite tk"
-
-RDEPEND="
- dev-python/pypy-exe-bin:${PV}
- ~dev-python/pypy-${PV}[gdbm?,libressl?,sqlite?,tk?]"
diff --git a/profiles/package.mask b/profiles/package.mask
index 48f2284fb9ec..7978e96e5c18 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -705,14 +705,6 @@ net-misc/chrome-remote-desktop
# Removal after 2020-03-01
app-backup/tob
-# Michał Górny <mgorny@gentoo.org> (2019-12-30)
-# The PyPy packages have been restructured and dev-python/pypy is now
-# used unconditionally as the main package. If you wish to continue
-# using prebuilt executables, install dev-python/pypy{,3}-exe-bin
-# along with it.
-# Removal in 30 days.
-dev-python/pypy-bin
-
# Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
# Needs more testing.
=app-emulation/xen-4.13.0