From ed843303c2e501c24569dfb06aaf32ecf48609d7 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:08:27 +0200 Subject: multimedia/gcstar: Removed from 13.0 repository --- multimedia/gcstar/README | 9 ----- multimedia/gcstar/doinst.sh | 4 -- multimedia/gcstar/gcstar.SlackBuild | 74 ------------------------------------- multimedia/gcstar/gcstar.info | 8 ---- multimedia/gcstar/slack-desc | 19 ---------- 5 files changed, 114 deletions(-) delete mode 100644 multimedia/gcstar/README delete mode 100644 multimedia/gcstar/doinst.sh delete mode 100644 multimedia/gcstar/gcstar.SlackBuild delete mode 100644 multimedia/gcstar/gcstar.info delete mode 100644 multimedia/gcstar/slack-desc (limited to 'multimedia') diff --git a/multimedia/gcstar/README b/multimedia/gcstar/README deleted file mode 100644 index b9c7177a39..0000000000 --- a/multimedia/gcstar/README +++ /dev/null @@ -1,9 +0,0 @@ -GCstar is a free open source application for managing your collections. -Detailed information on each item can be automatically retrieved from the -internet and you can store additional data, such as the location or who -you've lent it to. You may also search and filter your collection by many -criteria. - -Requires: perl-gtk2, perl-xml-libxml, libwww-perl -Optional (install with cpan): Archive::Tar, Archive::Zip, Gtk2::Spell, -MP3::Info, MP3::Tag, Net::FreeDB, Ogg::Vorbis::Header::PurePerl, Time::Piece diff --git a/multimedia/gcstar/doinst.sh b/multimedia/gcstar/doinst.sh deleted file mode 100644 index 4e8ba7071d..0000000000 --- a/multimedia/gcstar/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - diff --git a/multimedia/gcstar/gcstar.SlackBuild b/multimedia/gcstar/gcstar.SlackBuild deleted file mode 100644 index 0b3946472b..0000000000 --- a/multimedia/gcstar/gcstar.SlackBuild +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/sh - -# Slackware build script for GCstar - -# Written by Murat D. Kadirov - -PRGNAM=gcstar -VERSION=${VERSION:-1.4.3} -ARCH=${ARCH:-noarch} -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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e # Exit on most errors - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM -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 {} \; - -./install --text --prefix=$PKG/usr - -# Create the desktop entry -mkdir -p $PKG/usr/share/applications -cat > $PKG/usr/share/applications/$PRGNAM.desktop < $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/multimedia/gcstar/gcstar.info b/multimedia/gcstar/gcstar.info deleted file mode 100644 index 371af8aafc..0000000000 --- a/multimedia/gcstar/gcstar.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="gcstar" -VERSION="1.4.3" -HOMEPAGE="http://www.gcstar.org" -DOWNLOAD="http://download.gna.org/gcstar/gcstar-1.4.3.tar.gz" -MD5SUM="a4182efaf0f81fba39d1ab8b9b582417" -MAINTAINER="Murat D. Kadirov" -EMAIL="banderols@gmail.com" -APPROVED="rworkman" diff --git a/multimedia/gcstar/slack-desc b/multimedia/gcstar/slack-desc deleted file mode 100644 index a09fdf84d9..0000000000 --- a/multimedia/gcstar/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------------------------------------------------------| -gcstar: GCstar (a personal collections manager) -gcstar: -gcstar: GCstar is a free open source application for managing your -gcstar: collections. Detailed information on each item can be automatically -gcstar: retrieved from the internet and you can store additional data, such -gcstar: as the location or who you've lent it to. You may also search and -gcstar: filter your collection by many criteria. -gcstar: -gcstar: Homepage: http://www.gcstar.org -gcstar: -gcstar: -- cgit v1.2.3