diff options
Diffstat (limited to 't/LO-readme/otherreadmes')
-rw-r--r-- | t/LO-readme/otherreadmes/README | 1 | ||||
-rw-r--r-- | t/LO-readme/otherreadmes/README.SBo | 1 | ||||
-rw-r--r-- | t/LO-readme/otherreadmes/README.SLACKWARE | 1 | ||||
-rw-r--r-- | t/LO-readme/otherreadmes/otherreadmes.SlackBuild | 15 | ||||
-rw-r--r-- | t/LO-readme/otherreadmes/otherreadmes.info | 10 |
5 files changed, 0 insertions, 28 deletions
diff --git a/t/LO-readme/otherreadmes/README b/t/LO-readme/otherreadmes/README deleted file mode 100644 index 6d388bb..0000000 --- a/t/LO-readme/otherreadmes/README +++ /dev/null @@ -1 +0,0 @@ -This doesn't exist! diff --git a/t/LO-readme/otherreadmes/README.SBo b/t/LO-readme/otherreadmes/README.SBo deleted file mode 100644 index 7ff669b..0000000 --- a/t/LO-readme/otherreadmes/README.SBo +++ /dev/null @@ -1 +0,0 @@ -this is the README for SlackBuilds.org diff --git a/t/LO-readme/otherreadmes/README.SLACKWARE b/t/LO-readme/otherreadmes/README.SLACKWARE deleted file mode 100644 index 9539839..0000000 --- a/t/LO-readme/otherreadmes/README.SLACKWARE +++ /dev/null @@ -1 +0,0 @@ -this is the README for SLACKWARE! diff --git a/t/LO-readme/otherreadmes/otherreadmes.SlackBuild b/t/LO-readme/otherreadmes/otherreadmes.SlackBuild deleted file mode 100644 index 4466ded..0000000 --- a/t/LO-readme/otherreadmes/otherreadmes.SlackBuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -PRGNAM="otherreadmes" -VERSION=${VERSION:-1.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -TMP=${TMP:-/tmp/SBo} -OUTPUT=${OUTPUT:-/tmp} - -mkdir -p $TMP/$PRGNAM-$VERSION -cp README $TMP/$PRGNAM-$VERSION -mkdir -p $OUTPUT/package-$PRGNAM/usr/doc/$PRGNAM-$VERSION -cp README $OUTPUT/package-$PRGNAM/usr/doc/$PRGNAM-$VERSION -cd $OUTPUT/package-$PRGNAM - -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.tgz diff --git a/t/LO-readme/otherreadmes/otherreadmes.info b/t/LO-readme/otherreadmes/otherreadmes.info deleted file mode 100644 index 3dcaf67..0000000 --- a/t/LO-readme/otherreadmes/otherreadmes.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="otherreadmes" -VERSION="1.0" -HOMEPAGE="http://www.example.com" -DOWNLOAD="http://pink-mist.github.io/sbotools/testing/perf.dummy" -MD5SUM="9cba6c70fb57a22a155073d54748b614" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Andreas Guldstrand" -EMAIL="doesnt@matter.org" |