diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:09:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:09:52 +0200 |
commit | d4174aeb8f45ca4bb0d94f7ee89ef1c617f25847 (patch) | |
tree | eaec429b94b258237f98bdda576e323d4882b1a7 /x11-misc | |
parent | dev-python/python-openid: Remove last-rited pkg (diff) | |
download | gentoo-d4174aeb8f45ca4bb0d94f7ee89ef1c617f25847.tar.gz gentoo-d4174aeb8f45ca4bb0d94f7ee89ef1c617f25847.tar.bz2 gentoo-d4174aeb8f45ca4bb0d94f7ee89ef1c617f25847.zip |
x11-misc/pypanel: Remove last-rited pkg
Closes: https://bugs.gentoo.org/734632
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pypanel/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/metadata.xml | 22 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4-r2.ebuild | 27 |
3 files changed, 0 insertions, 50 deletions
diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest deleted file mode 100644 index 656ffb559656..000000000000 --- 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 b6a5bfce49f3..000000000000 --- 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-misc@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 c1c3381177d7..000000000000 --- 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} |