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: profiles/updates/, profiles/, virtual/python-pmw/
Date: Sun, 27 Oct 2019 11:54:27
Message-Id: 1572177241.9eaf42363de2d3e58cf91f4ca0ac0083cb543cbc.mgorny@gentoo
1 commit: 9eaf42363de2d3e58cf91f4ca0ac0083cb543cbc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 11:53:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 11:54:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaf4236
7
8 virtual/python-pmw: 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-pmw/metadata.xml | 8 --------
15 virtual/python-pmw/python-pmw-1-r1.ebuild | 17 -----------------
16 virtual/python-pmw/python-pmw-1.ebuild | 17 -----------------
17 5 files changed, 50 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 134cd6f29a7..6fb695afb1d 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -545,13 +545,6 @@ games-server/ut2004-ded
24 # Requires >=dev-lang/lua-5.3 which is masked
25 >=dev-util/bam-0.5.0
26
27 -# Michał Górny <mgorny@g.o> (2019-09-27)
28 -# The virtual is not really useful since all reverse dependencies
29 -# support only Python 2.7. All its uses were replaced with direct
30 -# dependencies on dev-python/pmw.
31 -# Removal in 30 days.
32 -virtual/python-pmw
33 -
34 # Miroslav Šulc <fordfrog@g.o> (2019-09-21)
35 # Depends on >=virtual/{jdk,jre}-11 which is masked
36 =www-servers/tomcat-9.0.26
37
38 diff --git a/profiles/updates/4Q-2015 b/profiles/updates/4Q-2015
39 index 01e7e42fdf4..6551d58beb0 100644
40 --- a/profiles/updates/4Q-2015
41 +++ b/profiles/updates/4Q-2015
42 @@ -6,7 +6,6 @@ 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/funcsigs virtual/python-funcsigs
46 -move virtual/pmw virtual/python-pmw
47 move kde-apps/oxygen-icons kde-frameworks/oxygen-icons
48 slotmove =dev-ruby/rack-cache-1.3.0 1.3 1.2
49 move dev-perl/module-info dev-perl/Module-Info
50
51 diff --git a/virtual/python-pmw/metadata.xml b/virtual/python-pmw/metadata.xml
52 deleted file mode 100644
53 index e24dd86faa2..00000000000
54 --- a/virtual/python-pmw/metadata.xml
55 +++ /dev/null
56 @@ -1,8 +0,0 @@
57 -<?xml version="1.0" encoding="UTF-8"?>
58 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 -<pkgmetadata>
60 - <maintainer type="project">
61 - <email>python@g.o</email>
62 - <name>Python</name>
63 - </maintainer>
64 -</pkgmetadata>
65
66 diff --git a/virtual/python-pmw/python-pmw-1-r1.ebuild b/virtual/python-pmw/python-pmw-1-r1.ebuild
67 deleted file mode 100644
68 index cebeca672dc..00000000000
69 --- a/virtual/python-pmw/python-pmw-1-r1.ebuild
70 +++ /dev/null
71 @@ -1,17 +0,0 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
78 -
79 -inherit python-r1
80 -
81 -DESCRIPTION="A virtual for pmw, for Python 2 & 3"
82 -SLOT="0"
83 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
84 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
85 -
86 -RDEPEND="${PYTHON_DEPS}
87 - $(python_gen_cond_dep 'dev-python/pmw:py2[${PYTHON_USEDEP}]' python2_7)
88 - $(python_gen_cond_dep 'dev-python/pmw:py3[${PYTHON_USEDEP}]' python3_{5,6,7})"
89
90 diff --git a/virtual/python-pmw/python-pmw-1.ebuild b/virtual/python-pmw/python-pmw-1.ebuild
91 deleted file mode 100644
92 index 0588e34dda6..00000000000
93 --- a/virtual/python-pmw/python-pmw-1.ebuild
94 +++ /dev/null
95 @@ -1,17 +0,0 @@
96 -# Copyright 1999-2019 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=5
100 -
101 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
102 -
103 -inherit python-r1
104 -
105 -DESCRIPTION="A virtual for pmw, for Python 2 & 3"
106 -SLOT="0"
107 -KEYWORDS="alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux"
108 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
109 -
110 -RDEPEND="${PYTHON_DEPS}
111 - $(python_gen_cond_dep 'dev-python/pmw:py2[${PYTHON_USEDEP}]' python2*)
112 - $(python_gen_cond_dep 'dev-python/pmw:py3[${PYTHON_USEDEP}]' python3*)"