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/, x11-misc/pypanel/
Date: Wed, 02 Sep 2020 08:10:37
Message-Id: 1599034192.d4174aeb8f45ca4bb0d94f7ee89ef1c617f25847.mgorny@gentoo
1 commit: d4174aeb8f45ca4bb0d94f7ee89ef1c617f25847
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:09:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 08:09:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4174aeb
7
8 x11-misc/pypanel: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/734632
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 -----
14 x11-misc/pypanel/Manifest | 1 -
15 x11-misc/pypanel/metadata.xml | 22 ----------------------
16 x11-misc/pypanel/pypanel-2.4-r2.ebuild | 27 ---------------------------
17 4 files changed, 55 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 09317798d99..49b01bc87f9 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -683,11 +683,6 @@ app-misc/evemu
24 # Removal in 30 days. Bug #718196
25 app-backup/cachedir
26
27 -# Michał Górny <mgorny@g.o> (2020-08-02)
28 -# Discontinued. Last patch in 2008. Py2 only.
29 -# Removal in 30 days. Bug #734632.
30 -x11-misc/pypanel
31 -
32 # Mikle Kolyada <zlogene@g.o> (2020-08-02)
33 # consolekit is abandoned upstream.
34 # People are encouraged to switch to any logind
35
36 diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest
37 deleted file mode 100644
38 index 656ffb55965..00000000000
39 --- a/x11-misc/pypanel/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST PyPanel-2.4.tar.gz 29857 BLAKE2B 55a47dd186aaaa79fd77068b2a7715ac5a5172517a38a49fc5df0d0065e91ef3dec36deefb7bda6c8b1668032d041acb7ce2602ec568ffb7832abe01f48f58c0 SHA512 acda16cbf4f725ee3f0e97e11f04177fc819f6c09d0bcc864c9de1fc0c1bc0bfe2593233e5b8b85399ad41bc07763ad87d7045bac4dece9dc15d6eaf3136895e
43
44 diff --git a/x11-misc/pypanel/metadata.xml b/x11-misc/pypanel/metadata.xml
45 deleted file mode 100644
46 index b6a5bfce49f..00000000000
47 --- a/x11-misc/pypanel/metadata.xml
48 +++ /dev/null
49 @@ -1,22 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 - <maintainer type="project">
54 - <email>desktop-misc@g.o</email>
55 - <name>Gentoo Desktop Miscellaneous Project</name>
56 - </maintainer>
57 - <longdescription>
58 -PyPanel is a lightweight panel/taskbar for X11 window managers that can
59 -be easily customized to match any desktop theme or taste.
60 -
61 -Some of the customizable features include transparency w/ shading, panel
62 -dimensions and location, font type and colors, button events/actions,
63 -clock and workspace name display.
64 -
65 -PyPanel should work with any WM that supports the EWMH specification.
66 -The following have been tested: Kahakai, Openbox3, PekWM, WindowMaker.
67 -</longdescription>
68 - <upstream>
69 - <remote-id type="sourceforge">pypanel</remote-id>
70 - </upstream>
71 -</pkgmetadata>
72
73 diff --git a/x11-misc/pypanel/pypanel-2.4-r2.ebuild b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
74 deleted file mode 100644
75 index c1c3381177d..00000000000
76 --- a/x11-misc/pypanel/pypanel-2.4-r2.ebuild
77 +++ /dev/null
78 @@ -1,27 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -PYTHON_COMPAT=( python2_7 )
85 -
86 -inherit distutils-r1
87 -
88 -MY_PN=${PN/pyp/PyP}
89 -MY_P=${MY_PN}-${PV}
90 -
91 -DESCRIPTION="A lightweight panel/taskbar for X11 window managers"
92 -HOMEPAGE="http://pypanel.sourceforge.net/"
93 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
94 -
95 -LICENSE="GPL-2"
96 -SLOT="0"
97 -KEYWORDS="amd64 ppc ~ppc64 x86"
98 -IUSE=""
99 -
100 -RDEPEND="x11-libs/libXft
101 - dev-python/python-xlib[${PYTHON_USEDEP}]
102 - media-libs/imlib2[X]"
103 -DEPEND="${RDEPEND}"
104 -
105 -S=${WORKDIR}/${MY_P}