summaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:50 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:50 +0200
commit1958e0c3f40648cef665763c069adc2fc1784608 (patch)
tree9ab77d1bd20a43ad05662d61f55add072bde40ff /development
parent855384d1a31e8d75c329ba146d06ef8b6b441d8a (diff)
downloadslackbuilds-1958e0c3f40648cef665763c069adc2fc1784608.tar.gz
development/SilverCity: Removed from 13.0 repository
Diffstat (limited to 'development')
-rw-r--r--development/SilverCity/README5
-rw-r--r--development/SilverCity/SilverCity.SlackBuild43
-rw-r--r--development/SilverCity/SilverCity.info8
-rw-r--r--development/SilverCity/slack-desc19
4 files changed, 0 insertions, 75 deletions
diff --git a/development/SilverCity/README b/development/SilverCity/README
deleted file mode 100644
index 53781676bd..0000000000
--- a/development/SilverCity/README
+++ /dev/null
@@ -1,5 +0,0 @@
-SilverCity (Python interface to Scintilla lexers)
-
-SilverCity is a lexing package, based on Scintilla, that can provide
-lexical analysis for over 20 programming and markup langauges. Included
-in the package are modules to convert source code to syntax-styled HTML.
diff --git a/development/SilverCity/SilverCity.SlackBuild b/development/SilverCity/SilverCity.SlackBuild
deleted file mode 100644
index 81053d8fd4..0000000000
--- a/development/SilverCity/SilverCity.SlackBuild
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for SilverCity.
-
-# Written by Jick Nan (jick.nan@gmail.com)
-
-PRGNAM=SilverCity
-VERSION=0.9.7
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
-cd $PRGNAM-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-python setup.py bdist || exit 1
-tar zxvf dist/$PRGNAM-$VERSION.linux-i686.tar.gz -C $PKG || exit 1
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a PKG-INFO *.txt $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \;
-
-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/development/SilverCity/SilverCity.info b/development/SilverCity/SilverCity.info
deleted file mode 100644
index 02fb73e280..0000000000
--- a/development/SilverCity/SilverCity.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="SilverCity"
-VERSION="0.9.7"
-HOMEPAGE="http://silvercity.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/silvercity/SilverCity-0.9.7.tar.gz"
-MD5SUM="4ae4f9691798385dbde3df9cbb228e8c"
-MAINTAINER="Jick Nan"
-EMAIL="jick.nan@gmail.com"
-APPROVED="rworkman"
diff --git a/development/SilverCity/slack-desc b/development/SilverCity/slack-desc
deleted file mode 100644
index 5fdc5ca02c..0000000000
--- a/development/SilverCity/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------------------------------------------------------|
-SilverCity: SilverCity (Python interface to Scintilla lexers)
-SilverCity:
-SilverCity: SilverCity is a lexing package, based on Scintilla, that can
-SilverCity: provide lexical analysis for over 20 programming and markup
-SilverCity: languages. Included in the package are modules to convert
-SilverCity: source code to syntax-styled HTML.
-SilverCity:
-SilverCity:
-SilverCity:
-SilverCity:
-SilverCity: