commit:     d4174aeb8f45ca4bb0d94f7ee89ef1c617f25847
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 08:09:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 08:09:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4174aeb

x11-misc/pypanel: Remove last-rited pkg

Closes: https://bugs.gentoo.org/734632
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                  |  5 -----
 x11-misc/pypanel/Manifest              |  1 -
 x11-misc/pypanel/metadata.xml          | 22 ----------------------
 x11-misc/pypanel/pypanel-2.4-r2.ebuild | 27 ---------------------------
 4 files changed, 55 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 09317798d99..49b01bc87f9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -683,11 +683,6 @@ app-misc/evemu
 # Removal in 30 days. Bug #718196
 app-backup/cachedir
 
-# Michał Górny <mgo...@gentoo.org> (2020-08-02)
-# Discontinued.  Last patch in 2008.  Py2 only.
-# Removal in 30 days.  Bug #734632.
-x11-misc/pypanel
-
 # Mikle Kolyada <zlog...@gentoo.org> (2020-08-02)
 # consolekit is abandoned upstream.
 # People are encouraged to switch to any logind

diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest
deleted file mode 100644
index 656ffb55965..00000000000
--- a/x11-misc/pypanel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyPanel-2.4.tar.gz 29857 BLAKE2B 
55a47dd186aaaa79fd77068b2a7715ac5a5172517a38a49fc5df0d0065e91ef3dec36deefb7bda6c8b1668032d041acb7ce2602ec568ffb7832abe01f48f58c0
 SHA512 
acda16cbf4f725ee3f0e97e11f04177fc819f6c09d0bcc864c9de1fc0c1bc0bfe2593233e5b8b85399ad41bc07763ad87d7045bac4dece9dc15d6eaf3136895e

diff --git a/x11-misc/pypanel/metadata.xml b/x11-misc/pypanel/metadata.xml
deleted file mode 100644
index b6a5bfce49f..00000000000
--- a/x11-misc/pypanel/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>desktop-m...@gentoo.org</email>
-               <name>Gentoo Desktop Miscellaneous Project</name>
-       </maintainer>
-       <longdescription>
-PyPanel is a lightweight panel/taskbar for X11 window managers that can
-be easily customized to match any desktop theme or taste.
-
-Some of the customizable features include transparency w/ shading, panel
-dimensions and location, font type and colors, button events/actions,
-clock and workspace name display.
-
-PyPanel should work with any WM that supports the EWMH specification.
-The following have been tested: Kahakai, Openbox3, PekWM, WindowMaker.
-</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">pypanel</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/x11-misc/pypanel/pypanel-2.4-r2.ebuild 
b/x11-misc/pypanel/pypanel-2.4-r2.ebuild
deleted file mode 100644
index c1c3381177d..00000000000
--- a/x11-misc/pypanel/pypanel-2.4-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/pyp/PyP}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A lightweight panel/taskbar for X11 window managers"
-HOMEPAGE="http://pypanel.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXft
-       dev-python/python-xlib[${PYTHON_USEDEP}]
-       media-libs/imlib2[X]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}

Reply via email to