summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2012-04-01 10:40:50 -0500
committer Erik Hanson <erik@slackbuilds.org>2012-04-01 10:40:50 -0500
commit63512a974151f59844f62e21b499bfad96dc3670 (patch)
tree0d6504a14df4ef35499cd146cd22e16c89b63baa /libraries
parentd678ba8f82860c19d588245e86c55288f5869587 (diff)
downloadslackbuilds-63512a974151f59844f62e21b499bfad96dc3670.tar.gz
slackbuilds-63512a974151f59844f62e21b499bfad96dc3670.tar.xz
libraries/PythonDaap: Removed at request of maintainer.
From: Larry Hajali <larryhaja@gmail.com> To: SBo Admin List <slackbuilds-devel@slackbuilds.org> Subject: [Slackbuilds-devel] Please remove PythonDaap from repo Date: Sun, 1 Apr 2012 07:53:08 -0700 Reply-To: SBo Admin List <slackbuilds-devel@slackbuilds.org> Sender: slackbuilds-devel-bounces@slackbuilds.org Hi, Please remove PythonDaap from the SBo repository. It is no longer maintained and the download link is no longer available. I also don't see any packages depending on it. Thanks, --Larry _______________________________________________ Slackbuilds-devel mailing list Slackbuilds-devel@slackbuilds.org http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-devel Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/PythonDaap/PythonDaap.SlackBuild67
-rw-r--r--libraries/PythonDaap/PythonDaap.info10
-rw-r--r--libraries/PythonDaap/README2
-rw-r--r--libraries/PythonDaap/slack-desc19
4 files changed, 0 insertions, 98 deletions
diff --git a/libraries/PythonDaap/PythonDaap.SlackBuild b/libraries/PythonDaap/PythonDaap.SlackBuild
deleted file mode 100644
index b89cf98603..0000000000
--- a/libraries/PythonDaap/PythonDaap.SlackBuild
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/bin/sh
-# Slackware build script for PythonDaap
-# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
-
-PRGNAM=PythonDaap
-VERSION=${VERSION:-0.7.1}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-# Automatically determine the architecture we're building on:
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-python setup.py install --root=$PKG
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGELOG LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/libraries/PythonDaap/PythonDaap.info b/libraries/PythonDaap/PythonDaap.info
deleted file mode 100644
index 6eb4e0541b..0000000000
--- a/libraries/PythonDaap/PythonDaap.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="PythonDaap"
-VERSION="0.7.1"
-HOMEPAGE="http://jerakeen.org/code/pythondaap/"
-DOWNLOAD="http://static.jerakeen.org/files/PythonDaap-0.7.1.tar.gz"
-MD5SUM="b3db3d60b0ee83f5f23101d2c3bb99e0"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Larry Hajali"
-EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="dsomero"
diff --git a/libraries/PythonDaap/README b/libraries/PythonDaap/README
deleted file mode 100644
index a027bb99eb..0000000000
--- a/libraries/PythonDaap/README
+++ /dev/null
@@ -1,2 +0,0 @@
-PythonDaap is a (under development) DAAP client implemented in Python,
-and based on [PyTunes][1] by [Davyd Madeley][2]. \ No newline at end of file
diff --git a/libraries/PythonDaap/slack-desc b/libraries/PythonDaap/slack-desc
deleted file mode 100644
index 75cf95aeb8..0000000000
--- a/libraries/PythonDaap/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-PythonDaap: PythonDaap (DAAP client implemented in Python)
-PythonDaap:
-PythonDaap: PythonDaap is a (under development) DAAP client implemented in Python,
-PythonDaap: and based on [PyTunes][1] by [Davyd Madeley][2].
-PythonDaap:
-PythonDaap: Homepage: http://jerakeen.org/code/pythondaap/
-PythonDaap:
-PythonDaap:
-PythonDaap:
-PythonDaap:
-PythonDaap: