diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
commit | b17a3ef12038de50228bade1f05502c74e135321 (patch) | |
tree | 9026dffec53f92cba48ca9a500a4f778e6304380 /x11-misc/pypanel | |
parent | 3cf7c3ef441822c889356fd1812ebf2944a59851 (diff) |
gentoo resync : 02.09.2020
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r-- | x11-misc/pypanel/Manifest | 3 | ||||
-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, 52 deletions
diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest deleted file mode 100644 index ac81a75d351e..000000000000 --- a/x11-misc/pypanel/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST PyPanel-2.4.tar.gz 29857 BLAKE2B 55a47dd186aaaa79fd77068b2a7715ac5a5172517a38a49fc5df0d0065e91ef3dec36deefb7bda6c8b1668032d041acb7ce2602ec568ffb7832abe01f48f58c0 SHA512 acda16cbf4f725ee3f0e97e11f04177fc819f6c09d0bcc864c9de1fc0c1bc0bfe2593233e5b8b85399ad41bc07763ad87d7045bac4dece9dc15d6eaf3136895e -EBUILD pypanel-2.4-r2.ebuild 568 BLAKE2B e1fd93563f9ba5bf7604b6200fd608747adadab902a74eaecbaa618f10765731fe7a5d7d3628060cd3e87f4c8b37246fce01af07ae1b7ecbfe93ed9813cd4926 SHA512 ce66dfc3d7d612638aeeb353751ba54271ccb15a905767c21796cfba8b537482a80385faf2a9feb61fc91f010cc707278431252499b0ef3d1ed590ce6094b7e7 -MISC metadata.xml 841 BLAKE2B 41f862939833f0aa86dca64168cbf35b674c805c1c07dc040732ba4fbcabcf0a8613ebe3d88612f402ad7e7a9f33920f402ec1dae282374b57b4a5e25ccd4362 SHA512 b37b25700ac1fbaec3050a47fc8f2260b4611c3da72b5f192eff3a64f18a6e4aee8dfdf9a8203e12f7b8bfcaa912f64471bc874decf1324ef16f9d6e9fb88a08 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} |