From 5d02d19e73e1f84d24bbe4dd0cba6a64ae198958 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 18 Oct 2012 14:34:33 +0200 Subject: [PATCH] rcs: dropped --- rcs/.footprint | 25 ------------------------- rcs/.md5sum | 2 -- rcs/Pkgfile | 21 --------------------- rcs/rcs-5.7.patch | 12 ------------ 4 files changed, 60 deletions(-) delete mode 100644 rcs/.footprint delete mode 100644 rcs/.md5sum delete mode 100644 rcs/Pkgfile delete mode 100644 rcs/rcs-5.7.patch diff --git a/rcs/.footprint b/rcs/.footprint deleted file mode 100644 index 486862a40..000000000 --- a/rcs/.footprint +++ /dev/null @@ -1,25 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ci --rwxr-xr-x root/root usr/bin/co --rwxr-xr-x root/root usr/bin/ident --rwxr-xr-x root/root usr/bin/merge --rwxr-xr-x root/root usr/bin/rcs --rwxr-xr-x root/root usr/bin/rcsclean --rwxr-xr-x root/root usr/bin/rcsdiff --rwxr-xr-x root/root usr/bin/rcsmerge --rwxr-xr-x root/root usr/bin/rlog -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ci.1.gz --rw-r--r-- root/root usr/man/man1/co.1.gz --rw-r--r-- root/root usr/man/man1/ident.1.gz --rw-r--r-- root/root usr/man/man1/merge.1.gz --rw-r--r-- root/root usr/man/man1/rcs.1.gz --rw-r--r-- root/root usr/man/man1/rcsclean.1.gz --rw-r--r-- root/root usr/man/man1/rcsdiff.1.gz --rw-r--r-- root/root usr/man/man1/rcsintro.1.gz --rw-r--r-- root/root usr/man/man1/rcsmerge.1.gz --rw-r--r-- root/root usr/man/man1/rlog.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/rcsfile.5.gz diff --git a/rcs/.md5sum b/rcs/.md5sum deleted file mode 100644 index 8da3a7f3c..000000000 --- a/rcs/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -eb0c56f93fd16a0124f305614d79db97 rcs-5.7.patch -4c8e896f2d2446fa593c6f1601a4fb75 rcs-5.7.tar.gz diff --git a/rcs/Pkgfile b/rcs/Pkgfile deleted file mode 100644 index b4f161c4e..000000000 --- a/rcs/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Version control and project management software -# URL: http://www.gnu.org/directory/rcs.html -# Maintainer: Juergen Daubert, jue at crux dot nu -# Packager: Jens Fischer, jens dot fischer at gmx dot li - -name=rcs -version=5.7 -release=2 -source=(http://ftp.sunet.se/pub/gnu/rcs/$name-$version.tar.gz \ - $name-$version.patch) - -build() { - cd $name-$version - patch -p1 < ../$name-$version.patch - ./configure --prefix=/usr - make - mkdir $PKG/usr - make prefix=$PKG/usr install - chown -R root.root $PKG -} - diff --git a/rcs/rcs-5.7.patch b/rcs/rcs-5.7.patch deleted file mode 100644 index 78b6305a5..000000000 --- a/rcs/rcs-5.7.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN rcs-5.7.orig/src/conf.sh rcs-5.7/src/conf.sh ---- rcs-5.7.orig/src/conf.sh 1995-06-16 08:19:24.000000000 +0200 -+++ rcs-5.7/src/conf.sh 2002-07-01 13:24:00.000000000 +0200 -@@ -79,7 +79,6 @@ - chmod 0 a.d && - { test -w a.d || cp /dev/null a.d 2>/dev/null; } && { - echo >&3 "$n$0: This command should not be run with superuser permissions." -- exit 1 - } - echo >&3 OK - rm -f a.d || exit -