From 5ea731b21209be7be4c9238cb74091e77846f837 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 10 Apr 2007 19:45:22 +0200 Subject: [PATCH] pymp: unmaintained --- pymp/.footprint | 15 --------------- pymp/.md5sum | 1 - pymp/Pkgfile | 14 -------------- 3 files changed, 30 deletions(-) delete mode 100644 pymp/.footprint delete mode 100644 pymp/.md5sum delete mode 100644 pymp/Pkgfile diff --git a/pymp/.footprint b/pymp/.footprint deleted file mode 100644 index ed23c2326..000000000 --- a/pymp/.footprint +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pymp -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pymp/ --rwxr-xr-x root/root usr/lib/pymp/control.pyc --rwxr-xr-x root/root usr/lib/pymp/menu.pyc --rwxr-xr-x root/root usr/lib/pymp/mplayer.pyc --rwxr-xr-x root/root usr/lib/pymp/playlist.pyc --rwxr-xr-x root/root usr/lib/pymp/prefs.pyc --rwxr-xr-x root/root usr/lib/pymp/pymp.pyc --rwxr-xr-x root/root usr/lib/pymp/remote.pyc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/pixmaps/ --rw-r--r-- root/root usr/share/pixmaps/pymp.png diff --git a/pymp/.md5sum b/pymp/.md5sum deleted file mode 100644 index bf68d7dfa..000000000 --- a/pymp/.md5sum +++ /dev/null @@ -1 +0,0 @@ -9f718621792a2ae6b26f923533e0bf2d pymp-0.9.tar.bz2 diff --git a/pymp/Pkgfile b/pymp/Pkgfile deleted file mode 100644 index 0f2349868..000000000 --- a/pymp/Pkgfile +++ /dev/null @@ -1,14 +0,0 @@ -# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org -# Description: A simple media player written in Python. -# URL: http://jaydolan.com/pymp.html -# Depends on: pygtk,mplayer - -name=pymp -version=0.9 -release=1 -source=(http://jdolan.dyndns.org/jaydolan/files/$name-$version.tar.bz2) - -build(){ - cd $name-$version - make && make DESTDIR=$PKG PREFIX=/usr install -}