pypanel: prune unmaintained port

This commit is contained in:
Danny Rawlins 2020-02-05 21:25:35 +11:00
parent 3e70ff456a
commit dca38fb62e
3 changed files with 0 additions and 32 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pypanel
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/ppmodule.so
drwxr-xr-x root/root usr/lib/python2.7/site-packages/pypanel/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pypanel/ppicon.png
-rw-r--r-- root/root usr/lib/python2.7/site-packages/pypanel/pypanelrc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cYM/uC0JfWrTkSmyBQYIHN6vQO8On5QIaSD4pDfoG33sj5IoDCP1Wom0XihdGtIqPgDN9zepH2sWCz7DsPCoAc=
SHA256 (Pkgfile) = 19d55f0cc02a3747c1e7062f815b5c0a6ed187b9e6bf112aba66d1e05faadb28
SHA256 (.footprint) = f319e407f5370549e47b7c8329ade25e42087256a8da01366e24b28ad88a63d8
SHA256 (PyPanel-2.4.tar.gz) = 4e612b43c61b3a8af7d57a0364f6cd89df481dc41e20728afa643e9e3546e911

View File

@ -1,17 +0,0 @@
# Description: A lightweight panel/taskbar for X11
# URL: http://pypanel.sourceforge.net
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Johannes Winkelmann, jw at tks6 dot net
# Depends on: python-xlib imlib2 xorg-libxft
name=pypanel
version=2.4
release=1
source=(http://download.sourceforge.net/pypanel/PyPanel-$version.tar.gz)
build() {
cd PyPanel-$version
python setup.py install --root=$PKG --prefix=/usr
rm $PKG/usr/lib/python*/site-packages/pypanel/{COPYING,README}
rm $PKG/usr/lib/python*/site-packages/PyPanel-*.egg-info
}