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/python-dnspython/, profiles/updates/, profiles/
Date: Sat, 31 Aug 2019 07:55:18
Message-Id: 1567238078.e91e76340f8ad438d9f07acaa987c27eec08dd20.mgorny@gentoo
1 commit: e91e76340f8ad438d9f07acaa987c27eec08dd20
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 07:52:25 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 07:54:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91e7634
7
8 virtual/python-dnspython: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.mask | 7 -------
13 profiles/updates/4Q-2015 | 1 -
14 virtual/python-dnspython/metadata.xml | 8 --------
15 virtual/python-dnspython/python-dnspython-2.ebuild | 16 ----------------
16 4 files changed, 32 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index c0a3a234809..ff696b2ca3a 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -365,13 +365,6 @@ net-p2p/multibit
23 # Depends on >=virtual/{jdk,jre}-11 which is masked
24 =www-servers/tomcat-9.0.22
25
26 -# Michał Górny <mgorny@g.o> (30 Jul 2019)
27 -# Obsolete virtual that was created back when dev-python/dnspython
28 -# needed separate slots for py2 & py3. The versions needing it are long
29 -# gone. Replace all its uses with dev-python/dnspython.
30 -# Removal in 30 days.
31 -virtual/python-dnspython
32 -
33 # Mart Raudsepp <leio@g.o> (2019-07-28)
34 # GNOME 3.33 development release packages
35 >=dev-libs/vala-common-0.45
36
37 diff --git a/profiles/updates/4Q-2015 b/profiles/updates/4Q-2015
38 index df294b85ed7..01e7e42fdf4 100644
39 --- a/profiles/updates/4Q-2015
40 +++ b/profiles/updates/4Q-2015
41 @@ -5,7 +5,6 @@ slotmove =dev-ruby/recog-2.0.12 2 2.0.12
42 slotmove =dev-ruby/recog-2.0.14 2 2.0.14
43 move media-libs/libkgeomap kde-apps/libkgeomap
44 slotmove =dev-python/pyfltk-1.3.3 1 0
45 -move virtual/dnspython virtual/python-dnspython
46 move virtual/funcsigs virtual/python-funcsigs
47 move virtual/pmw virtual/python-pmw
48 move kde-apps/oxygen-icons kde-frameworks/oxygen-icons
49
50 diff --git a/virtual/python-dnspython/metadata.xml b/virtual/python-dnspython/metadata.xml
51 deleted file mode 100644
52 index e24dd86faa2..00000000000
53 --- a/virtual/python-dnspython/metadata.xml
54 +++ /dev/null
55 @@ -1,8 +0,0 @@
56 -<?xml version="1.0" encoding="UTF-8"?>
57 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 -<pkgmetadata>
59 - <maintainer type="project">
60 - <email>python@g.o</email>
61 - <name>Python</name>
62 - </maintainer>
63 -</pkgmetadata>
64
65 diff --git a/virtual/python-dnspython/python-dnspython-2.ebuild b/virtual/python-dnspython/python-dnspython-2.ebuild
66 deleted file mode 100644
67 index 8c358155c9d..00000000000
68 --- a/virtual/python-dnspython/python-dnspython-2.ebuild
69 +++ /dev/null
70 @@ -1,16 +0,0 @@
71 -# Copyright 1999-2019 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
77 -
78 -inherit python-r1
79 -
80 -DESCRIPTION="A virtual for dnspython, for Python 2 & 3"
81 -SLOT="0"
82 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
83 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
84 -
85 -RDEPEND="${PYTHON_DEPS}
86 - >=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"