rcs: dropped

This commit is contained in:
Juergen Daubert 2012-10-18 14:34:33 +02:00
parent 28a83ae09b
commit 5d02d19e73
4 changed files with 0 additions and 60 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
eb0c56f93fd16a0124f305614d79db97 rcs-5.7.patch
4c8e896f2d2446fa593c6f1601a4fb75 rcs-5.7.tar.gz

View File

@ -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
}

View File

@ -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