summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-11-13 21:50:54 +0100
committer Robby Workman <rworkman@slackbuilds.org>2013-11-22 00:04:03 -0600
commit5f3091be0d0de5106268f232a3686196ed621d52 (patch)
treeb886d178f6a5352882851e9a46a26f6102405283
parent6b836d51c0a1122bcac20cb05a7aaa5d9be8195d (diff)
downloadslackbuilds-5f3091be0d0de5106268f232a3686196ed621d52.tar.gz
slackbuilds-5f3091be0d0de5106268f232a3686196ed621d52.tar.xz
python/pycontrol: Removed (source no longer available)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--python/pycontrol/README5
-rw-r--r--python/pycontrol/pycontrol.SlackBuild58
-rw-r--r--python/pycontrol/pycontrol.info10
-rw-r--r--python/pycontrol/slack-desc19
4 files changed, 0 insertions, 92 deletions
diff --git a/python/pycontrol/README b/python/pycontrol/README
deleted file mode 100644
index 1570345013..0000000000
--- a/python/pycontrol/README
+++ /dev/null
@@ -1,5 +0,0 @@
-pyControl is a Python-based library that integrates with F5's BIG-IP
-iControl management API.
-
-The source at the F5 site requires a free registraton and login.
-For simplicity, I have the source available at my personal site.
diff --git a/python/pycontrol/pycontrol.SlackBuild b/python/pycontrol/pycontrol.SlackBuild
deleted file mode 100644
index 5c5e2dc19c..0000000000
--- a/python/pycontrol/pycontrol.SlackBuild
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for pycontrol
-# Written by Joey Trungale <joey@trungale.net>
-
-PRGNAM=pycontrol
-VERSION=${VERSION:-2.0}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf trunk
-tar xvf $CWD/$PRGNAM.tar.gz
-
-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 {} \;
-
-# Remove SVN directories
-rm -rf trunk/pycontrol/.svn
-rm -rf trunk/pycontrol/samples/.svn
-rm -rf trunk/.svn
-
-cd trunk
-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 -ar $PRGNAM/README $PRGNAM/samples $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/python/pycontrol/pycontrol.info b/python/pycontrol/pycontrol.info
deleted file mode 100644
index 5c820e060e..0000000000
--- a/python/pycontrol/pycontrol.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="pycontrol"
-VERSION="2.0"
-HOMEPAGE="http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/4/Default.aspx"
-DOWNLOAD="http://trungale.net/pycontrol.tar.gz"
-MD5SUM="e9e11c5fdf05bf877522b89b28e94ed1"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="python-suds"
-MAINTAINER="Joey Trungale"
-EMAIL="joey@trungale.net"
diff --git a/python/pycontrol/slack-desc b/python/pycontrol/slack-desc
deleted file mode 100644
index 0e4392bb84..0000000000
--- a/python/pycontrol/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------------------------------------------------------|
-pycontrol: pycontrol (Python library for the F5 iControl API)
-pycontrol:
-pycontrol: pyControl is a Python-based library that integrates with F5's BIG-IP
-pycontrol: iControl management API.
-pycontrol:
-pycontrol:
-pycontrol:
-pycontrol:
-pycontrol:
-pycontrol:
-pycontrol: