From 95528b73cfad2f4a6f8ee402e0a1c38717ffb8b6 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:08:32 +0200 Subject: multimedia/remoot: Removed from 13.0 repository --- multimedia/remoot/README | 5 ---- multimedia/remoot/remoot.SlackBuild | 49 ------------------------------------- multimedia/remoot/remoot.info | 8 ------ multimedia/remoot/slack-desc | 19 -------------- 4 files changed, 81 deletions(-) delete mode 100644 multimedia/remoot/README delete mode 100644 multimedia/remoot/remoot.SlackBuild delete mode 100644 multimedia/remoot/remoot.info delete mode 100644 multimedia/remoot/slack-desc diff --git a/multimedia/remoot/README b/multimedia/remoot/README deleted file mode 100644 index 7c3d9712df..0000000000 --- a/multimedia/remoot/README +++ /dev/null @@ -1,5 +0,0 @@ -ReMoot is user friendly command wrapper for many multimedia applications --- it provides a simple interface to control all supported apps in a -simple and consistent way. - -The program is licensed under the Perl Artistic License 2.0. diff --git a/multimedia/remoot/remoot.SlackBuild b/multimedia/remoot/remoot.SlackBuild deleted file mode 100644 index 435e0f740e..0000000000 --- a/multimedia/remoot/remoot.SlackBuild +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -# Slackware build script for remoot -# Written by Cezary M. Kruk (c.kruk@bigfoot.com) - -# Modified by the SlackBuilds.org project - -PRGNAM=remoot -VERSION=${VERSION:-0.9} -ARCH=${ARCH:-noarch} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -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 $PRGNAM -tar -xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -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 {} \; - -# Copying scripts to the correct location -mkdir -p $PKG/usr/bin -cp -a daemoot remoot* $PKG/usr/bin - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a 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.tgz - diff --git a/multimedia/remoot/remoot.info b/multimedia/remoot/remoot.info deleted file mode 100644 index fa6f8a508d..0000000000 --- a/multimedia/remoot/remoot.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="remoot" -VERSION="0.9" -HOMEPAGE="http://remoot.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/remoot/remoot-0.9.tar.bz2" -MD5SUM="da13185c12d5fd6d49a3b69e1a3b873e" -MAINTAINER="Cezary M. Kruk" -EMAIL="c.kruk@bigfoot.com" -APPROVED="dsomero" diff --git a/multimedia/remoot/slack-desc b/multimedia/remoot/slack-desc deleted file mode 100644 index 9b86c4b900..0000000000 --- a/multimedia/remoot/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------------------------------------------------------| -remoot: ReMoot (remote control for multimedia applications) -remoot: -remoot: ReMoot is user friendly command wrapper for many multimedia -remoot: applications -- it provides a simple interface to control all -remoot: supported apps in a simple and consistent way. -remoot: -remoot: The program is licensed under the Perl Artistic License 2.0. -remoot: -remoot: -remoot: -remoot: -- cgit v1.2.3