summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/museek+/files')
-rw-r--r--net-p2p/museek+/files/digest-museek+-0.1.123
-rw-r--r--net-p2p/museek+/files/museek47
-rw-r--r--net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch16
3 files changed, 0 insertions, 66 deletions
diff --git a/net-p2p/museek+/files/digest-museek+-0.1.12 b/net-p2p/museek+/files/digest-museek+-0.1.12
deleted file mode 100644
index f50707629..000000000
--- a/net-p2p/museek+/files/digest-museek+-0.1.12
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5d871e40dc93c04e60688a06e0e143e8 museek+-0.1.12.tar.bz2 758908
-RMD160 2be013e1c27e846b29ff4d51c825fc0cda2f58e9 museek+-0.1.12.tar.bz2 758908
-SHA256 458a6d98cfec13c416382df32c99ff7862d70f54bc94ff3ad1cdb0723a7b3a53 museek+-0.1.12.tar.bz2 758908
diff --git a/net-p2p/museek+/files/museek b/net-p2p/museek+/files/museek
deleted file mode 100644
index e934d05d8..000000000
--- a/net-p2p/museek+/files/museek
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/bash
-MULOG=0
-PIDPATH="$HOME/.museekd"
-
-while getopts ckmqrsh name
-do
- case $name in
- c) close=1;;
- k) kill=1;;
- m) mucous=1;;
- q) museeq=1;;
- r) restart=1;;
- s) scan=1;;
- h|?) help=1;;
- esac
-done
-
-if [ $help ]; then
- echo -e "Usage: `basename $0` [OPTIONS]"
- echo -e "This will start museekd by default. The following can be done in addition:"
- echo -e " -r restart museekd"
- echo -e " -s rescan shares"
- echo -e " -q start museeq"
- echo -e " -m start mucous"
- echo -e " -c kill museekd when mucous closes"
- echo -e " -k kill museekd and exit"
- echo -e " -h display this help and exit"
- exit 0
-elif [ "$kill" -o "$restart" ]; then
- killall museekd
- [ $kill ] && exit
-fi
-
-if [ ! -d "/proc/`cat $PIDPATH/museekd.pid`" ]; then
- exec museekd &
- echo $! > $PIDPATH/museekd.pid
-fi
-
-if [ $MULOG != 0 -a $MULOG -a ! -d "/proc/`cat $PIDPATH/mulog.pid`" ]; then
- exec mulog &
- echo $! > $PIDPATH/mulog.pid
-fi
-
-[ $scan ] && muscan -r >/dev/null 2>&1 && killall -q -HUP museekd &
-[ $museeq ] && exec museeq >/dev/null 2>&1 &
-[ $mucous ] && mucous; [ $close ] && killall -q museekd
-
diff --git a/net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch b/net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch
deleted file mode 100644
index 6f5faf3d1..000000000
--- a/net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- Muhelp/SConscript.old 2007-01-27 22:06:19.000000000 +0100
-+++ Muhelp/SConscript 2007-01-27 22:06:40.000000000 +0100
-@@ -17,10 +17,10 @@
- sys.stdout.flush()
-
- libxmlpp = None
--if not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-1.0', os.environ):
-- libxmlpp = 'libxml++-1.0'
--elif not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-2.6', os.environ):
-+if not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-2.6', os.environ):
- libxmlpp = 'libxml++-2.6'
-+elif not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-1.0', os.environ):
-+ libxmlpp = 'libxml++-1.0'
-
- if libxmlpp is None:
- print