From e95fb3495f4a71fd6f79b09272a25fb98ec5a27e Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:08:21 +0200 Subject: misc/gnome-doc-utils: Removed from 13.0 repository --- misc/gnome-doc-utils/README | 6 --- misc/gnome-doc-utils/gnome-doc-utils.SlackBuild | 71 ------------------------- misc/gnome-doc-utils/gnome-doc-utils.info | 8 --- misc/gnome-doc-utils/slack-desc | 19 ------- 4 files changed, 104 deletions(-) delete mode 100644 misc/gnome-doc-utils/README delete mode 100644 misc/gnome-doc-utils/gnome-doc-utils.SlackBuild delete mode 100644 misc/gnome-doc-utils/gnome-doc-utils.info delete mode 100644 misc/gnome-doc-utils/slack-desc (limited to 'misc') diff --git a/misc/gnome-doc-utils/README b/misc/gnome-doc-utils/README deleted file mode 100644 index cbd5eb775cf1..000000000000 --- a/misc/gnome-doc-utils/README +++ /dev/null @@ -1,6 +0,0 @@ -gnome-doc-utils is a collection of documentation utilities for the -project. Notably, it contains utilities for building documentation -and all auxiliary files in your source tree, and it contains the -DocBook XSLT stylesheets that were once distributed with Yelp. -Starting with Gnome 2.8, Yelp will require gnome-doc-utils for -the XSLT. diff --git a/misc/gnome-doc-utils/gnome-doc-utils.SlackBuild b/misc/gnome-doc-utils/gnome-doc-utils.SlackBuild deleted file mode 100644 index 01f3d3243436..000000000000 --- a/misc/gnome-doc-utils/gnome-doc-utils.SlackBuild +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh - -# Slackbuild Script for gnome-doc-utils -# -# Written by James Rich james@chowhouse.com -# -# Modified by the SlackBuilds.org team. -# Assumed to be public domain per our submission policy -# Script maintained by Frank Caraballo - -PRGNAM=gnome-doc-utils -VERSION=${VERSION:-0.16.0} -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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -cd $PRGNAM-$VERSION -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --disable-scrollkeeper \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING* INSTALL NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION -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/misc/gnome-doc-utils/gnome-doc-utils.info b/misc/gnome-doc-utils/gnome-doc-utils.info deleted file mode 100644 index 09618e7d97d1..000000000000 --- a/misc/gnome-doc-utils/gnome-doc-utils.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="gnome-doc-utils" -VERSION="0.16.0" -HOMEPAGE="http://live.gnome.org/DocumentationProject" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.16/gnome-doc-utils-0.16.0.tar.bz2" -MD5SUM="45971197fd48147ee928462d5b74f234" -MAINTAINER="Frank Caraballo" -EMAIL="fecaraballo{at}gmail{dot}com" -APPROVED="rworkman" diff --git a/misc/gnome-doc-utils/slack-desc b/misc/gnome-doc-utils/slack-desc deleted file mode 100644 index 56a356599910..000000000000 --- a/misc/gnome-doc-utils/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-------------------------------------------------------| -gnome-doc-utils: gnome-doc-utils (collection of documentation utilities) -gnome-doc-utils: -gnome-doc-utils: gnome-doc-utils is a collection of documentation utilities for the -gnome-doc-utils: project. Notably, it contains utilities for building documentation -gnome-doc-utils: and all auxiliary files in your source tree, and it contains the -gnome-doc-utils: DocBook XSLT stylesheets that were once distributed with Yelp. -gnome-doc-utils: Starting with Gnome 2.8, Yelp will require gnome-doc-utils for -gnome-doc-utils: the XSLT. -gnome-doc-utils: -gnome-doc-utils: Homepage: http://live.gnome.org/DocumentationProject -gnome-doc-utils: -- cgit v1.2.3