diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:43 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:43 +0200 |
commit | 508395000873b07e20738d1c65476aea7825d6a2 (patch) | |
tree | e59825ce677515111f35af8811df3e0ab18be7ce | |
parent | 0be9e3da2b4c7e049777fd4739e93e2268867d48 (diff) |
graphics/bashgallery: Removed from 13.0 repository
-rw-r--r-- | graphics/bashgallery/README | 4 | ||||
-rw-r--r-- | graphics/bashgallery/bashgallery.SlackBuild | 58 | ||||
-rw-r--r-- | graphics/bashgallery/bashgallery.info | 8 | ||||
-rw-r--r-- | graphics/bashgallery/slack-desc | 19 |
4 files changed, 0 insertions, 89 deletions
diff --git a/graphics/bashgallery/README b/graphics/bashgallery/README deleted file mode 100644 index b9bd364124d3..000000000000 --- a/graphics/bashgallery/README +++ /dev/null @@ -1,4 +0,0 @@ -Bashgallery is a bash script to generate an online static-HTML -picture gallery. It is designed with the idea that all it would -do is generate the html code and thumbnails, leaving the image -collection management to the user. diff --git a/graphics/bashgallery/bashgallery.SlackBuild b/graphics/bashgallery/bashgallery.SlackBuild deleted file mode 100644 index fc251b8f926c..000000000000 --- a/graphics/bashgallery/bashgallery.SlackBuild +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/sh - -# Slackware build script for bashgallery - -# Copyright 2007 Martin Lefebvre <dadexter@sekurity.com> -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=bashgallery -VERSION=0.4 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION || exit 1 -chown -R root:root . -chmod -R a-s,u+w,go+r-w . - -PREFIX=$PKG sh install.sh - -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/graphics/bashgallery/bashgallery.info b/graphics/bashgallery/bashgallery.info deleted file mode 100644 index 3396fd3b2188..000000000000 --- a/graphics/bashgallery/bashgallery.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="bashgallery" -VERSION="0.4" -HOMEPAGE="http://www.martinlefebvre.com/projects.php" -DOWNLOAD="http://www.martinlefebvre.com/files/bashgallery-0.4.tar.gz" -MD5SUM="087b3ba8d583c85b89aeb854c3ff7df5" -MAINTAINER="Martin Lefebvre" -EMAIL="dadexter@sekurity.com" -APPROVED="rworkman" diff --git a/graphics/bashgallery/slack-desc b/graphics/bashgallery/slack-desc deleted file mode 100644 index 6db455989d79..000000000000 --- a/graphics/bashgallery/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------------------------------------------------------| -bashgallery: bashgallery (online picture gallery generation tool) -bashgallery: -bashgallery: Bashgallery is a bash script to generate an online static-HTML -bashgallery: picture gallery. It is designed with the idea that all it would -bashgallery: do is generate the html code and thumbnails, leaving the image -bashgallery: collection management to the user. -bashgallery: -bashgallery: -bashgallery: -bashgallery: -bashgallery: |