summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-31 09:52:25 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-31 09:54:38 +0200
commite91e76340f8ad438d9f07acaa987c27eec08dd20 (patch)
tree61bb7df1f7edd0d72ce332a62725f264ef5bd0b5
parentdev-perl/libvorbis-perl: Remove last-rited pkg (diff)
downloadgentoo-e91e76340f8ad438d9f07acaa987c27eec08dd20.tar.gz
gentoo-e91e76340f8ad438d9f07acaa987c27eec08dd20.tar.bz2
gentoo-e91e76340f8ad438d9f07acaa987c27eec08dd20.zip
virtual/python-dnspython: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask7
-rw-r--r--profiles/updates/4Q-20151
-rw-r--r--virtual/python-dnspython/metadata.xml8
-rw-r--r--virtual/python-dnspython/python-dnspython-2.ebuild16
4 files changed, 0 insertions, 32 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index c0a3a2348098..ff696b2ca3aa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -365,13 +365,6 @@ net-p2p/multibit
# Depends on >=virtual/{jdk,jre}-11 which is masked
=www-servers/tomcat-9.0.22
-# Michał Górny <mgorny@gentoo.org> (30 Jul 2019)
-# Obsolete virtual that was created back when dev-python/dnspython
-# needed separate slots for py2 & py3. The versions needing it are long
-# gone. Replace all its uses with dev-python/dnspython.
-# Removal in 30 days.
-virtual/python-dnspython
-
# Mart Raudsepp <leio@gentoo.org> (2019-07-28)
# GNOME 3.33 development release packages
>=dev-libs/vala-common-0.45
diff --git a/profiles/updates/4Q-2015 b/profiles/updates/4Q-2015
index df294b85ed70..01e7e42fdf44 100644
--- a/profiles/updates/4Q-2015
+++ b/profiles/updates/4Q-2015
@@ -5,7 +5,6 @@ slotmove =dev-ruby/recog-2.0.12 2 2.0.12
slotmove =dev-ruby/recog-2.0.14 2 2.0.14
move media-libs/libkgeomap kde-apps/libkgeomap
slotmove =dev-python/pyfltk-1.3.3 1 0
-move virtual/dnspython virtual/python-dnspython
move virtual/funcsigs virtual/python-funcsigs
move virtual/pmw virtual/python-pmw
move kde-apps/oxygen-icons kde-frameworks/oxygen-icons
diff --git a/virtual/python-dnspython/metadata.xml b/virtual/python-dnspython/metadata.xml
deleted file mode 100644
index e24dd86faa2a..000000000000
--- a/virtual/python-dnspython/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/virtual/python-dnspython/python-dnspython-2.ebuild b/virtual/python-dnspython/python-dnspython-2.ebuild
deleted file mode 100644
index 8c358155c9dc..000000000000
--- a/virtual/python-dnspython/python-dnspython-2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for dnspython, for Python 2 & 3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"