diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-10 08:00:57 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-22 00:04:26 -0600 |
commit | 979dc37d3a479feb58317a07078b91c0e6b3fc70 (patch) | |
tree | 5dd74e7403891d00a51c7354de78eb0044558552 /games | |
parent | 91656e24fef4de06a84c23fcc171a63c4f67ac10 (diff) | |
download | slackbuilds-979dc37d3a479feb58317a07078b91c0e6b3fc70.tar.gz |
games/fortune_doctor_who: Removed (source no longer available)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune_doctor_who/README | 11 | ||||
-rw-r--r-- | games/fortune_doctor_who/fortune_doctor_who.SlackBuild | 55 | ||||
-rw-r--r-- | games/fortune_doctor_who/fortune_doctor_who.info | 16 | ||||
-rw-r--r-- | games/fortune_doctor_who/slack-desc | 19 |
4 files changed, 0 insertions, 101 deletions
diff --git a/games/fortune_doctor_who/README b/games/fortune_doctor_who/README deleted file mode 100644 index 426b8f5967..0000000000 --- a/games/fortune_doctor_who/README +++ /dev/null @@ -1,11 +0,0 @@ -fortune_doctor_who (quotes from Doctor Who) - -This is a collection of quotations from the BBC TV series "Doctor Who", -for use with the fortune command. - -The quotes come from the original series (1963-1989), the new series -(2005-present), and a few from the novels. - -After installing, use "fortune doctor_who" to see a Dr. Who quote. You -can add doctor_who to the fortune command in bsd-games-login-fortune.sh, -to see them on login. diff --git a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild deleted file mode 100644 index 0bbdddb676..0000000000 --- a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/bash - -# Slackware build script for fortune_doctor_who - -# Written by B. Watson (yalhcru@gmail.com) - -# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. - -PRGNAM=fortune_doctor_who -VERSION=${VERSION:-20130410} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -ARCH=noarch - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -mkdir -p $PRGNAM-$VERSION -cd $PRGNAM-$VERSION - -mkdir -p $PKG/usr/share/games/fortunes - -# Upstream's files are zipped fortune files, except they have a trailing % -# as the last line, and some (but not all) have DOS-style CRLF endings. -# The "fmt -s" splits long lines (which is at least a start at de-uglifying -# the formatting). Someone really needs to manually clean it up, maybe I will -# someday. -for i in 01-08 09 10 11; do - unzip $CWD/Doctor_Who$i-quotes.zip - sed 's/\r//' Doctor_Who$i.txt | fmt -s >> $PKG/usr/share/games/fortunes/doctor_who -done - -# Get rid of trailing % from last file (to avoid an empty fortune). -sed -i '$d' $PKG/usr/share/games/fortunes/doctor_who - -( cd $PKG/usr/share/games/fortunes && strfile doctor_who ) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README -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/games/fortune_doctor_who/fortune_doctor_who.info b/games/fortune_doctor_who/fortune_doctor_who.info deleted file mode 100644 index dcd0901a83..0000000000 --- a/games/fortune_doctor_who/fortune_doctor_who.info +++ /dev/null @@ -1,16 +0,0 @@ -PRGNAM="fortune_doctor_who" -VERSION="20130410" -HOMEPAGE="http://www.innermind.com/software/files/qfiles.htm" -DOWNLOAD="http://www.innermind.com/software/files/Doctor_Who01-08-quotes.zip \ - http://www.innermind.com/software/files/Doctor_Who10-quotes.zip \ - http://www.innermind.com/software/files/Doctor_Who11-quotes.zip \ - http://www.innermind.com/software/files/Doctor_Who09-quotes.zip" -MD5SUM="e26d5ff60423ebd48b28e4e200d4b22f \ - 10a67489f20ca551e59eee77cddcc6ad \ - 4975ba4c8740d24fe2d4215aafa745c7 \ - 786a4f2942d9d639cf85d8de1f790dd4" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="B. Watson" -EMAIL="yalhcru@gmail.com" diff --git a/games/fortune_doctor_who/slack-desc b/games/fortune_doctor_who/slack-desc deleted file mode 100644 index a803dfe403..0000000000 --- a/games/fortune_doctor_who/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -fortune_doctor_who: fortune_doctor_who (quotes from Doctor Who) -fortune_doctor_who: -fortune_doctor_who: This is a collection of quotations from the BBC TV series "Doctor Who" -fortune_doctor_who: for use with the fortune command. -fortune_doctor_who: -fortune_doctor_who: The quotes come from the original series (1963-1989), the new series -fortune_doctor_who: (2005-present), and a few from the novels. -fortune_doctor_who: -fortune_doctor_who: -fortune_doctor_who: -fortune_doctor_who: |