diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:06:42 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:06:42 +0000 |
commit | 21e1583f4fea163c17c82b6b0878b90909a9ca7f (patch) | |
tree | 08b19a101b57f3951268e58813b175c71006d272 /sys-apps | |
parent | Update (diff) | |
download | gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2 gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip |
Cleanup
Diffstat (limited to 'sys-apps')
202 files changed, 0 insertions, 5108 deletions
diff --git a/sys-apps/at/at-3.1.8-r1.ebuild b/sys-apps/at/at-3.1.8-r1.ebuild deleted file mode 100644 index ed9933347b6f..000000000000 --- a/sys-apps/at/at-3.1.8-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r1.ebuild,v 1.8 2001/01/31 20:49:06 achim Exp $ - -A="${P}.tar.bz2 ${P}.dif" -S=${WORKDIR}/${P} -DESCRIPTION="queues jobs for later execution" -SRC_URI="ftp://jurix.jura.uni-sb.de/pub/jurix/source/chroot/appl/at/${P}.tar.bz2 - ftp://jurix.jura.uni-sb.de/pub/jurix/source/chroot/appl/at/${P}.dif" - - -DEPEND=">=sys-libs/glibc-2.1.3 - sys-devel/flex" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - - try ./configure --host=${CHOST} --sysconfdir=/etc/at \ - --with-jobdir=/var/cron/atjobs \ - --with-atspool=/var/cron/atspool \ - --with-etcdir=/etc/at - try pmake - -} - -src_unpack() { - - unpack ${P}.tar.bz2 - cd ${S} - patch -p0 < ${DISTDIR}/${P}.dif - -} - -src_install() { - - cd ${S} - into /usr - chmod 755 batch - chmod 755 atrun - dobin at batch - dosym /usr/bin/at /usr/bin/atrm - dosym /usr/bin/at /usr/bin/atq - dosbin atd atrun - for i in atjobs atspool - do - dodir /var/cron/${i} - fperms 700 /var/cron/${i} - fowners daemon.daemon /var/cron/${i} - done - doman at.1 at_allow.5 atd.8 atrun.8 - dodoc COPYING ChangeLog Copyright - docinto txt - dodoc Problems README - dodir /etc/rc.d/init.d - cp ${O}/files/atd ${D}/etc/rc.d/init.d/ - dodir /etc/at - cp ${O}/files/at.deny ${D}/etc/at/ - -} - - - diff --git a/sys-apps/at/files/digest-at-3.1.8-r1 b/sys-apps/at/files/digest-at-3.1.8-r1 deleted file mode 100644 index 7ec2fb52f97d..000000000000 --- a/sys-apps/at/files/digest-at-3.1.8-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 f5194baac29a30b0d90604422dad7037 at-3.1.8.tar.bz2 -MD5 72330908ac1117627486af1fb873ea81 at-3.1.8.dif diff --git a/sys-apps/baselayout/baselayout-1.4.ebuild b/sys-apps/baselayout/baselayout-1.4.ebuild deleted file mode 100644 index 0a0bb73a843b..000000000000 --- a/sys-apps/baselayout/baselayout-1.4.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.4.ebuild,v 1.5 2001/01/09 23:04:11 drobbins Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. - -A="" -S=${WORKDIR}/${P} -DESCRIPTION="Base layout for Gentoo Linux filesystem (incl. initscripts)" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org" - -src_install() -{ - if [ "$MAINTAINER" != "yes" ] - then - echo '!!! baselayout should only be merged if you know what youre doing.' - echo '!!! It will overwrite important system files (passwd/group and others) with their' - echo '!!! original versions. For now, please update your files by hand by' - echo '!!! comparing the contents of the files in '${FILESDIR}' to your' - echo '!!! installed versions. We will have an automated update system shortly.' - exit 1 - fi - dodir /boot - dodir /usr/include /usr/src - dosym /var/log /usr/adm - dosym ../X11R6/include/X11 /usr/include/X11 - dosym ../src/linux/include/linux /usr/include/linux - dosym ../src/linux/include/asm-i386 /usr/include/asm - local foo - for foo in games man lib sbin share bin doc src - do - dodir /usr/local/${foo} - done - doman ${FILESDIR}/MAKEDEV.8 - dodir /usr/lib - dodir /usr/sbin - dosbin ${FILESDIR}/MAKEDEV ${FILESDIR}/run-crons - dodir /dev - dodir /dev/pts - dosym /usr/sbin/MAKEDEV /dev/MAKEDEV - dodir /usr/share /usr/bin/ /usr/doc - dodoc ${FILESDIR}/copyright ${FILESDIR}/changelog.Debian - dodir /usr/X11R6/lib - dodir /var /var/shm /var/run /var/log/news - touch ${D}/var/log/lastlog - touch ${D}/var/run/utmp - touch ${D}/var/log/wtmp - dodir /var/db/pkg /var/spool - dodir /var/lib/supervise - install -d -m0750 -o root -g wheel ${D}/var/lib/supervise/control - install -d -m0750 -o root -g wheel ${D}/var/lib/supervise/services - dodir /root /opt /home/ftp /etc/modules /proc - chmod go-rx ${D}/root - dodir /tmp - chmod 1777 ${D}/tmp - insopts -m0644 - insinto /etc - for foo in services passwd shadow nsswitch.conf inetd.conf ld.so.conf protocols fstab hosts syslog.conf pwdb.conf filesystems group profile crontab - do - doins ${FILESDIR}/${foo} - done - for foo in hourly daily weekly monthly - do - dodir /etc/cron.$foo - done - chmod go-rwx ${D}/etc/shadow - dodir /dev/pts /lib /proc /mnt/floppy /mnt/cdrom - chmod go-rwx ${D}/mnt/floppy ${D}/mnt/cdrom - - for x in boot halt 1 2 3 4 5 - do - dodir /etc/rc.d/rc${x}.d - done - dosym rcboot.d /etc/rc.d/rc0.d - dosym rchalt.d /etc/rc.d/rc6.d - - dodir /etc/pam.d - cd ${FILESDIR}/pam.d - insinto /etc/pam.d - doins * - - dodir /etc/rc.d/init.d - dodir /etc/rc.d/config - cd ${FILESDIR}/rc.d/init.d - exeinto /etc/rc.d/init.d - doexe * - insinto /etc/rc.d/init.d/extra_scripts - cd ${FILESDIR}/rc.d/config - insinto /etc/rc.d/config - doins * - doins runlevels - cd ${FILESDIR} - insinto /etc - doins inittab - into /usr - dosbin rc-update env-update - insinto /usr/bin - insopts -m0755 - doins colors - dodir /dev - cd ${D}/dev - MAKEDEV generic-i386 - MAKEDEV sg - MAKEDEV scd - MAKEDEV rtc - cd ${D}/etc/rc.d/config - cp runlevels runlevels.orig - sed -e 's:##OSNAME##:Gentoo Linux:g' -e 's:##ARCH##:i686a:g' runlevels.orig > runlevels - rm runlevels.orig - - dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/00basic -} - - - - - - - - diff --git a/sys-apps/baselayout/baselayout-1.5-r1.ebuild b/sys-apps/baselayout/baselayout-1.5-r1.ebuild deleted file mode 100644 index 7b0c7673f1ab..000000000000 --- a/sys-apps/baselayout/baselayout-1.5-r1.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.5-r1.ebuild,v 1.2 2001/01/27 14:41:33 achim Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. - -A="" -S=${WORKDIR}/${P} -DESCRIPTION="Base layout for Gentoo Linux filesystem (incl. initscripts)" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org" - -src_install() -{ - if [ "$MAINTAINER" != "yes" ] - then - echo '!!! baselayout should only be merged if you know what youre doing.' - echo '!!! It will overwrite important system files (passwd/group and others) with their' - echo '!!! original versions. For now, please update your files by hand by' - echo '!!! comparing the contents of the files in '${FILESDIR}' to your' - echo '!!! installed versions. We will have an automated update system shortly.' - exit 1 - fi - dodir /boot - dodir /usr/include /usr/src - dosym ../X11R6/include/X11 /usr/include/X11 - dosym ../src/linux/include/linux /usr/include/linux - dosym ../src/linux/include/asm-i386 /usr/include/asm - local foo - for foo in games man lib sbin share bin doc src - do - dodir /usr/local/${foo} - done - - dodir /usr/lib - dodir /usr/sbin - dosbin ${FILESDIR}/MAKEDEV ${FILESDIR}/run-crons - dodir /dev - dodir /dev/pts - dosym /usr/sbin/MAKEDEV /dev/MAKEDEV - dodir /usr/share/man /usr/share/info /usr/bin/ /usr/doc - -#FHS 2.1 stuff - dosym share/man /usr/man - dosym share/doc /usr/doc - dosym share/info /usr/info -#end FHS 2.1 stuff - doman ${FILESDIR}/MAKEDEV.8 - - dodoc ${FILESDIR}/copyright ${FILESDIR}/changelog.Debian - dodir /usr/X11R6/lib - dodir /var /var/shm /var/run /var/log/news - touch ${D}/var/log/lastlog - touch ${D}/var/run/utmp - touch ${D}/var/log/wtmp - dodir /var/db/pkg /var/spool - -#supervise stuff - dodir /var/lib/supervise - install -d -m0750 -o root -g wheel ${D}/var/lib/supervise/control - install -d -m0750 -o root -g wheel ${D}/var/lib/supervise/services -#end supervise stuff - dodir /root /opt /etc/modules /proc - - chmod go-rx ${D}/root - dodir /tmp - chmod 1777 ${D}/tmp - insopts -m0644 - insinto /etc - for foo in services passwd shadow nsswitch.conf inetd.conf ld.so.conf protocols fstab hosts syslog.conf pwdb.conf filesystems group profile crontab - do - doins ${FILESDIR}/${foo} - done - for foo in hourly daily weekly monthly - do - dodir /etc/cron.$foo - done - chmod go-rwx ${D}/etc/shadow - dodir /dev/pts /lib /proc /mnt/floppy /mnt/cdrom - chmod go-rwx ${D}/mnt/floppy ${D}/mnt/cdrom - - for x in boot halt 1 2 3 4 5 - do - dodir /etc/rc.d/rc${x}.d - done - dosym rcboot.d /etc/rc.d/rc0.d - dosym rchalt.d /etc/rc.d/rc6.d - - dodir /etc/pam.d - cd ${FILESDIR}/pam.d - insinto /etc/pam.d - doins * - - dodir /etc/rc.d/init.d - dodir /etc/rc.d/config - cd ${FILESDIR}/rc.d/init.d - exeinto /etc/rc.d/init.d - doexe * - insinto /etc/rc.d/init.d/extra_scripts - cd ${FILESDIR}/rc.d/config - insinto /etc/rc.d/config - doins * - doins runlevels - cd ${FILESDIR} - insinto /etc - doins inittab - into /usr - dosbin rc-update - insinto /usr/bin - insopts -m0755 - doins colors - dodir /dev - cd ${D}/dev - MAKEDEV generic-i386 - MAKEDEV sg - MAKEDEV scd - MAKEDEV rtc - cd ${D}/etc/rc.d/config - cp runlevels runlevels.orig - sed -e 's:##OSNAME##:Gentoo Linux:g' -e 's:##ARCH##:i686a:g' runlevels.orig > runlevels - rm runlevels.orig - -#env-update stuff - dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/00basic -#end env-update stuff - -} - - - - - - - - diff --git a/sys-apps/baselayout/baselayout-1.5-r2.ebuild b/sys-apps/baselayout/baselayout-1.5-r2.ebuild deleted file mode 100644 index 4bcd80b78f0e..000000000000 --- a/sys-apps/baselayout/baselayout-1.5-r2.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.5-r2.ebuild,v 1.3 2001/02/07 18:22:18 achim Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. - -A="" -S=${WORKDIR}/${P} -DESCRIPTION="Base layout for Gentoo Linux filesystem (incl. initscripts)" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org" - -src_install() -{ - if [ "$MAINTAINER" != "yes" ] - then - echo '!!! baselayout should only be merged if you know what youre doing.' - echo '!!! It will overwrite important system files (passwd/group and others) with their' - echo '!!! original versions. For now, please update your files by hand by' - echo '!!! comparing the contents of the files in '${FILESDIR}' to your' - echo '!!! installed versions. We will have an automated update system shortly.' - exit 1 - fi - dodir /boot - dodir /usr/include /usr/src - dosym ../X11R6/include/X11 /usr/include/X11 - dosym ../src/linux/include/linux /usr/include/linux - dosym ../src/linux/include/asm-i386 /usr/include/asm - local foo - for foo in games man lib sbin share bin doc src - do - dodir /usr/local/${foo} - done - - dodir /usr/lib - dodir /usr/sbin - dosbin ${FILESDIR}/MAKEDEV ${FILESDIR}/run-crons - dodir /dev - dodir /dev/pts - dosym /usr/sbin/MAKEDEV /dev/MAKEDEV - dodir /usr/share/man /usr/share/info /usr/share/doc /usr/share/misc /usr/bin/ - -#FHS 2.1 stuff - dosym share/man /usr/man - dosym share/doc /usr/doc - dosym share/info /usr/info -#end FHS 2.1 stuff - dosym ../tmp /usr/tmp - doman ${FILESDIR}/MAKEDEV.8 - - dodoc ${FILESDIR}/copyright ${FILESDIR}/changelog.Debian - dodir /usr/X11R6/lib - dodir /var /var/shm /var/run /var/log/news - touch ${D}/var/log/lastlog - touch ${D}/var/run/utmp - touch ${D}/var/log/wtmp - dodir /var/db/pkg /var/spool /var/tmp /var/lib/misc - -#supervise stuff - dodir /var/lib/supervise - install -d -m0750 -o root -g wheel ${D}/var/lib/supervise/control - install -d -m0750 -o root -g wheel ${D}/var/lib/supervise/services -#end supervise stuff - dodir /root /opt /etc/modules /proc - - chmod go-rx ${D}/root - dodir /tmp - chmod 1777 ${D}/tmp - insopts -m0644 - insinto /etc - for foo in services passwd shadow nsswitch.conf \ - inetd.conf ld.so.conf protocols fstab \ - hosts syslog.conf pwdb.conf filesystems \ - group profile crontab inputrc - do - doins ${FILESDIR}/${foo} - done - for foo in hourly daily weekly monthly - do - dodir /etc/cron.$foo - done - chmod go-rwx ${D}/etc/shadow - dodir /dev/pts /lib /proc /mnt/floppy /mnt/cdrom - chmod go-rwx ${D}/mnt/floppy ${D}/mnt/cdrom - - for x in boot halt 1 2 3 4 5 - do - dodir /etc/rc.d/rc${x}.d - done - dosym rcboot.d /etc/rc.d/rc0.d - dosym rchalt.d /etc/rc.d/rc6.d - - dodir /etc/pam.d - cd ${FILESDIR}/pam.d - insinto /etc/pam.d - doins * - - dodir /etc/rc.d/init.d - dodir /etc/rc.d/config - cd ${FILESDIR}/rc.d/init.d - exeinto /etc/rc.d/init.d - doexe * - insinto /etc/rc.d/init.d/extra_scripts - cd ${FILESDIR}/rc.d/config - insinto /etc/rc.d/config - doins * - doins runlevels - cd ${FILESDIR} - insinto /etc - doins inittab - into /usr - dosbin rc-update - insinto /usr/bin - insopts -m0755 - doins colors - dodir /dev - cd ${D}/dev - MAKEDEV generic-i386 - MAKEDEV sg - MAKEDEV scd - MAKEDEV rtc - cd ${D}/etc/rc.d/config - cp runlevels runlevels.orig - sed -e 's:##OSNAME##:Gentoo Linux:g' -e 's:##ARCH##:i686a:g' runlevels.orig > runlevels - rm runlevels.orig - -#env-update stuff - dodir /etc/env.d - insinto /etc/env.d - doins ${FILESDIR}/00basic -#end env-update stuff - -} - - - - - - - - diff --git a/sys-apps/bash/bash-2.04-r1.ebuild b/sys-apps/bash/bash-2.04-r1.ebuild deleted file mode 100644 index 670c6b8470da..000000000000 --- a/sys-apps/bash/bash-2.04-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04-r1.ebuild,v 1.3 2001/02/01 19:30:33 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bash/${A} - ftp://ftp.gnu.org/gnu/bash/${A}" - -HOMEPAGE="http://www.gnu.org/software/bash/bash.html" - -PROVIDE="virtual/bash" - -src_compile() { - - cd ${S} - try ./configure --prefix=/ --host=${CHOST} \ - --disable-profiling --with-curses \ - --enable-static-link --with-installed-readline - cp Makefile Makefile.orig - sed -e "s:-lcurses:-lncurses:" Makefile.orig > Makefile - try pmake - if [ "`use tex`" ] - then - cd support - cp texi2html texi2html.orig - sed -e "s:/usr/local/bin/perl:/usr/bin/perl:" \ - texi2html.orig > texi2html - cd ../doc - try make - fi - -} - - - -src_install() { - cd ${S} - if [ "`use tex`" ] - then - docinto html - dodoc doc/*.html - docinto ps - dodoc doc/*.ps - fi - make prefix=${D}/usr install - dodir /bin - mv ${D}/usr/bin/bash ${D}/bin - dosym bash /bin/sh - doman doc/builtins.1 bash_builtins.1 - dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K - dodoc doc/FAQ doc/INTRO -} - diff --git a/sys-apps/bash/bash-2.04-r2.ebuild b/sys-apps/bash/bash-2.04-r2.ebuild deleted file mode 100644 index 2a80cf5c0c97..000000000000 --- a/sys-apps/bash/bash-2.04-r2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04-r2.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bash/${A} - ftp://ftp.gnu.org/gnu/bash/${A}" - -HOMEPAGE="http://www.gnu.org/software/bash/bash.html" - -DEPEND=">=sys-libs/ncurses-5.2-r2 - readline? ( >=sys-libs/readline-4.1-r2 ) - tex? ( app-text/tetex ) - sys-apps/groff - sys-apps/texinfo" - -src_compile() { - - local myconf - if [ "`use readline`" ] - then - myconf="--with-installed-readline" - fi - - try ./configure --prefix=/ --mandir=/usr/share/man \ - --infodir=/usr/share/info --host=${CHOST} \ - --disable-profiling --with-curses \ - --enable-static-link ${myconf} - - try pmake - - if [ "`use tex`" ] - then - cd support - cp texi2html texi2html.orig - sed -e "s:/usr/local/bin/perl:/usr/bin/perl:" \ - texi2html.orig > texi2html - cd ../doc - try make - fi - -} - - - -src_install() { - - make prefix=${D}/usr mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info install - dodir /bin - mv ${D}/usr/bin/bash ${D}/bin - dosym bash /bin/sh - doman doc/*.1 - - if [ -z "`use readline`" ] - then - doman doc/*.3 - fi - dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K - dodoc doc/FAQ doc/INTRO - - if [ "`use tex`" ] - then - docinto html - dodoc doc/*.html - docinto ps - dodoc doc/*.ps - fi - -} - diff --git a/sys-apps/bash/files/digest-bash-2.04-r1 b/sys-apps/bash/files/digest-bash-2.04-r1 deleted file mode 100644 index 2357c32167ec..000000000000 --- a/sys-apps/bash/files/digest-bash-2.04-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 49b548a8b72a4c925ff26930e4c31c6c bash-2.04.tar.gz diff --git a/sys-apps/bash/files/digest-bash-2.04-r2 b/sys-apps/bash/files/digest-bash-2.04-r2 deleted file mode 100644 index 2357c32167ec..000000000000 --- a/sys-apps/bash/files/digest-bash-2.04-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 49b548a8b72a4c925ff26930e4c31c6c bash-2.04.tar.gz diff --git a/sys-apps/bzip2/bzip2-1.0.1-r1.ebuild b/sys-apps/bzip2/bzip2-1.0.1-r1.ebuild deleted file mode 100644 index 92fb2fadbf05..000000000000 --- a/sys-apps/bzip2/bzip2-1.0.1-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1-r1.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A high-quality data compressor used extensively by Gentoo" -SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${A} - ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/${A}" - -HOMEPAGE="http://sourceware.cygnus.com/bzip2/" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - # bzip2's try makefile does not use CFLAGS so we hard-wire the compile - # options using sed ;) - - cd ${S} - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" \ - -e "s:/man/man1:/man/man1:" Makefile.orig > Makefile - - cp Makefile-libbz2_so Makefile-libbz2.orig - sed -e "s/-O2/${CFLAGS}/" Makefile-libbz2.orig > Makefile-libbz2_so - -} - -src_compile() { - - try pmake -f Makefile-libbz2_so all - try pmake all - -} -src_install() { - - dodir /usr/share/man/man1 - try make PREFIX=${D}/usr install - rm -rf ${D}/usr/man - - dolib.so libbz2.so.1.0.1 - mv ${D}/usr/bin ${D} - preplib /usr - - dodoc README LICENSE CHANGES Y2K_INFO - docinto txt - dodoc bzip2.txt - docinto ps - dodoc manual.ps - docinto html - dodoc manual_*.html - -} - - diff --git a/sys-apps/bzip2/bzip2-1.0.1.ebuild b/sys-apps/bzip2/bzip2-1.0.1.ebuild deleted file mode 100644 index 66c70c623e15..000000000000 --- a/sys-apps/bzip2/bzip2-1.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1.ebuild,v 1.9 2001/01/31 20:49:06 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A high-quality data compressor used extensively by Gentoo" -SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${A} - ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/${A}" - -HOMEPAGE="http://sourceware.cygnus.com/bzip2/" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - # bzip2's try makefile does not use CFLAGS so we hard-wire the compile - # options using sed ;) - cd ${S} - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cp Makefile-libbz2_so Makefile-libbz2.orig - sed -e "s/-O2/${CFLAGS}/" Makefile-libbz2.orig > Makefile-libbz2_so -} - -src_compile() { - try pmake -f Makefile-libbz2_so all - try pmake all -} -src_install() { - dodoc README LICENSE CHANGES Y2K_INFO - docinto txt - dodoc bzip2.txt - docinto ps - dodoc manual.ps - docinto html - dodoc manual_*.html - try make PREFIX=${D}/usr install - into /usr - dolib.so libbz2.so.1.0.1 - mv ${D}/usr/bin ${D} - preplib /usr -} - - diff --git a/sys-apps/bzip2/files/digest-bzip2-1.0.1 b/sys-apps/bzip2/files/digest-bzip2-1.0.1 deleted file mode 100644 index 4a2d8e5861de..000000000000 --- a/sys-apps/bzip2/files/digest-bzip2-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 770135dc94369cb3eb6013ed505c8dc5 bzip2-1.0.1.tar.gz diff --git a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r1 b/sys-apps/bzip2/files/digest-bzip2-1.0.1-r1 deleted file mode 100644 index 4a2d8e5861de..000000000000 --- a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 770135dc94369cb3eb6013ed505c8dc5 bzip2-1.0.1.tar.gz diff --git a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r2 b/sys-apps/bzip2/files/digest-bzip2-1.0.1-r2 deleted file mode 100644 index 4a2d8e5861de..000000000000 --- a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 770135dc94369cb3eb6013ed505c8dc5 bzip2-1.0.1.tar.gz diff --git a/sys-apps/console-data/console-data-1999.08.29-r1.ebuild b/sys-apps/console-data/console-data-1999.08.29-r1.ebuild deleted file mode 100644 index f0a156c332a2..000000000000 --- a/sys-apps/console-data/console-data-1999.08.29-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-data/console-data-1999.08.29-r1.ebuild,v 1.4 2000/11/30 23:14:31 achim Exp $ - -P=console-data-1999.08.29 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Data (fonts, keymaps) for the consoletools package" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/keyboards/"${A} -HOMEPAGE="http://altern.org/ydirson/en/lct/data.html" - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr - # do not use pmake - try make - -} - -src_install() { - - dodoc ChangeLog - docinto txt - dodoc doc/README.* - docinto txt/fonts - dodoc doc/fonts/* - docinto txt/keymaps - dodoc doc/keymaps/* - try make DESTDIR=${D} install - -} - - diff --git a/sys-apps/console-data/files/digest-console-data-1999.08.29-r1 b/sys-apps/console-data/files/digest-console-data-1999.08.29-r1 deleted file mode 100644 index 46645acb4c93..000000000000 --- a/sys-apps/console-data/files/digest-console-data-1999.08.29-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b534787af0edaa73f608f518263f9334 console-data-1999.08.29.tar.gz diff --git a/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild b/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild deleted file mode 100644 index cd429b86d145..000000000000 --- a/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild,v 1.3 2000/12/19 00:38:01 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Console and font utilities" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/keyboards/${A}" -HOMEPAGE="http://altern.org/ydirson/en/lct/" - -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_unpack() { - unpack ${A} - cd ${S} - gzip -dc ${FILESDIR}/${PN}-${PV}.patch.gz | patch -p1 -} - -src_compile() { - - local myconf - - if [ "$DEBUG" ] - then - myconf="--enable-debugging" - fi - - try ./configure --prefix=/usr --host=${CHOST} - try make $MAKEOPTS all -} - -src_install() { - into /usr - cd ${S} - try make prefix=${D}/usr install - # DESTDIR does not work correct - dodoc BUGS COPYING* CREDITS ChangeLog NEWS README RELEASE TODO - docinto txt - dodoc doc/*.txt doc/README.* - docinto sgml - dodoc doc/*.sgml - docinto txt/contrib - dodoc doc/contrib/* - docinto txt/dvorak - dodoc doc/dvorak/* - docinto txt/file-formats - dodoc doc/file-formats/* - doman doc/man/*.[1-8] - MOPREFIX="console-tools" - domo ${S}/po/*.gmo -} - - - diff --git a/sys-apps/console-tools/files/digest-console-tools-0.2.3-r2 b/sys-apps/console-tools/files/digest-console-tools-0.2.3-r2 deleted file mode 100644 index 7c2347441144..000000000000 --- a/sys-apps/console-tools/files/digest-console-tools-0.2.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 983d4586a791b3fdfa0fbeff76aadf43 console-tools-0.2.3.tar.gz diff --git a/sys-apps/cpio/cpio-2.4.2-r2.ebuild b/sys-apps/cpio/cpio-2.4.2-r2.ebuild deleted file mode 100644 index d3ab29fe410b..000000000000 --- a/sys-apps/cpio/cpio-2.4.2-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.4.2-r2.ebuild,v 1.1 2001/01/01 21:57:38 drobbins Exp $ - -P="cpio-2.4.2" -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="A file archival tool which can also read and write tar files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/cpio/${A} - ftp://prep.ai.mit.edu/gnu/cpio/${A}" - -HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try pmake - makeinfo --html --force cpio.texi -} - -src_unpack() { - unpack ${A} - cd ${S} - mv rmt.c rmt.c.orig - sed -e "78d" rmt.c.orig > rmt.c - mv userspec.c userspec.c.orig - sed -e "85d" userspec.c.orig > userspec.c -} - -src_install() { - into /usr - #dobin cpio mt; now we're using Schilly's enhanced mt from star - dobin cpio - doman cpio.1 - doinfo cpio.info - dodoc COPYING* ChangeLog NEWS README - docinto html - dodoc cpio.html - -} - diff --git a/sys-apps/cpio/files/digest-cpio-2.4.2-r1 b/sys-apps/cpio/files/digest-cpio-2.4.2-r1 deleted file mode 100644 index 1707e00faef6..000000000000 --- a/sys-apps/cpio/files/digest-cpio-2.4.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e651ca1e1ac53aaebfa7ad256b0fe4fc cpio-2.4.2.tar.gz diff --git a/sys-apps/cpio/files/digest-cpio-2.4.2-r2 b/sys-apps/cpio/files/digest-cpio-2.4.2-r2 deleted file mode 100644 index 1707e00faef6..000000000000 --- a/sys-apps/cpio/files/digest-cpio-2.4.2-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e651ca1e1ac53aaebfa7ad256b0fe4fc cpio-2.4.2.tar.gz diff --git a/sys-apps/cpio/files/digest-cpio-2.4.2-r3 b/sys-apps/cpio/files/digest-cpio-2.4.2-r3 deleted file mode 100644 index 1707e00faef6..000000000000 --- a/sys-apps/cpio/files/digest-cpio-2.4.2-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e651ca1e1ac53aaebfa7ad256b0fe4fc cpio-2.4.2.tar.gz diff --git a/sys-apps/daemontools/daemontools-0.70.ebuild b/sys-apps/daemontools/daemontools-0.70.ebuild deleted file mode 100644 index 1dae3dfbf2a6..000000000000 --- a/sys-apps/daemontools/daemontools-0.70.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/daemontools-0.70.ebuild,v 1.2 2000/11/30 23:14:32 achim Exp $ - -P=daemontools-0.70 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Collection of tools for managing UNIX services" -SRC_URI="http://cr.yp.to/daemontools/"${A} -HOMEPAGE="http://cr.yp.to/daemontools.html" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_unpack() { - unpack ${A} - cd ${S} - echo "gcc ${CFLAGS}" > conf-cc - echo "gcc" > conf-ld -} - -src_compile() { - cd ${S} - try pmake -} - -src_install() { - cd ${S} - into /usr - for i in svscan supervise svc svok svstat fghack multilog tai64n \ - tai64nlocal softlimit setuidgid envuidgid envdir setlock - do - dobin $i - done - dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION -} - - - diff --git a/sys-apps/daemontools/files/digest-daemontools-0.70 b/sys-apps/daemontools/files/digest-daemontools-0.70 deleted file mode 100644 index 33e9c5938e35..000000000000 --- a/sys-apps/daemontools/files/digest-daemontools-0.70 +++ /dev/null @@ -1 +0,0 @@ -MD5 c88e8c5e4453b4df41571f60eaa0baf3 daemontools-0.70.tar.gz diff --git a/sys-apps/dcron/files/digest-dcron-2.7-r2 b/sys-apps/dcron/files/digest-dcron-2.7-r2 deleted file mode 100644 index d7f67342a50f..000000000000 --- a/sys-apps/dcron/files/digest-dcron-2.7-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8984a6bb120cd674d4fb7f1cc52630a2 dcron27.tgz diff --git a/sys-apps/dcron/files/digest-dcron-2.7-r3 b/sys-apps/dcron/files/digest-dcron-2.7-r3 deleted file mode 100644 index d7f67342a50f..000000000000 --- a/sys-apps/dcron/files/digest-dcron-2.7-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8984a6bb120cd674d4fb7f1cc52630a2 dcron27.tgz diff --git a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild deleted file mode 100644 index 7d795a805d6c..000000000000 --- a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild,v 1.5 2001/01/31 20:49:06 achim Exp $ - -P=debianutils-1.13.3 -A=debianutils_1.13.3.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A selection of tools from Debian" -SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/${A}" - -DEPEND="virtual/glibc" -RDEPEND="virtual/glibc - sys-apps/bash" - -src_compile() { - try pmake -} - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O2 -g/${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - - into / - dobin run-parts readlink tempfile mktemp - insopts -m755 - insinto /usr/sbin - doins savelog - doman run-parts.8 readlink.1 tempfile.1 mktemp.1 savelog.8 - dodoc debian/changelog debian/control debian/copyright - -} - - - diff --git a/sys-apps/debianutils/debianutils-1.13.3-r2.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r2.ebuild deleted file mode 100644 index 1a22e5353ec5..000000000000 --- a/sys-apps/debianutils/debianutils-1.13.3-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A selection of tools from Debian" -SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/debianutils_${PV}.tar.gz" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s/-O2 -g/${CFLAGS}/" Makefile.orig > Makefile -} - -src_compile() { - - try pmake -} - - -src_install() { - - into / - dobin run-parts readlink tempfile mktemp - insopts -m755 - exeinto /usr/sbin - doexe savelog - - doman mktemp.1 readlink.1 tempfile.1 run-parts.8 savelog.8 - - cd debian - dodoc changelog control copyright - -} - - - diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r1 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r1 deleted file mode 100644 index 30079b8cc3cd..000000000000 --- a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r2 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r2 deleted file mode 100644 index 30079b8cc3cd..000000000000 --- a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz diff --git a/sys-apps/devfsd/devfsd-1.3.10.ebuild b/sys-apps/devfsd/devfsd-1.3.10.ebuild deleted file mode 100644 index c7748e06d46b..000000000000 --- a/sys-apps/devfsd/devfsd-1.3.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.10.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="Daemon for the Lunx Device Filesystem" -SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v1.3.10.tar.gz" -HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/" - -src_unpack() { - unpack ${A} - cp ${FILESDIR}/devfsd.h ${S} -} - -src_compile() { - - cd ${S} - try make - -} - -src_install () { - - into / - dosbin devfsd - into /usr - doman devfsd.8 - insinto /etc - doins devfsd.conf modules.devfs - exeinto /etc/rc.d/init.d - doexe ${FILESDIR}/devfsd - -} -pkg_postinst () { - rc-update add devfsd -} - diff --git a/sys-apps/devfsd/files/digest-devfsd-1.3.10 b/sys-apps/devfsd/files/digest-devfsd-1.3.10 deleted file mode 100644 index 5777a069d6f8..000000000000 --- a/sys-apps/devfsd/files/digest-devfsd-1.3.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e82cf69ae4ef7a32161a98bb4a67c21 devfsd-v1.3.10.tar.gz diff --git a/sys-apps/diffutils/diffutils-2.7-r1.ebuild b/sys-apps/diffutils/diffutils-2.7-r1.ebuild deleted file mode 100644 index 946cfb53171c..000000000000 --- a/sys-apps/diffutils/diffutils-2.7-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7-r1.ebuild,v 1.6 2001/01/31 20:49:06 achim Exp $ - -P=diffutils-2.7 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Tools to make diffs and compare files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/diffutils/${A} - ftp://ftp.gnu.org/gnu/diffutils/${A}" - -HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try pmake - makeinfo --html --force diff.texi -} - -src_install() { - into /usr - doinfo *.info* - dobin cmp diff diff3 sdiff - dodoc COPYING ChangeLog NEWS README - docinto html - dodoc *.html -} - - diff --git a/sys-apps/diffutils/diffutils-2.7-r2.ebuild b/sys-apps/diffutils/diffutils-2.7-r2.ebuild deleted file mode 100644 index e12ef33493cb..000000000000 --- a/sys-apps/diffutils/diffutils-2.7-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Tools to make diffs and compare files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/diffutils/${A} - ftp://ftp.gnu.org/gnu/diffutils/${A}" - -HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr - try pmake - -} - -src_install() { - - doinfo *.info* - dobin cmp diff diff3 sdiff - - dodoc COPYING ChangeLog NEWS README -} - - diff --git a/sys-apps/diffutils/files/digest-diffutils-2.7-r1 b/sys-apps/diffutils/files/digest-diffutils-2.7-r1 deleted file mode 100644 index d4b1dc7fc3ff..000000000000 --- a/sys-apps/diffutils/files/digest-diffutils-2.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 300d86a0566afee1c3756828f6c9538a diffutils-2.7.tar.gz diff --git a/sys-apps/diffutils/files/digest-diffutils-2.7-r2 b/sys-apps/diffutils/files/digest-diffutils-2.7-r2 deleted file mode 100644 index d4b1dc7fc3ff..000000000000 --- a/sys-apps/diffutils/files/digest-diffutils-2.7-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 300d86a0566afee1c3756828f6c9538a diffutils-2.7.tar.gz diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.19-r1.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.19-r1.ebuild deleted file mode 100644 index 3e48476b9785..000000000000 --- a/sys-apps/e2fsprogs/e2fsprogs-1.19-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.19-r1.ebuild,v 1.3 2001/04/06 15:35:21 achim Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Standard ext2 filesystem utilities" -SRC_URI="ftp://download.sourceforge.net/pub/sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext ) - sys-apps/texinfo" -RDEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-po-Makefile.in.in-gentoo.diff -} - -src_compile() { - - local myconf - if [ "`use nls`" ] - then - myconf="--enable-nls" - else - myconf="--disable-nls" - fi - try ./configure --host=${CHOST} --prefix=/usr \ - --mandir=/usr/share/man --infodir=/usr/share/info \ - --enable-elf-shlibs ${myconf} - - # Parallel make sometimes fails - try make - -} - -src_install() { - - local myopts - if [ "$DEBUG" ] - then - myopts="STRIP=\"echo\"" - fi - - myopts="${myopts} mandir=/usr/share/man infodir=/usr/share/info" - - try make DESTDIR=${D} ${myopts} install - try make DESTDIR=${D} ${myopts} install-libs - - if [ "`use nls`" ] - then - cd po - try make DESTDIR=${D} install - fi - dodoc COPYING ChangeLog README RELEASE-NOTES SHLIBS - docinto e2fsck - dodoc e2fsck/ChangeLog e2fsck/CHANGES - for i in e2p et ext2fs ss uuid - do - docinto lib/${i} - dodoc lib/${i}/ChangeLog - done - docinto misc - dodoc misc/ChangeLog - docinto resize - dodoc resize/ChangeLog - docinto util - dodoc util/ChangeLog - -} - - - diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild deleted file mode 100644 index b25c30ca3d29..000000000000 --- a/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild,v 1.6 2001/01/31 20:49:06 achim Exp $ - -P=e2fsprogs-1.19 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard ext2 filesystem utilities" -SRC_URI="ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-1.19.tar.gz" -HOMEPAGE="http://e2fsprogs.sourceforge.net/" - -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try ./configure --host=${CHOST} --enable-elf-shlibs --enable-nls - # do not use pmake recursive - try make - #$MAKEOPTS - -} - -src_install() { - into /usr - local myopts - if [ "$DEBUG" ] - then - myopts="STRIP=\"echo\"" - fi - try make DESTDIR=${D} ${myopts} install - try make DESTDIR=${D} ${myopts} install-libs - dodoc COPYING ChangeLog README RELEASE-NOTES SHLIBS - docinto e2fsck - dodoc e2fsck/ChangeLog e2fsck/CHANGES - for i in e2p et ext2fs ss uuid - do - docinto lib/${i} - dodoc lib/${i}/ChangeLog - done - docinto misc - dodoc misc/ChangeLog - docinto resize - dodoc resize/ChangeLog - docinto util - dodoc util/ChangeLog - -} - - - diff --git a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.19 b/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.19 deleted file mode 100644 index 74b5ba0f7cba..000000000000 --- a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.19 +++ /dev/null @@ -1 +0,0 @@ -MD5 670dafc419fca17bfb92c9c467904b19 e2fsprogs-1.19.tar.gz diff --git a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.19-r1 b/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.19-r1 deleted file mode 100644 index 74b5ba0f7cba..000000000000 --- a/sys-apps/e2fsprogs/files/digest-e2fsprogs-1.19-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 670dafc419fca17bfb92c9c467904b19 e2fsprogs-1.19.tar.gz diff --git a/sys-apps/ed/ed-0.2.ebuild b/sys-apps/ed/ed-0.2.ebuild deleted file mode 100644 index 9c41abd5c2a8..000000000000 --- a/sys-apps/ed/ed-0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/ebuild -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2.ebuild,v 1.7 2001/01/31 20:49:06 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Your basic line editor" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ed/${A} - ftp://ftp.gnu.org/pub/gnu/ed/${A}" -HOMEPAGE="http://www.gnu.org/software/ed/" -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/ --host=${CHOST} - try pmake -} - -src_install() { - - try make prefix=${D}/ mandir=${D}/usr/man/man1 infodir=${D}/usr/info \ - install - dodoc COPYING ChangeLog NEWS POSIX README THANKS TODO - -} - - diff --git a/sys-apps/ed/files/digest-ed-0.2 b/sys-apps/ed/files/digest-ed-0.2 deleted file mode 100644 index b5231566a2a0..000000000000 --- a/sys-apps/ed/files/digest-ed-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ddd57463774cae9b50e70cd51221281b ed-0.2.tar.gz diff --git a/sys-apps/file/file-3.33-r1.ebuild b/sys-apps/file/file-3.33-r1.ebuild deleted file mode 100644 index ebc49518c2dc..000000000000 --- a/sys-apps/file/file-3.33-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33-r1.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Program to identify a file's format by scanning binary data for patters" -#unfortunately, this ftp site doesn't support passive ftp -#maybe we can find an alternative for those behind firewalls, or mirror -#on cvs.gentoo.org -SRC_URI="ftp://ftp.astron.com/pub/file/${A}" - -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr --datadir=/usr/share/misc --host=${CHOST} - try pmake -} - -src_install() { - - dobin file - doman file.1 magic.4 - insinto /usr/share/misc - doins magic magic.mime - dodoc LEGAL.NOTICE MAINT README -} - - - diff --git a/sys-apps/file/file-3.33.ebuild b/sys-apps/file/file-3.33.ebuild deleted file mode 100644 index f2540b84dfaa..000000000000 --- a/sys-apps/file/file-3.33.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Program to identify a file's format by scanning binary data for patters" -#unfortunately, this ftp site doesn't support passive ftp -#maybe we can find an alternative for those behind firewalls, or mirror -#on cvs.gentoo.org -SRC_URI="ftp://ftp.astron.com/pub/file/${A}" - -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --prefix=/usr --datadir=/etc --host=${CHOST} - try pmake -} - -src_install() { - into /usr - dobin file - doman file.1 magic.4 - insinto /etc - doins magic magic.mime - dodoc LEGAL.NOTICE MAINT README -} - - - diff --git a/sys-apps/file/files/digest-file-3.33 b/sys-apps/file/files/digest-file-3.33 deleted file mode 100644 index 9a0e1f33e262..000000000000 --- a/sys-apps/file/files/digest-file-3.33 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b8e32ed3a79774bd92f0052fa07ca04 file-3.33.tar.gz diff --git a/sys-apps/file/files/digest-file-3.33-r1 b/sys-apps/file/files/digest-file-3.33-r1 deleted file mode 100644 index 9a0e1f33e262..000000000000 --- a/sys-apps/file/files/digest-file-3.33-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b8e32ed3a79774bd92f0052fa07ca04 file-3.33.tar.gz diff --git a/sys-apps/fileutils/files/digest-fileutils-4.0.33 b/sys-apps/fileutils/files/digest-fileutils-4.0.33 deleted file mode 100644 index 47c24eef9ef3..000000000000 --- a/sys-apps/fileutils/files/digest-fileutils-4.0.33 +++ /dev/null @@ -1 +0,0 @@ -MD5 76076369cef8a091a21e18dffe770a04 fileutils-4.0.33.tar.gz diff --git a/sys-apps/fileutils/files/digest-fileutils-4.0.36 b/sys-apps/fileutils/files/digest-fileutils-4.0.36 deleted file mode 100644 index 44878ba266d7..000000000000 --- a/sys-apps/fileutils/files/digest-fileutils-4.0.36 +++ /dev/null @@ -1 +0,0 @@ -MD5 c603c20eedd5b964b1b429efe8103159 fileutils-4.0.36.tar.gz diff --git a/sys-apps/fileutils/files/digest-fileutils-4.0.36-r1 b/sys-apps/fileutils/files/digest-fileutils-4.0.36-r1 deleted file mode 100644 index 44878ba266d7..000000000000 --- a/sys-apps/fileutils/files/digest-fileutils-4.0.36-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c603c20eedd5b964b1b429efe8103159 fileutils-4.0.36.tar.gz diff --git a/sys-apps/fileutils/files/digest-fileutils-4.0.36-r2 b/sys-apps/fileutils/files/digest-fileutils-4.0.36-r2 deleted file mode 100644 index 44878ba266d7..000000000000 --- a/sys-apps/fileutils/files/digest-fileutils-4.0.36-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c603c20eedd5b964b1b429efe8103159 fileutils-4.0.36.tar.gz diff --git a/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild b/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild deleted file mode 100644 index bb29966fcd71..000000000000 --- a/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" -HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" - -DEPEND="virtual/glibc" - -src_compile() { - #we are waiting for GNU fileutils 4.0.30 which will become standard in Gentoo 1.0 - #until then, we wait. - try ./configure --prefix=/usr - try make ${MAKEOPTS} -} - -src_install() { - dodoc COPYING NEWS README* THANKS TODO ChangeLog ChangeLog-1997 AUTHORS - make prefix=${D}/usr install - cd ${D} - dodir bin - mv usr/bin/* bin - cd usr/bin - ln -s ../../bin/* . - rm -rf usr/lib -} - diff --git a/sys-apps/fileutils/fileutils-4.0.36-r2.ebuild b/sys-apps/fileutils/fileutils-4.0.36-r2.ebuild deleted file mode 100644 index efcb064a6980..000000000000 --- a/sys-apps/fileutils/fileutils-4.0.36-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.36-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" -HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" - -DEPEND="virtual/glibc - >=sys-devel/gettext-0.10.35-r2" - -RDEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --bindir=/bin - try make ${MAKEOPTS} -} - -src_install() { - - make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info bindir=${D}/bin install - - cd ${D} - dodir /usr/bin - rm -rf usr/lib - cd usr/bin - ln -s ../../bin/* . - - - cd ${S} - dodoc COPYING NEWS README* THANKS TODO ChangeLog ChangeLog-1997 AUTHORS - -} - diff --git a/sys-apps/fileutils/fileutils-4.0.36.ebuild b/sys-apps/fileutils/fileutils-4.0.36.ebuild deleted file mode 100644 index c6c53760b4cd..000000000000 --- a/sys-apps/fileutils/fileutils-4.0.36.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.36.ebuild,v 1.3 2001/01/18 20:17:56 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" -HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - #we are waiting for GNU fileutils 4.0.30 which will become standard in Gentoo 1.0 - #until then, we wait. - try ./configure --prefix=/usr - try make ${MAKEOPTS} -} - -src_install() { - dodoc COPYING NEWS README* THANKS TODO ChangeLog ChangeLog-1997 AUTHORS - make prefix=${D}/usr install - cd ${D} - mv usr/bin . - rm -rf usr/lib -} - diff --git a/sys-apps/findutils/files/digest-findutils-4.1-r1 b/sys-apps/findutils/files/digest-findutils-4.1-r1 deleted file mode 100644 index d959da1b7872..000000000000 --- a/sys-apps/findutils/files/digest-findutils-4.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ea8fe58ef5386da75f6c707713aa059 findutils-4.1.tar.gz diff --git a/sys-apps/findutils/files/digest-findutils-4.1-r3 b/sys-apps/findutils/files/digest-findutils-4.1-r3 deleted file mode 100644 index d959da1b7872..000000000000 --- a/sys-apps/findutils/files/digest-findutils-4.1-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ea8fe58ef5386da75f6c707713aa059 findutils-4.1.tar.gz diff --git a/sys-apps/findutils/files/digest-findutils-4.1-r4 b/sys-apps/findutils/files/digest-findutils-4.1-r4 deleted file mode 100644 index d959da1b7872..000000000000 --- a/sys-apps/findutils/files/digest-findutils-4.1-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ea8fe58ef5386da75f6c707713aa059 findutils-4.1.tar.gz diff --git a/sys-apps/findutils/findutils-4.1-r2.ebuild b/sys-apps/findutils/findutils-4.1-r2.ebuild deleted file mode 100644 index ccf44934d411..000000000000 --- a/sys-apps/findutils/findutils-4.1-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r2.ebuild,v 1.1 2000/12/05 23:53:29 drobbins Exp $ - -P=findutils-4.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU utilities to find files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/findutils/${A} - ftp://prep.ai.mit.edu/gnu/findutils/${A}" -HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" - -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - # do not use pmake recursive - try make LOCATE_DB=/var/state/locatedb \ - libexecdir=/usr/libexec/find $MAKEOPTS -} - -src_unpack() { - unpack ${A} - einfo "Applying Patch..." - #using sed to apply minor patches to files - cd ${S}/find - mv fstype.c fstype.c.orig - sed -e "33d" -e "34d" fstype.c.orig > fstype.c - mv parser.c parser.c.orig - sed -e "55d" parser.c.orig > parser.c - mv pred.c pred.c.orig - sed -e '29i\' -e '#define FNM_CASEFOLD (1<<4)' pred.c.orig > pred.c - cd ${S}/lib - mv nextelem.c nextelem.c.orig - sed -e "35d" nextelem.c.orig > nextelem.c - cd ${S}/xargs - mv xargs.c xargs.c.orig - sed -e "63d" -e "64d" xargs.c.orig > xargs.c -} - -src_install() { - cd ${S} - try make prefix=${D}/usr libexecdir=${D}/usr/libexec/find \ - LOCATE_DB=${D}/var/state/locatedb install - dosed "s:TMPDIR=/usr/tmp:TMPDIR=/tmp:" usr/bin/updatedb - dodoc COPYING NEWS README TODO ChangeLog - rm -fr ${D}/usr/var -} - diff --git a/sys-apps/findutils/findutils-4.1-r3.ebuild b/sys-apps/findutils/findutils-4.1-r3.ebuild deleted file mode 100644 index 3630cec10f56..000000000000 --- a/sys-apps/findutils/findutils-4.1-r3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r3.ebuild,v 1.3 2001/02/27 12:11:44 achim Exp $ - -P=findutils-4.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU utilities to find files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/findutils/${A} - ftp://prep.ai.mit.edu/gnu/findutils/${A}" -HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" - -DEPEND="virtual/glibc" -RDEPEND="virtual/glibc" - - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - # do not use pmake recursive - try make LOCATE_DB=/var/lib/locatedb \ - libexecdir=/usr/lib/find $MAKEOPTS -} - -src_unpack() { - unpack ${A} - einfo "Applying Patch..." - #using sed to apply minor patches to files - cd ${S}/find - mv fstype.c fstype.c.orig - sed -e "33d" -e "34d" fstype.c.orig > fstype.c - mv parser.c parser.c.orig - sed -e "55d" parser.c.orig > parser.c - mv pred.c pred.c.orig - sed -e '29i\' -e '#define FNM_CASEFOLD (1<<4)' pred.c.orig > pred.c - cd ${S}/lib - mv nextelem.c nextelem.c.orig - sed -e "35d" nextelem.c.orig > nextelem.c - cd ${S}/xargs - mv xargs.c xargs.c.orig - sed -e "63d" -e "64d" xargs.c.orig > xargs.c -} - -src_install() { - cd ${S} - try make prefix=${D}/usr libexecdir=${D}/usr/lib/find \ - LOCATE_DB=${D}/var/lib/locatedb install - dosed "s:TMPDIR=/usr/tmp:TMPDIR=/tmp:" usr/bin/updatedb - dodoc COPYING NEWS README TODO ChangeLog - rm -fr ${D}/usr/var -} - diff --git a/sys-apps/findutils/findutils-4.1-r4.ebuild b/sys-apps/findutils/findutils-4.1-r4.ebuild deleted file mode 100644 index 3285f57e76db..000000000000 --- a/sys-apps/findutils/findutils-4.1-r4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r4.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU utilities to find files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/findutils/${A} - ftp://prep.ai.mit.edu/gnu/findutils/${A}" -HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - echo "Applying Patch..." - #using sed to apply minor patches to files - cd ${S} - - cd find - cp fstype.c fstype.c.orig - sed -e "33d" -e "34d" fstype.c.orig > fstype.c - cp parser.c parser.c.orig - sed -e "55d" parser.c.orig > parser.c - cp pred.c pred.c.orig - sed -e '29i\' -e '#define FNM_CASEFOLD (1<<4)' pred.c.orig > pred.c - cd ${S}/lib - cp nextelem.c nextelem.c.orig - sed -e "35d" nextelem.c.orig > nextelem.c - cd ${S}/xargs - cp xargs.c xargs.c.orig - sed -e "63d" -e "64d" xargs.c.orig > xargs.c -} - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr - - # do not use pmake recursive - try make LOCATE_DB=/var/lib/misc/locatedb \ - libexecdir=/usr/lib/find $MAKEOPTS -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info libexecdir=${D}/usr/lib/find \ - LOCATE_DB=${D}/var/lib/misc/locatedb install - dosed "s:TMPDIR=/usr/tmp:TMPDIR=/tmp:" usr/bin/updatedb - - rm -fr ${D}/usr/var - dodoc COPYING NEWS README TODO ChangeLog - -} - diff --git a/sys-apps/gawk/files/digest-gawk-3.0.6 b/sys-apps/gawk/files/digest-gawk-3.0.6 deleted file mode 100644 index 55f7d10d4a37..000000000000 --- a/sys-apps/gawk/files/digest-gawk-3.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5ba21c033f5a9737455458d94954609 gawk-3.0.6.tar.gz diff --git a/sys-apps/gawk/files/digest-gawk-3.0.6-r1 b/sys-apps/gawk/files/digest-gawk-3.0.6-r1 deleted file mode 100644 index 55f7d10d4a37..000000000000 --- a/sys-apps/gawk/files/digest-gawk-3.0.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5ba21c033f5a9737455458d94954609 gawk-3.0.6.tar.gz diff --git a/sys-apps/gawk/files/digest-gawk-3.0.6-r2 b/sys-apps/gawk/files/digest-gawk-3.0.6-r2 deleted file mode 100644 index 55f7d10d4a37..000000000000 --- a/sys-apps/gawk/files/digest-gawk-3.0.6-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5ba21c033f5a9737455458d94954609 gawk-3.0.6.tar.gz diff --git a/sys-apps/gawk/gawk-3.0.6-r1.ebuild b/sys-apps/gawk/gawk-3.0.6-r1.ebuild deleted file mode 100644 index 5c0916defadf..000000000000 --- a/sys-apps/gawk/gawk-3.0.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.0.6-r1.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $ - -P=gawk-3.0.6 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU awk pattern-matching language" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gawk/${A} - ftp://prep.ai.mit.edu/gnu/gawk/${A}" -HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --prefix=/usr --libexecdir=/usr/lib/awk --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr libexecdir=${D}/usr/lib/awk install -# rm -rf ${S}/usr/lib - dodoc ChangeLog ACKNOWLEDGMENT COPYING FUTURES - dodoc LIMITATIONS NEWS PROBLEMS README - docinto README_d - dodoc README_d/* - docinto atari - dodoc atari/ChangeLog atari/README.1st - docinto awklib - dodoc awklib/ChangeLog - docinto pc - dodoc pc/ChangeLog - docinto posix - dodoc posix/ChangeLog - -} - - - diff --git a/sys-apps/gawk/gawk-3.0.6-r2.ebuild b/sys-apps/gawk/gawk-3.0.6-r2.ebuild deleted file mode 100644 index 664493c10728..000000000000 --- a/sys-apps/gawk/gawk-3.0.6-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.0.6-r2.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU awk pattern-matching language" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gawk/${A} - ftp://prep.ai.mit.edu/gnu/gawk/${A}" -HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr --libexecdir=/usr/lib/awk --mandir=/usr/share/man --infodir=/usr/share/info --host=${CHOST} - try make ${MAKEOPTS} - -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man/man1 infodir=${D}/usr/share/info libexecdir=${D}/usr/lib/awk install - dosym gawk.1.gz /usr/share/man/man1/awk.1.gz - dodoc ChangeLog ACKNOWLEDGMENT COPYING FUTURES - dodoc LIMITATIONS NEWS PROBLEMS README - docinto README_d - dodoc README_d/* - docinto atari - dodoc atari/ChangeLog atari/README.1st - docinto awklib - dodoc awklib/ChangeLog - docinto pc - dodoc pc/ChangeLog - docinto posix - dodoc posix/ChangeLog - -} - - - diff --git a/sys-apps/gawk/gawk-3.0.6.ebuild b/sys-apps/gawk/gawk-3.0.6.ebuild deleted file mode 100644 index 9bd2cc44ecca..000000000000 --- a/sys-apps/gawk/gawk-3.0.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.0.6.ebuild,v 1.4 2000/11/30 23:14:33 achim Exp $ - -P=gawk-3.0.6 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU awk pattern-matching language" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gawk/${A} - ftp://prep.ai.mit.edu/gnu/gawk/${A}" -HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - rm -rf ${S}/usr/lib - dodoc ChangeLog ACKNOWLEDGMENT COPYING FUTURES - dodoc LIMITATIONS NEWS PROBLEMS README - docinto README_d - dodoc README_d/* - docinto atari - dodoc atari/ChangeLog atari/README.1st - docinto awklib - dodoc awklib/ChangeLog - docinto pc - dodoc pc/ChangeLog - docinto posix - dodoc posix/ChangeLog - -} - - - diff --git a/sys-apps/gluelog/gluelog-1.0-r1.ebuild b/sys-apps/gluelog/gluelog-1.0-r1.ebuild deleted file mode 100644 index 04c1b5d91052..000000000000 --- a/sys-apps/gluelog/gluelog-1.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r1.ebuild,v 1.3 2001/01/13 20:07:52 achim Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Pipe and socket fittings for the system and kernel logs" -SRC_URI="" - -src_compile() { - mkdir ${S} - cd ${FILESDIR} - gcc ${CFLAGS} gluelog.c -o ${S}/gluelog - gcc ${CFLAGS} glueklog.c -o ${S}/glueklog -} - -src_unpack() { - echo -} - -src_install() { - dodir /usr/sbin - dosbin ${S}/gluelog ${S}/glueklog - exeopts -m0750 -g wheel - dodir /var/log - local x - for x in syslog klog - do - exeinto /var/lib/supervise/services/${x} - newexe ${FILESDIR}/${x}-run run - install -d -m0750 -o daemon -g wheel ${D}/var/log/${x}.d - exeinto /etc/rc.d/init.d - doexe ${FILESDIR}/svc-${x} - done -} - diff --git a/sys-apps/grep/files/digest-grep-2.4.2-r1 b/sys-apps/grep/files/digest-grep-2.4.2-r1 deleted file mode 100644 index 10f2f727a071..000000000000 --- a/sys-apps/grep/files/digest-grep-2.4.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ec9a2e875cd3aaa89896a8f39249f58 grep-2.4.2.tar.gz diff --git a/sys-apps/grep/files/digest-grep-2.4.2-r2 b/sys-apps/grep/files/digest-grep-2.4.2-r2 deleted file mode 100644 index 10f2f727a071..000000000000 --- a/sys-apps/grep/files/digest-grep-2.4.2-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ec9a2e875cd3aaa89896a8f39249f58 grep-2.4.2.tar.gz diff --git a/sys-apps/grep/grep-2.4.2-r1.ebuild b/sys-apps/grep/grep-2.4.2-r1.ebuild deleted file mode 100644 index d19e67be39ef..000000000000 --- a/sys-apps/grep/grep-2.4.2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r1.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $ - -P=grep-2.4.2 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU regular expression matcher" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/grep/${A} - ftp://prep.ai.mit.edu/gnu/grep/${A}" -HOMEPAGE="http://www.gnu.org/software/grep/grep.html" -DEPEND="virtual/glibc" -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO -} - - - diff --git a/sys-apps/grep/grep-2.4.2-r2.ebuild b/sys-apps/grep/grep-2.4.2-r2.ebuild deleted file mode 100644 index d07ef91970c1..000000000000 --- a/sys-apps/grep/grep-2.4.2-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU regular expression matcher" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/grep/${A} - ftp://prep.ai.mit.edu/gnu/grep/${A}" -HOMEPAGE="http://www.gnu.org/software/grep/grep.html" - -DEPEND="virtual/glibc - >=sys-devel/gettext-0.10.35-r2" - -RDEPEND="virtual/glibc" - -src_compile() { - try ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info install - - dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO - -} - - - diff --git a/sys-apps/groff/files/digest-groff-1.16.1 b/sys-apps/groff/files/digest-groff-1.16.1 deleted file mode 100644 index a63bf91c1ed9..000000000000 --- a/sys-apps/groff/files/digest-groff-1.16.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f5dfb985bd890fd6dcd95b138935a9ad groff-1.16.1.tar.gz diff --git a/sys-apps/groff/groff-1.16.1.ebuild b/sys-apps/groff/groff-1.16.1.ebuild deleted file mode 100644 index efa25f27d313..000000000000 --- a/sys-apps/groff/groff-1.16.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $ - -P=groff-1.16.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Text formatter used for man pages" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${A} - ftp://prep.ai.mit.edu/gnu/groff/${A}" -HOMEPAGE="http://www.gnu.org/software/groff/groff.html" - -DEPEND="virtual/glibc - >=sys-devel/gcc-2.95.2" - -RDEPEND="$DEPEND - sys-devel/perl - sys-apps/bash" - - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - cd ${S}/tmac -# mv Makefile.sub Makefile.sub.orig -# sed -e "s/all: stamp-strip stamp-wrap/all: stamp-strip/" Makefile.sub.orig > Makefile.sub - #fixed some things with the build process using good 'ol sed - cd ${S} - # pmake does not work ! - try make -} - -src_install() { - into /usr - dodoc NEWS PROBLEMS PROJECTS README TODO VERSION \ - BUG-REPORT COPYING ChangeLog FDL MORE.STUFF \ - REVISION - try make prefix=${D}/usr install - -} - - diff --git a/sys-apps/grub/files/digest-grub-0.5.96.1-r1 b/sys-apps/grub/files/digest-grub-0.5.96.1-r1 deleted file mode 100644 index 1c025eb54f63..000000000000 --- a/sys-apps/grub/files/digest-grub-0.5.96.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c078fa58deaf7ea3bdf3135b3b4e975 grub-0.5.96.1.tar.gz diff --git a/sys-apps/grub/grub-0.5.96.1-r1.ebuild b/sys-apps/grub/grub-0.5.96.1-r1.ebuild deleted file mode 100644 index 7db99b5ee924..000000000000 --- a/sys-apps/grub/grub-0.5.96.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.5.96.1-r1.ebuild,v 1.2 2000/11/30 23:14:33 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU GRUB boot loader" -SRC_URI="ftp://alpha.gnu.org/gnu/grub/${A}" -HOMEPAGE="http://www.gnu.org/software/grub" -DEPEND=">=sys-libs/gpm-1.19.3" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - cd ${S} - dodir /boot/boot/grub - cd ${D}/usr/share/grub/i386-pc - cp stage1 stage2 *stage1_5 ${D}/boot/boot/grub - dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO -} - - - diff --git a/sys-apps/gzip/files/digest-gzip-1.2.4a-r1 b/sys-apps/gzip/files/digest-gzip-1.2.4a-r1 deleted file mode 100644 index 60ae475bc42e..000000000000 --- a/sys-apps/gzip/files/digest-gzip-1.2.4a-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 39053e044b18ecd0627f80fbe7cfeaad gzip-1.2.4a.tar.gz diff --git a/sys-apps/gzip/files/digest-gzip-1.2.4a-r2 b/sys-apps/gzip/files/digest-gzip-1.2.4a-r2 deleted file mode 100644 index 60ae475bc42e..000000000000 --- a/sys-apps/gzip/files/digest-gzip-1.2.4a-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 39053e044b18ecd0627f80fbe7cfeaad gzip-1.2.4a.tar.gz diff --git a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild b/sys-apps/gzip/gzip-1.2.4a-r1.ebuild deleted file mode 100644 index 1a7df3b1fd26..000000000000 --- a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r1.ebuild,v 1.8 2001/01/31 20:49:07 achim Exp $ - -P=gzip-1.2.4a -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard GNU compressor" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gzip/${A} - ftp://prep.ai.mit.edu/gnu/gzip/${A}" -HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" -DEPEND="virtual/glibc" -RDEPEND="virtual/glibc - sys-apps/bash" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/ - try pmake -} - -src_install() { - dodir /usr/bin - try make prefix=${D}/usr exec_prefix=${D}/ install - cd ${D}/bin - for i in gzexe zforce zgrep zmore znew zcmp - do - cp ${i} ${i}.orig - sed -e "1d" -e "s:${D}::" ${i}.orig > ${i} - rm ${i}.orig - chmod 755 ${i} - done - cd ${D}/usr/man/man1 - - for i in gzexe gzip zcat zcmp zdiff zforce \ - zgrep zmore znew - do - rm ${i}.1 - ln -s gunzip.1.gz ${i}.1.gz - done - cd ${S} - rm -rf ${D}/usr/lib - dodoc ChangeLog COPYING NEWS README THANKS TODO - docinto txt - dodoc algorithm.doc gzip.doc -} - - - - diff --git a/sys-apps/gzip/gzip-1.2.4a-r2.ebuild b/sys-apps/gzip/gzip-1.2.4a-r2.ebuild deleted file mode 100644 index 1269271f6f87..000000000000 --- a/sys-apps/gzip/gzip-1.2.4a-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard GNU compressor" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gzip/${A} - ftp://prep.ai.mit.edu/gnu/gzip/${A}" -HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" - -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/ \ - --mandir=/usr/share/man --infodir=/usr/share/info - try pmake -} - -src_install() { - - dodir /usr/bin /usr/share/man/man1 - try make prefix=${D}/usr exec_prefix=${D}/ mandir=${D}/usr/share/man/man1 infodir=${D}/usr/share/info install - - cd ${D}/bin - for i in gzexe zforce zgrep zmore znew zcmp - do - cp ${i} ${i}.orig - sed -e "1d" -e "s:${D}::" ${i}.orig > ${i} - rm ${i}.orig - chmod 755 ${i} - done - - cd ${D}/usr/share/man/man1 - - for i in gzexe gzip zcat zcmp zdiff zforce \ - zgrep zmore znew - do - rm ${i}.1 - ln -s gunzip.1.gz ${i}.1.gz - done - - cd ${S} - rm -rf ${D}/usr/man ${D}/usr/lib - - dodoc ChangeLog COPYING NEWS README THANKS TODO - docinto txt - dodoc algorithm.doc gzip.doc -} - - - - diff --git a/sys-apps/hdparm/files/digest-hdparm-3.9-r2 b/sys-apps/hdparm/files/digest-hdparm-3.9-r2 deleted file mode 100644 index 5234b2f133f6..000000000000 --- a/sys-apps/hdparm/files/digest-hdparm-3.9-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0acf444f8d2fff2cb83cf080e1115e1 hdparm-3.9.tar.gz diff --git a/sys-apps/hdparm/hdparm-3.9-r2.ebuild b/sys-apps/hdparm/hdparm-3.9-r2.ebuild deleted file mode 100644 index 7f680b13b64f..000000000000 --- a/sys-apps/hdparm/hdparm-3.9-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-3.9-r2.ebuild,v 1.3 2000/12/01 21:58:45 achim Exp $ - -P=hdparm-3.9 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Utility to change hard drive performance parameters" -SRC_URI="http://metalab.unc.edu/pub/Linux/system/hardware/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try pmake all -} - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" -e "s:-s::" \ - Makefile.orig > Makefile - mv hdparm.c hdparm.orig - sed -e "s:#include <string\.h>::" hdparm.orig > hdparm.c -} - -src_install() { - into /usr - dosbin hdparm - doman hdparm.8 - dodoc hdparm-*.lsm Changelog -} - - diff --git a/sys-apps/ipchains/files/digest-ipchains-1.3.10 b/sys-apps/ipchains/files/digest-ipchains-1.3.10 deleted file mode 100644 index f06ae7de40fd..000000000000 --- a/sys-apps/ipchains/files/digest-ipchains-1.3.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 44b6df672a6e7bce8902dc67aef6b12a ipchains-1.3.10.tar.gz diff --git a/sys-apps/ipchains/ipchains-1.3.10.ebuild b/sys-apps/ipchains/ipchains-1.3.10.ebuild deleted file mode 100644 index a55bc9fd4648..000000000000 --- a/sys-apps/ipchains/ipchains-1.3.10.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipchains/ipchains-1.3.10.ebuild,v 1.2 2000/11/30 23:14:33 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="2.2 kernel equivalent of ipfwadm" -SRC_URI="http://netfilter.kernelnotes.org/ipchains/${A}" -HOMEPAGE="http://netfilter.filewatcher.org/ipchains/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try make clean - try make ${MAKEOPTS} all -} - -src_unpack() { - - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/= -g -O/= ${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/libipfwc - mv Makefile Makefile.orig - sed -e "s/= -g -O/= ${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - into / - dosbin ipchains - doman ipfw.4 ipchains.8 - dodoc COPYING README - docinto ps - dodoc ipchains-quickref.ps -} - - diff --git a/sys-apps/iproute2/files/digest-iproute2-2.2.4 b/sys-apps/iproute2/files/digest-iproute2-2.2.4 deleted file mode 100644 index 4bb3a63d1bcb..000000000000 --- a/sys-apps/iproute2/files/digest-iproute2-2.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 70ef05a56f32f73a1ef67ef40d35c37e iproute2-2.2.4-now-ss001007.tar.gz diff --git a/sys-apps/iproute2/files/digest-iproute2-2.2.4-r1 b/sys-apps/iproute2/files/digest-iproute2-2.2.4-r1 deleted file mode 100644 index 4bb3a63d1bcb..000000000000 --- a/sys-apps/iproute2/files/digest-iproute2-2.2.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 70ef05a56f32f73a1ef67ef40d35c37e iproute2-2.2.4-now-ss001007.tar.gz diff --git a/sys-apps/iptables/files/digest-iptables-1.1.2 b/sys-apps/iptables/files/digest-iptables-1.1.2 deleted file mode 100644 index e4eea023d1b4..000000000000 --- a/sys-apps/iptables/files/digest-iptables-1.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c98763fae835bba08284559e0125dfa iptables-1.1.2.tar.bz2 diff --git a/sys-apps/iptables/files/digest-iptables-1.2 b/sys-apps/iptables/files/digest-iptables-1.2 deleted file mode 100644 index 9b1cfcc198d4..000000000000 --- a/sys-apps/iptables/files/digest-iptables-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a6ae3a22b4e402e251150a37f3400ca iptables-1.2.tar.bz2 diff --git a/sys-apps/iptables/files/digest-iptables-1.2-r1 b/sys-apps/iptables/files/digest-iptables-1.2-r1 deleted file mode 100644 index 9b1cfcc198d4..000000000000 --- a/sys-apps/iptables/files/digest-iptables-1.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a6ae3a22b4e402e251150a37f3400ca iptables-1.2.tar.bz2 diff --git a/sys-apps/isapnptools/files/digest-isapnptools-1.23 b/sys-apps/isapnptools/files/digest-isapnptools-1.23 deleted file mode 100644 index 9c4e0abccabf..000000000000 --- a/sys-apps/isapnptools/files/digest-isapnptools-1.23 +++ /dev/null @@ -1 +0,0 @@ -MD5 6e365c7c7dabda6e4ef64b0630bdb28e isapnptools-1.23.tgz diff --git a/sys-apps/isapnptools/isapnptools-1.23.ebuild b/sys-apps/isapnptools/isapnptools-1.23.ebuild deleted file mode 100644 index b7f5314cda24..000000000000 --- a/sys-apps/isapnptools/isapnptools-1.23.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/isapnptools/isapnptools-1.23.ebuild,v 1.3 2000/11/30 23:14:33 achim Exp $ - -P=isapnptools-1.23 -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="Tools for configuring ISA PnP devices" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/hardware/${A}" -HOMEPAGE="http://www.roestock.demon.co.uk/isapnptools/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_unpack() { - unpack ${A} - cd ${S}/src - cp pnpdump_main.c pnpdump_main.c.orig - sed -e "s/^static FILE\* o_file.*//" \ - -e "s/o_file/stdout/g" \ - -e "s/stdout_name/o_file_name/g" pnpdump_main.c.orig > pnpdump_main.c -# cp Makefile Makefile.orig -# sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile - -} - -src_install() { - cd ${S} - dodir /usr/man/man5 - dodir /usr/man/man8 - try make DESTDIR=${D} install - dodoc AUTHORS ChangeLog COPYING README NEWS - docinto txt - # Small fix - dodoc doc/README* doc/*.txt test/*.txt - dodoc etc/isapnp.* -} - diff --git a/sys-apps/less/files/digest-less-358-r1 b/sys-apps/less/files/digest-less-358-r1 deleted file mode 100644 index 01ad0a7d8e5e..000000000000 --- a/sys-apps/less/files/digest-less-358-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 692a94060a50dd35a4d65176cb899444 less-358.tar.gz diff --git a/sys-apps/less/less-358-r1.ebuild b/sys-apps/less/less-358-r1.ebuild deleted file mode 100644 index 12d084e95967..000000000000 --- a/sys-apps/less/less-358-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-358-r1.ebuild,v 1.6 2000/11/30 23:14:33 achim Exp $ - -P=less-358 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Excellent text file viewer" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/less/${A} - ftp://ftp.gnu.org/pub/gnu/less/${A}" -HOMEPAGE="http://www.gnu.org/software/less/less.html" - -DEPEND=">=sys-libs/gpm-1.19.3" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try pmake -} - -src_install() { - cd ${S} - into /usr - dobin less lessecho lesskey - cp lesskey.nro lesskey.1 - cp less.nro less.1 - doman *.1 - dodoc COPYING NEWS README LICENSE -} - - - diff --git a/sys-apps/lilo/files/digest-lilo-21.6 b/sys-apps/lilo/files/digest-lilo-21.6 deleted file mode 100644 index 755082b10d13..000000000000 --- a/sys-apps/lilo/files/digest-lilo-21.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 796a43b6dfd488e36fcbd84719f8ba16 lilo-21.6.tar.gz diff --git a/sys-apps/lilo/files/digest-lilo-21.6-r1 b/sys-apps/lilo/files/digest-lilo-21.6-r1 deleted file mode 100644 index 755082b10d13..000000000000 --- a/sys-apps/lilo/files/digest-lilo-21.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 796a43b6dfd488e36fcbd84719f8ba16 lilo-21.6.tar.gz diff --git a/sys-apps/lilo/lilo-21.6-r1.ebuild b/sys-apps/lilo/lilo-21.6-r1.ebuild deleted file mode 100644 index 66a668abc3ae..000000000000 --- a/sys-apps/lilo/lilo-21.6-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-21.6-r1.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard Linux boot loader" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/"${A} - -DEPEND="virtual/glibc - >=sys-devel/bin86-0.15.4-r1" - -RDEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s:-g:${CFLAGS}:" \ - Makefile.orig > Makefile - -} - -src_compile() { - - try pmake -} - -src_install() { - - into / - dosbin lilo - into /usr - dosbin keytab-lilo.pl - dodir /boot - insinto /boot - doins boot-text.b boot-menu.b chain.b os2_d.b - doman manPages/*.[5-8] - dodoc CHANGES COPYING INCOMPAT QuickInst README* -} - -pkg_preinst() { - - . ${ROOT}/etc/rc.d/config/functions - - if [ ! -L $ROOT/boot/boot.b -a -f $ROOT/boot/boot.b ] - then - einfo "Saving old boot.b..." - mv $ROOT/boot/boot.b $ROOT/boot/boot.old; - fi - - if [ ! -L $ROOT/boot/chain.b -a -f $ROOT/boot/chain.b ] - then - einfo "Saving old chain.b..." - mv $ROOT/boot/chain.b $ROOT/boot/chain.old; - fi - - if [ ! -L $ROOT/boot/os2_d.b -a -f $ROOT/boot/os2_d.b ] - then - einfo "Saving old os2_d.b..." - mv $ROOT/boot/os2_d.b $ROOT/boot/os2_d.old; - fi -} - -pkg_postinst() { - - . ${ROOT}/etc/rc.d/config/functions - - einfo "Activating boot-menu..." - ln -sf boot-menu.b $ROOT/boot/boot.b; - -} - - diff --git a/sys-apps/lilo/lilo-21.6.ebuild b/sys-apps/lilo/lilo-21.6.ebuild deleted file mode 100644 index 85be0e904f49..000000000000 --- a/sys-apps/lilo/lilo-21.6.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-21.6.ebuild,v 1.3 2000/11/30 23:14:33 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard Linux boot loader" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/"${A} -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-devel/perl-5.6" - -src_compile() { - try pmake -} - -src_install() { - into / - dosbin lilo - into /usr - dosbin keytab-lilo.pl - dodir /boot - insinto /boot - doins boot-text.b boot-menu.b chain.b os2_d.b - doman manPages/*.[5-8] - dodoc CHANGES COPYING INCOMPAT QuickInst README* -} - -pkg_preinst() { - - . ${ROOT}/etc/rc.d/config/functions - - if [ ! -L $ROOT/boot/boot.b -a -f $ROOT/boot/boot.b ] - then - einfo "Saving old boot.b..." - mv $ROOT/boot/boot.b $ROOT/boot/boot.old; - fi - - if [ ! -L $ROOT/boot/chain.b -a -f $ROOT/boot/chain.b ] - then - einfo "Saving old chain.b..." - mv $ROOT/boot/chain.b $ROOT/boot/chain.old; - fi - - if [ ! -L $ROOT/boot/os2_d.b -a -f $ROOT/boot/os2_d.b ] - then - einfo "Saving old os2_d.b..." - mv $ROOT/boot/os2_d.b $ROOT/boot/os2_d.old; - fi -} - -pkg_postinst() { - - . ${ROOT}/etc/rc.d/config/functions - - einfo "Activating boot-menu..." - ln -sf boot-menu.b $ROOT/boot/boot.b; - -} - - diff --git a/sys-apps/man-pages/files/digest-man-pages-1.31 b/sys-apps/man-pages/files/digest-man-pages-1.31 deleted file mode 100644 index b0dd48a859be..000000000000 --- a/sys-apps/man-pages/files/digest-man-pages-1.31 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3536efbc1d5c5ab38de66771eab723c3 man-pages-1.31.tar.gz -MD5 17135e48a2813766e2db94ccb7339168 netman-20000610.tgz diff --git a/sys-apps/man-pages/man-pages-1.31.ebuild b/sys-apps/man-pages/man-pages-1.31.ebuild deleted file mode 100644 index d896e03a1664..000000000000 --- a/sys-apps/man-pages/man-pages-1.31.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-1.31.ebuild,v 1.3 2000/12/13 11:37:56 achim Exp $ - -P=man-pages-1.31 -A="${P}.tar.gz netman-20000610.tgz" -S=${WORKDIR}/${P} -DESCRIPTION="A somewhat comprehensive collection of Linux man pages" - -SRC_URI="ftp://ftp.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz - ftp://ftp.de.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz - ftp://ftp.uk.kernel.org/pub/linux/docs/manpages/man-pages-1.31.tar.gz - ftp://ftp.suse.com/pub/people/ak/netman/netman-20000610.tgz" - -DEPEND="" - -src_compile() { - echo -} - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} - unpack netman-20000610.tgz - tar xzf ${O}/files/man2.tar.gz - for x in 2 3 7 - do - mv netman/*.$x man$x - done -} - -src_install() { - for x in 1 2 3 4 5 6 7 8 - do - doman man$x/*.[1-9] - done - dodoc man-pages-1.31.Announce README - docinto netman - dodoc netman/FIXME netman/README -} - - - - - - - - diff --git a/sys-apps/man/files/digest-man-1.5.1h-r1 b/sys-apps/man/files/digest-man-1.5.1h-r1 deleted file mode 100644 index dee8b0af1b3c..000000000000 --- a/sys-apps/man/files/digest-man-1.5.1h-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a5399facb73a2fd17680e7db9809c282 man-1.5h1.tar.gz diff --git a/sys-apps/man/man-1.5.1h-r1.ebuild b/sys-apps/man/man-1.5.1h-r1.ebuild deleted file mode 100644 index f6c33613bdc1..000000000000 --- a/sys-apps/man/man-1.5.1h-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5.1h-r1.ebuild,v 1.5 2000/11/30 23:14:33 achim Exp $ - -P=man-1.5h1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard commands to read man pages" -SRC_URI="ftp://ftp.win.tue.nl/pub/linux-local/utils/man/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try ./configure +sgid +fsstnd +lang all - for FOOF in src man2html - do - try pmake ${FOOF}/Makefile MANCONFIG=/etc/man.conf - cd ${S}/${FOOF} - cp Makefile Makefile.orig - sed -e "s/gcc -O/gcc ${CFLAGS}/" Makefile.orig > Makefile - cd ${S} - done - try make -} - -src_unpacks() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e 's!/bin:/usr/bin:/usr/ucb:/usr/local/bin:$PATH!/bin /usr/bin /usr/ucb /usr/local/bin $PATH!' configure.orig > configure -} - -src_install() { - cd ${S}/src - into /usr - dodir /usr/bin - exeopts -s -m 2555 -o root -g man - exeinto /usr/bin - doexe man - #chmod +x apropos whatis try makewhatis - dobin apropos whatis - dosbin try makewhatis - insinto /etc - doins man.conf - cd ${S}/man2html - dobin man2html - doman man2html.1 - dodir /usr/man - cd ${S}/man - cp Makefile Makefile.orig - echo "BINROOTDIR=${D}" > Makefile - cat Makefile.orig >> Makefile - try make installsubdirs - cd ${S} - dodoc COPYING LSM README* TODO - -} - - diff --git a/sys-apps/modutils/files/digest-modutils-2.3.22 b/sys-apps/modutils/files/digest-modutils-2.3.22 deleted file mode 100644 index 7a83af253d3b..000000000000 --- a/sys-apps/modutils/files/digest-modutils-2.3.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 e52df20711457cfe7ee102385d309572 modutils-2.3.22.tar.bz2 diff --git a/sys-apps/modutils/files/digest-modutils-2.3.24 b/sys-apps/modutils/files/digest-modutils-2.3.24 deleted file mode 100644 index 4c4830f69ab2..000000000000 --- a/sys-apps/modutils/files/digest-modutils-2.3.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 983a06ea18e91c0f11e1f120567db3f7 modutils-2.3.24.tar.bz2 diff --git a/sys-apps/modutils/files/digest-modutils-2.4.0 b/sys-apps/modutils/files/digest-modutils-2.4.0 deleted file mode 100644 index 438ecc42719a..000000000000 --- a/sys-apps/modutils/files/digest-modutils-2.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 42c8a105e8cb9beaaaafe68137d5c69d modutils-2.4.0.tar.bz2 diff --git a/sys-apps/modutils/modutils-2.3.22.ebuild b/sys-apps/modutils/modutils-2.3.22.ebuild deleted file mode 100644 index 500ce0976269..000000000000 --- a/sys-apps/modutils/modutils-2.3.22.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.22.ebuild,v 1.1 2000/12/12 22:03:01 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="Standard kernel module utilities" -SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.3/${A} - ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try ./configure --prefix=/ --host=${CHOST} --disable-strip - try make ${MAKEOPTS} -} - -src_install() { - cd ${S} - dodir /sbin - dodir /usr/man/man1 - dodir /usr/man/man8 - dodir /usr/man/man5 - dodir /usr/man/man2 - try make prefix=${D} mandir=${D}/usr/man install - dodoc COPYING CREDITS ChangeLog NEWS README TODO -} - - - - diff --git a/sys-apps/modutils/modutils-2.3.24.ebuild b/sys-apps/modutils/modutils-2.3.24.ebuild deleted file mode 100644 index 8fa0b306d990..000000000000 --- a/sys-apps/modutils/modutils-2.3.24.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.24.ebuild,v 1.1 2001/01/02 03:54:39 drobbins Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="Standard kernel module utilities" -SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.3/${A} - ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try ./configure --prefix=/ --host=${CHOST} --disable-strip - try make ${MAKEOPTS} -} - -src_install() { - cd ${S} - dodir /sbin - dodir /usr/man/man1 - dodir /usr/man/man8 - dodir /usr/man/man5 - dodir /usr/man/man2 - try make prefix=${D} mandir=${D}/usr/man install - dodoc COPYING CREDITS ChangeLog NEWS README TODO -} - - - - diff --git a/sys-apps/modutils/modutils-2.4.0.ebuild b/sys-apps/modutils/modutils-2.4.0.ebuild deleted file mode 100644 index 23b45b7dbe58..000000000000 --- a/sys-apps/modutils/modutils-2.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.0.ebuild,v 1.1 2001/01/08 10:19:41 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="Standard kernel module utilities" -SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try ./configure --prefix=/ --host=${CHOST} --disable-strip - try make ${MAKEOPTS} -} - -src_install() { - cd ${S} - dodir /sbin - dodir /usr/man/man1 - dodir /usr/man/man8 - dodir /usr/man/man5 - dodir /usr/man/man2 - try make prefix=${D} mandir=${D}/usr/man install - dodoc COPYING CREDITS ChangeLog NEWS README TODO -} - - - - diff --git a/sys-apps/most/files/digest-most-4.9.0-r1 b/sys-apps/most/files/digest-most-4.9.0-r1 deleted file mode 100644 index 6572157e20c5..000000000000 --- a/sys-apps/most/files/digest-most-4.9.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2b80cda82f022100282e06918606c85 most-4.9.0.tar.gz diff --git a/sys-apps/most/most-4.9.0-r1.ebuild b/sys-apps/most/most-4.9.0-r1.ebuild deleted file mode 100644 index f09166085bdb..000000000000 --- a/sys-apps/most/most-4.9.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r1.ebuild,v 1.6 2000/11/30 23:14:34 achim Exp $ - -P=most-4.9.0 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="An extremely excellent text file reader" -SRC_URI="ftp://space.mit.edu/pub/davis/most/${A}" - -DEPEND=">=sys-libs/slang-1.4.2" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - #*possible* (not definite) pmake problems, let's not risk it. - # do not use pmake recursive - try make ${MAKEOPTS} -} - -src_install() { - into /usr - dobin src/objs/most - doman most.1 - dodoc COPYING COPYRIGHT README changes.txt - docinto txt - dodoc default.rc lesskeys.rc most-fun.txt -} - - diff --git a/sys-apps/net-tools/files/digest-net-tools-1.57-r1 b/sys-apps/net-tools/files/digest-net-tools-1.57-r1 deleted file mode 100644 index 2d1ef7578391..000000000000 --- a/sys-apps/net-tools/files/digest-net-tools-1.57-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5323c275b70e29ed13ea9db086f0c74c net-tools-1.57.tar.bz2 diff --git a/sys-apps/net-tools/files/digest-net-tools-1.57-r2 b/sys-apps/net-tools/files/digest-net-tools-1.57-r2 deleted file mode 100644 index 2d1ef7578391..000000000000 --- a/sys-apps/net-tools/files/digest-net-tools-1.57-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5323c275b70e29ed13ea9db086f0c74c net-tools-1.57.tar.bz2 diff --git a/sys-apps/net-tools/net-tools-1.57-r1.ebuild b/sys-apps/net-tools/net-tools-1.57-r1.ebuild deleted file mode 100644 index 7da73b294973..000000000000 --- a/sys-apps/net-tools/net-tools-1.57-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.57-r1.ebuild,v 1.9 2001/02/03 20:10:31 achim Exp $ - -P=net-tools-1.57 -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="standard Linux network tools" -SRC_URI="http://www.tazenda.demon.co.uk/phil/net-tools/${A}" -DEPEND="virtual/glibc - sys-devel/gettext" - -src_compile() { - try make ${MAKEOPTS} - cd po - try make ${MAKEOPTS} - -} - -src_unpack() { - unpack ${A} - cd ${S} - cp ${O}/files/config.h . - cp ${O}/files/config.make . - mv Makefile Makefile.orig - sed -e "s/-O2 -Wall -g/${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - try make BASEDIR=${D} install - mv ${D}/bin/* ${D}/sbin - for i in hostname domainname netstat dnsdomainname ypdomainname nisdomainname - do - mv ${D}/sbin/${i} ${D}/bin - done - dodoc COPYING README README.ipv6 TODO -} - - - diff --git a/sys-apps/net-tools/net-tools-1.57-r2.ebuild b/sys-apps/net-tools/net-tools-1.57-r2.ebuild deleted file mode 100644 index 8bde93b17bbf..000000000000 --- a/sys-apps/net-tools/net-tools-1.57-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.57-r2.ebuild,v 1.2 2001/02/07 18:22:18 achim Exp $ - -P=net-tools-1.57 -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="standard Linux network tools" -SRC_URI="http://www.tazenda.demon.co.uk/phil/net-tools/${A}" - -DEPEND="virtual/glibc - sys-devel/gettext" -RDEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S} - cp ${FILESDIR}/config.h . - cp ${FILESDIR}/config.make . - cp Makefile Makefile.orig - sed -e "s/-O2 -Wall -g/${CFLAGS}/" Makefile.orig > Makefile - cd man - cp Makefile Makefile.orig - sed -e "s:/usr/man:/usr/share/man:" Makefile.orig > Makefile - -} - -src_compile() { - - try make ${MAKEOPTS} - cd po - try make ${MAKEOPTS} - -} - -src_install() { - - try make BASEDIR=${D} install - mv ${D}/bin/* ${D}/sbin - for i in hostname domainname netstat dnsdomainname ypdomainname nisdomainname - do - mv ${D}/sbin/${i} ${D}/bin - done - - dodoc COPYING README README.ipv6 TODO -} - - - diff --git a/sys-apps/netkit-base/files/digest-netkit-base-0.17-r1 b/sys-apps/netkit-base/files/digest-netkit-base-0.17-r1 deleted file mode 100644 index 8f379421bf7a..000000000000 --- a/sys-apps/netkit-base/files/digest-netkit-base-0.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1f0193358e92559ec0f598b09ccbc0ec netkit-base-0.17.tar.gz diff --git a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild deleted file mode 100644 index d181cefc55e6..000000000000 --- a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild,v 1.6 2001/02/03 20:10:31 achim Exp $ - -P=netkit-base-0.17 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard linux net thingees -- inetd, ping" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure - mv MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG - - try make ${MAKEOPTS} -} - - -src_install() { - into / - dobin ping/ping - into /usr - dosbin inetd/inetd - doman inetd/inetd.8 inetd/daemon.3 ping/ping.8 - dodoc BUGS ChangeLog README - docinto samples - dodoc etc.sample/* -} - - - diff --git a/sys-apps/procps/files/digest-procps-2.0.6 b/sys-apps/procps/files/digest-procps-2.0.6 deleted file mode 100644 index 765fe621dd40..000000000000 --- a/sys-apps/procps/files/digest-procps-2.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e6e156f0791b0e209d05aaf7204a219 procps-2.0.6.tar.gz diff --git a/sys-apps/procps/files/digest-procps-2.0.7-r1 b/sys-apps/procps/files/digest-procps-2.0.7-r1 deleted file mode 100644 index 47a95728f6a2..000000000000 --- a/sys-apps/procps/files/digest-procps-2.0.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd8d68a9fd0c3f37365f924e75009c8a procps-2.0.7.tar.gz diff --git a/sys-apps/procps/files/digest-procps-2.0.7-r2 b/sys-apps/procps/files/digest-procps-2.0.7-r2 deleted file mode 100644 index 47a95728f6a2..000000000000 --- a/sys-apps/procps/files/digest-procps-2.0.7-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd8d68a9fd0c3f37365f924e75009c8a procps-2.0.7.tar.gz diff --git a/sys-apps/procps/procps-2.0.6.ebuild b/sys-apps/procps/procps-2.0.6.ebuild deleted file mode 100644 index 60d5076b4109..000000000000 --- a/sys-apps/procps/procps-2.0.6.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.6.ebuild,v 1.1 2001/02/19 17:43:15 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard informational utilities and process-handling tools" -SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}" -DEPEND=">=sys-libs/ncurses-5.2-r2 - sys-libs/getext" -DEPEND=">=sys-libs/ncurses-5.2-r2" - -src_unpack() { - - unpack ${A} - - cd ${S} - patch -p0 < ${FILESDIR}/${P}.dif - - mv Makefile Makefile.orig - sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \ - -e "s:--strip::" Makefile.orig > Makefile - - cd ${S}/ps - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile - - cd ${S}/proc - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile - -} - -src_compile() { - try make ${MAKEOPTS} -} - -src_install() { - - dodir /usr/bin - dodir /sbin - dodir /usr/X11R6/bin - dodir /usr/share/man/man{1,5,8} - dodir /lib - dodir /bin - try make DESTDIR=${D} MANDIR=/usr/share/man install - - preplib / - dodoc BUGS COPYING COPYING.LIB NEWS TODO - docinto proc - dodoc proc/COPYING - docinto ps - dodoc ps/COPYING ps/HACKING -} - - - diff --git a/sys-apps/procps/procps-2.0.7-r1.ebuild b/sys-apps/procps/procps-2.0.7-r1.ebuild deleted file mode 100644 index 32c240deae20..000000000000 --- a/sys-apps/procps/procps-2.0.7-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r1.ebuild,v 1.5 2000/12/08 17:21:49 achim Exp $ - -P=procps-2.0.7 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard informational utilities and process-handling tools" -SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}" -DEPEND=">=sys-libs/gpm-1.13.9" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try make ${MAKEOPTS} -} - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \ - -e "s:--strip::" Makefile.orig > Makefile - mv watch.c watch.c.orig - sed -e "s/<ncurses.h>/<NEW>/" -e "s/<signal.h>/<ncurses.h>/" -e "s/<NEW>/<signal.h>/" watch.c.orig >watch.c - cd ${S}/ps - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile - cd ${S}/proc - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile -} - -src_install() { - into /usr - dodir /usr/bin - dodir /sbin - dodir /usr/X11R6/bin - dodir /usr/man/man1 - dodir /usr/man/man8 - dodir /usr/man/man5 - dodir /lib - dodir /bin - try make DESTDIR=${D} install - preplib / - dodoc BUGS COPYING COPYING.LIB NEWS TODO - docinto proc - dodoc proc/COPYING - docinto ps - dodoc ps/COPYING ps/HACKING -} - - - diff --git a/sys-apps/procps/procps-2.0.7-r2.ebuild b/sys-apps/procps/procps-2.0.7-r2.ebuild deleted file mode 100644 index 3c07e38b6b1b..000000000000 --- a/sys-apps/procps/procps-2.0.7-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r2.ebuild,v 1.2 2001/02/07 20:42:54 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard informational utilities and process-handling tools" -SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}" -DEPEND=">=sys-libs/ncurses-5.2-r2 - sys-libs/getext" -DEPEND=">=sys-libs/ncurses-5.2-r2" - -src_unpack() { - - unpack ${A} - - cd ${S} - - mv Makefile Makefile.orig - sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \ - -e "s:--strip::" Makefile.orig > Makefile - - mv watch.c watch.c.orig - sed -e "s/<ncurses.h>/<NEW>/" -e "s/<signal.h>/<ncurses.h>/" -e "s/<NEW>/<signal.h>/" watch.c.orig >watch.c - - cd ${S}/ps - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile - - cd ${S}/proc - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile - -} - -src_compile() { - try make ${MAKEOPTS} -} - -src_install() { - - dodir /usr/bin - dodir /sbin - dodir /usr/X11R6/bin - dodir /usr/share/man/man{1,5,8} - dodir /lib - dodir /bin - try make DESTDIR=${D} MANDIR=/usr/share/man install - - preplib / - dodoc BUGS COPYING COPYING.LIB NEWS TODO - docinto proc - dodoc proc/COPYING - docinto ps - dodoc ps/COPYING ps/HACKING -} - - - diff --git a/sys-apps/psmisc/files/digest-psmisc-19-r1 b/sys-apps/psmisc/files/digest-psmisc-19-r1 deleted file mode 100644 index f5049b5a2da9..000000000000 --- a/sys-apps/psmisc/files/digest-psmisc-19-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1d56ac6c32b657fdf8f780084b095932 psmisc-19.tar.gz diff --git a/sys-apps/psmisc/psmisc-19-r1.ebuild b/sys-apps/psmisc/psmisc-19-r1.ebuild deleted file mode 100644 index 889bbc09ed81..000000000000 --- a/sys-apps/psmisc/psmisc-19-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-19-r1.ebuild,v 1.4 2000/11/30 23:14:34 achim Exp $ - -#from Debian ;) - -P=psmisc-19 -A=${P}.tar.gz -S=${WORKDIR}/psmisc -DESCRIPTION="Handy process-related utilities from Debian" -SRC_URI="ftp://lrcftp.epfl.ch/pub/linux/local/psmisc/"${A} -DEPEND=">=sys-libs/gpm-1.19.3" - -src_compile() { - try pmake -} - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s/-ltermcap/-lncurses/g" -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - into / - dobin fuser - into /usr - dobin killall pstree - dosym killall /usr/bin/pidof - doman *.1 - dodoc CHANGES COPYING README VERSION psmisc-19.lsm -} - - diff --git a/sys-apps/raidtools/files/digest-raidtools-0.90-r1 b/sys-apps/raidtools/files/digest-raidtools-0.90-r1 deleted file mode 100644 index 9403b1ecfd52..000000000000 --- a/sys-apps/raidtools/files/digest-raidtools-0.90-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c6fd4456671a1ed8d3ff71a48b6e1d9c raidtools-dangerous-0.90-20000116.tar.gz diff --git a/sys-apps/raidtools/raidtools-0.90-r1.ebuild b/sys-apps/raidtools/raidtools-0.90-r1.ebuild deleted file mode 100644 index 8f15f315aefd..000000000000 --- a/sys-apps/raidtools/raidtools-0.90-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidtools/raidtools-0.90-r1.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $ - -P=raidtools-0.90-1 -A=raidtools-dangerous-0.90-20000116.tar.gz -S=${WORKDIR}/raidtools-0.90 -DESCRIPTION="Linux RAID 0/1/4/5 utilities" -SRC_URI="http://people.redhat.com/mingo/raid-patches/"${A} -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure - cp Makefile Makefile.orig - sed -e "s/-O2//" -e "s/-g//" Makefile.orig > Makefile - try pmake -} - -src_install() { - into / - dosbin mkraid raidstart mkpv - for x in raidstop raidhotadd raidhotremove raidsetfaulty - do - dosym raidstart /sbin/${x} - done - dosym mkraid /sbin/raid0run - doman *.8 *.5 - dodoc COPYING README - docinto txt - dodoc Software-RAID.HOWTO/Software-RAID.HOWTO.txt - docinto html - dodoc Software-RAID.HOWTO/Software-RAID.HOWTO.html - docinto sgml - dodoc Software-RAID.HOWTO/Software-RAID.HOWTO.sgml - - docinto config - dodoc *.sample - - dodir /dev - for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 - do - mknod -m 0600 ${D}/dev/md$i b 9 $i - done - -} - diff --git a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25 b/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25 deleted file mode 100644 index 7c3e08791fb4..000000000000 --- a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25 +++ /dev/null @@ -1 +0,0 @@ -MD5 155721ba311a1967acb093b8c9b46ba1 reiserfs-utils-3.6.25.tar.gz diff --git a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r1 b/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r1 deleted file mode 100644 index d61bfde7772a..000000000000 --- a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 155721ba311a1967acb093b8c9b46ba1 reiserfs-utils-3.6.25.tar.gz -MD5 7f74cacb37eb2351a09fbdc0657fd7fc reiserfsprogs-3.x.0a.tar.gz diff --git a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r2 b/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r2 deleted file mode 100644 index d61bfde7772a..000000000000 --- a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 155721ba311a1967acb093b8c9b46ba1 reiserfs-utils-3.6.25.tar.gz -MD5 7f74cacb37eb2351a09fbdc0657fd7fc reiserfsprogs-3.x.0a.tar.gz diff --git a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r3 b/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r3 deleted file mode 100644 index 203183cf09bc..000000000000 --- a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 155721ba311a1967acb093b8c9b46ba1 reiserfs-utils-3.6.25.tar.gz -MD5 b7713712caff3a9e04050c0f237d8cab reiserfsprogs-3.x.0d.tar.gz diff --git a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r4 b/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r4 deleted file mode 100644 index 8efd220cf2bc..000000000000 --- a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 155721ba311a1967acb093b8c9b46ba1 reiserfs-utils-3.6.25.tar.gz -MD5 20fc402694ba796b587fe5d14f6ca365 reiserfsprogs-3.x.0f.tar.gz diff --git a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r5 b/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r5 deleted file mode 100644 index 76ec362bf324..000000000000 --- a/sys-apps/reiserfs-utils/files/digest-reiserfs-utils-3.6.25-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 48e4c6c7ea0b7a4199e9c3310bbf19ce reiserfsprogs-3.x.0j.tar.gz diff --git a/sys-apps/reiserfs-utils/reiserfs-utils-3.6.25.ebuild b/sys-apps/reiserfs-utils/reiserfs-utils-3.6.25.ebuild deleted file mode 100644 index bdb8331f7811..000000000000 --- a/sys-apps/reiserfs-utils/reiserfs-utils-3.6.25.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/reiserfs-utils/reiserfs-utils-3.6.25.ebuild,v 1.1 2001/01/19 00:59:12 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Reiserfs Utilities" -SRC_URI="ftp://ftp.namesys.com/pub/reiserfsprogs/${A}" -HOMEPAGE="http://" - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - - cd ${S} - try make - -} - -src_install () { - - cd ${S} - dodir /sbin - dodir /usr/man/man8 - try make SBIN=${D}sbin MANDIR=${D}usr/man/man8 install - dodoc README - - -} - diff --git a/sys-apps/sed/files/digest-sed-3.02.80 b/sys-apps/sed/files/digest-sed-3.02.80 deleted file mode 100644 index c2922128b256..000000000000 --- a/sys-apps/sed/files/digest-sed-3.02.80 +++ /dev/null @@ -1 +0,0 @@ -MD5 3bf4f42bc0a5f9345a7586a73be3df79 sed-3.02.80.tar.gz diff --git a/sys-apps/sed/files/digest-sed-3.02.80-r1 b/sys-apps/sed/files/digest-sed-3.02.80-r1 deleted file mode 100644 index c2922128b256..000000000000 --- a/sys-apps/sed/files/digest-sed-3.02.80-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3bf4f42bc0a5f9345a7586a73be3df79 sed-3.02.80.tar.gz diff --git a/sys-apps/sed/sed-3.02.80-r1.ebuild b/sys-apps/sed/sed-3.02.80-r1.ebuild deleted file mode 100644 index ed0374679f4c..000000000000 --- a/sys-apps/sed/sed-3.02.80-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80-r1.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Super-useful stream editor" -SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}" - -DEPEND="virtual/glibc - >=sys-devel/gettext-0.10.35-r2" - -RDEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - - doinfo doc/sed.info - doman doc/sed.1 - - into / - dobin sed/sed - dodir /usr/bin - dosym /bin/sed /usr/bin/sed - - dodoc COPYING NEWS README* THANKS TODO AUTHORS BUGS ANNOUNCE -} - diff --git a/sys-apps/sed/sed-3.02.80.ebuild b/sys-apps/sed/sed-3.02.80.ebuild deleted file mode 100644 index 5b8281ddef4b..000000000000 --- a/sys-apps/sed/sed-3.02.80.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Super-useful stream editor" -SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}" -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - into /usr - doinfo doc/sed.info - doman doc/sed.1 - into / - dobin sed/sed - dodir /usr/bin - dosym /bin/sed /usr/bin/sed - dodoc COPYING NEWS README* THANKS TODO AUTHORS BUGS ANNOUNCE -} - diff --git a/sys-apps/setserial/files/digest-setserial-2.17-r1 b/sys-apps/setserial/files/digest-setserial-2.17-r1 deleted file mode 100644 index 302a3bdbd781..000000000000 --- a/sys-apps/setserial/files/digest-setserial-2.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c4867d72c41564318e0107745eb7a0f2 setserial-2.17.tar.gz diff --git a/sys-apps/setserial/setserial-2.17-r1.ebuild b/sys-apps/setserial/setserial-2.17-r1.ebuild deleted file mode 100644 index cd5974f82ed7..000000000000 --- a/sys-apps/setserial/setserial-2.17-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/setserial/setserial-2.17-r1.ebuild,v 1.7 2000/12/24 09:55:16 achim Exp $ - -P=setserial-2.17 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Configure your serial ports with it" -SRC_URI="ftp://tsx-11.mit.edu/pub/linux/sources/sbin/${A} - ftp://ftp.sunsite.org.uk/Mirrors/tsx-11.mit.edu/pub/linux/sources/sbin/${A}" -DEPEND="sys-apps/groff - >=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure - try pmake -} - -src_install() { - into / - dobin setserial - into /usr - doman setserial.8 - dodoc README - docinto txt - dodoc Documentation/* - insinto /etc - doins serial.conf -} - - diff --git a/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r1 b/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r1 deleted file mode 100644 index bc4f2b097953..000000000000 --- a/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 82087d6cc313189c312a0cf8ef875a2c sh-utils-2.0j.tar.gz diff --git a/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r2 b/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r2 deleted file mode 100644 index bc4f2b097953..000000000000 --- a/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 82087d6cc313189c312a0cf8ef875a2c sh-utils-2.0j.tar.gz diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild deleted file mode 100644 index 26a5a04cd271..000000000000 --- a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ - -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.9 2001/01/31 20:49:07 achim Exp $ - -P=sh-utils-2.0j -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Your standard GNU shell utilities" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" -DEPEND="virtual/glibc" -RDEPEND="virtual/glibc - sys-apps/bash" - -src_unpack() { - unpack ${A} - cd ${S}/src - cp sys2.h sys2.h.orig - sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h -} - -src_compile() { - export CFLAGS="${CFLAGS}" - try ./configure --host=${CHOST} --build=${CHOST} --prefix=/usr \ - --without-included-regex - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - rm -rf ${D}/usr/lib - dodir /bin - cd ${D}/usr/bin - # We must use hostname from net-base - rm hostname - mv date echo false pwd stty su true uname ${D}/bin - dodoc AUTHORS COPYING ChangeLog ChangeLog.0 \ - NEWS README THANKS TODO -} - - - diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r2.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r2.ebuild deleted file mode 100644 index 91711e7d9a52..000000000000 --- a/sys-apps/sh-utils/sh-utils-2.0j-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ - -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r2.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Your standard GNU shell utilities" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" - -DEPEND="virtual/glibc - >=sys-devel/gettext-0.10.35-r2" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S}/src - cp sys2.h sys2.h.orig - sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h -} - -src_compile() { - - try CFLAGS=\"${CFLAGS}\" ./configure --host=${CHOST} --build=${CHOST} \ - --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \ - --without-included-regex - try make ${MAKEOPTS} -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info install - rm -rf ${D}/usr/lib - dodir /bin - cd ${D}/usr/bin - # We must use hostname from net-base - rm hostname - mv date echo false pwd stty su true uname ${D}/bin - - cd ${S} - dodoc AUTHORS COPYING ChangeLog ChangeLog.0 \ - NEWS README THANKS TODO -} - - - diff --git a/sys-apps/shadow/files/digest-shadow-20000902-r1 b/sys-apps/shadow/files/digest-shadow-20000902-r1 deleted file mode 100644 index d3297a795ea5..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20000902-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 23898244ab8d1358008ed68a26f9fe43 shadow-20000902.tar.gz diff --git a/sys-apps/shadow/files/digest-shadow-20001016 b/sys-apps/shadow/files/digest-shadow-20001016 deleted file mode 100644 index fd82258cf572..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20001016 +++ /dev/null @@ -1 +0,0 @@ -MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz diff --git a/sys-apps/shadow/files/digest-shadow-20001016-r1 b/sys-apps/shadow/files/digest-shadow-20001016-r1 deleted file mode 100644 index fd82258cf572..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20001016-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz diff --git a/sys-apps/shadow/files/digest-shadow-20001016-r2 b/sys-apps/shadow/files/digest-shadow-20001016-r2 deleted file mode 100644 index fd82258cf572..000000000000 --- a/sys-apps/shadow/files/digest-shadow-20001016-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz diff --git a/sys-apps/shadow/shadow-20000902-r1.ebuild b/sys-apps/shadow/shadow-20000902-r1.ebuild deleted file mode 100644 index 9b86b3de8a41..000000000000 --- a/sys-apps/shadow/shadow-20000902-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20000902-r1.ebuild,v 1.2 2000/12/12 19:15:34 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Utilities to deal with user accounts" -SRC_URI="http://www1.itnet.pl/amelektr/linux/shadow/${A} - ftp://piast.t19.ds.pwr.wroc.pl/pub/linux/shadow/${A}" -DEPEND=">=sys-libs/pam-0.72" - -src_compile() { - try ./configure --disable-desrpc --with-libcrypt \ - --with-libcrack --with-libpam --disable-shared --host=${CHOST} - # Parallel make fails sometimes - try make LDFLAGS=\"\" -} - -src_install() { - cd ${S} - try make install prefix=${D}/usr exec_prefix=${D} - mv ${D}/lib ${D}/usr - dosed "s:/lib:/usr/lib:" /usr/lib/libshadow.la - cd ${D}/usr/sbin - ln -s useradd ${D}/usr/sbin/adduser - dodir /etc - cp ${O}/files/login.defs ${D}/etc - - dodir /etc/default - cp ${O}/files/useradd ${D}/etc/default - chmod 0600 ${D}/etc/default/useradd - dodir /etc/skel - cd ${S}/etc - cp shells shells.orig - echo "# /etc/shells: valid login shells" > shells - echo "/bin/sh" >> shells - echo "/bin/bash" >> shells - echo "/bin/tcsh" >> shells - echo "/bin/esh" >> shells - echo "/bin/ksh" >> shells - echo "/bin/zsh" >> shells - echo "/bin/sash" >> shells - insinto /etc - doins limits shells - insopts -m0600 - doins suauth login.access - doins ${S}/debian/securetty - cd ${S}/doc - dodoc ANNOUNCE CHANGES INSTALL LICENSE README WISHLIST - docinto txt - dodoc HOWTO LSM README.* *.txt - -} - - - diff --git a/sys-apps/shadow/shadow-20001016-r1.ebuild b/sys-apps/shadow/shadow-20001016-r1.ebuild deleted file mode 100644 index 34ae5322eda7..000000000000 --- a/sys-apps/shadow/shadow-20001016-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016-r1.ebuild,v 1.1 2001/01/30 22:26:53 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Utilities to deal with user accounts" -SRC_URI="ftp://ftp.pld.org.pl/software/shadow/${A}" - -DEPEND=">=sys-libs/pam-0.72" - -src_unpack() { - unpack ${A} - cd ${S}/src - patch -p0 < ${FILESDIR}/useradd.diff -} - -src_compile() { - try ./configure --disable-desrpc --with-libcrypt \ - --with-libcrack --with-libpam --host=${CHOST} - # Parallel make fails sometimes - try make LDFLAGS=\"\" -} - -src_install() { - cd ${S} - try make install prefix=${D}/usr mandir=${D}/usr/man exec_prefix=${D} - #add "vigr" symbolic link - dosym vipw /usr/sbin/vigr - mv ${D}/lib ${D}/usr - dosed "s:/lib:/usr/lib:" /usr/lib/libshadow.la - cd ${D}/usr/sbin - ln -s useradd ${D}/usr/sbin/adduser - dodir /etc - cp ${O}/files/login.defs ${D}/etc - - dodir /etc/default - cp ${O}/files/useradd ${D}/etc/default - chmod 0600 ${D}/etc/default/useradd - dodir /etc/skel - cd ${S}/etc - cp shells shells.orig - echo "# /etc/shells: valid login shells" > shells - echo "/bin/sh" >> shells - echo "/bin/bash" >> shells - echo "/bin/tcsh" >> shells - echo "/bin/esh" >> shells - echo "/bin/ksh" >> shells - echo "/bin/zsh" >> shells - echo "/bin/sash" >> shells - insinto /etc - doins limits shells - insopts -m0600 - doins suauth login.access - doins ${S}/debian/securetty - cd ${S}/doc - dodoc ANNOUNCE CHANGES INSTALL LICENSE README WISHLIST - docinto txt - dodoc HOWTO LSM README.* *.txt - -} - - - diff --git a/sys-apps/shadow/shadow-20001016-r2.ebuild b/sys-apps/shadow/shadow-20001016-r2.ebuild deleted file mode 100644 index 937ccde09d21..000000000000 --- a/sys-apps/shadow/shadow-20001016-r2.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016-r2.ebuild,v 1.3 2001/04/18 03:06:29 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Utilities to deal with user accounts" -SRC_URI="ftp://ftp.pld.org.pl/software/shadow/${A}" - -DEPEND=">=sys-libs/pam-0.73 - sys-devel/gettext" - -RDEPEND=">=sys-libs/pam-0.73" - -src_unpack() { - - unpack ${A} - cd ${S}/src - patch -p0 < ${FILESDIR}/useradd.diff - -} - -src_compile() { - - try ./configure --disable-desrpc --with-libcrypt \ - --with-libcrack --with-libpam --host=${CHOST} - # Parallel make fails sometimes - try make LDFLAGS=\"\" - -} - -src_install() { - - try make install prefix=${D}/usr mandir=${D}/usr/share/man exec_prefix=${D} - - #add "vigr" symbolic link - dosym vipw /usr/sbin/vigr - - mv ${D}/lib ${D}/usr - dosed "s:/lib:/usr/lib:" /usr/lib/libshadow.la - cd ${D}/usr/sbin - ln -s useradd ${D}/usr/sbin/adduser - - dodir /etc - cp ${FILESDIR}/login.defs ${D}/etc - - dodir /etc/default - cp ${FILESDIR}/useradd ${D}/etc/default - chmod 0600 ${D}/etc/default/useradd - dodir /etc/skel - cd ${S}/etc - cp shells shells.orig - echo "# /etc/shells: valid login shells" > shells - echo "/bin/sh" >> shells - echo "/bin/bash" >> shells - echo "/bin/tcsh" >> shells - echo "/bin/esh" >> shells - echo "/bin/ksh" >> shells - echo "/bin/zsh" >> shells - echo "/bin/sash" >> shells - insinto /etc - doins limits shells - insopts -m0600 - doins suauth login.access - doins ${S}/debian/securetty - - cd ${FILESDIR} - insinto /etc/pam.d - insopts -m0644 - doins shadow - newins shadow groupadd - newins shadow useradd - - cd ${S}/doc - dodoc ANNOUNCE CHANGES INSTALL LICENSE README WISHLIST - docinto txt - dodoc HOWTO LSM README.* *.txt - -} - - - diff --git a/sys-apps/sharutils/files/digest-sharutils-4.2.1-r1 b/sys-apps/sharutils/files/digest-sharutils-4.2.1-r1 deleted file mode 100644 index f5f03b27c116..000000000000 --- a/sys-apps/sharutils/files/digest-sharutils-4.2.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8ba1d409f07edcb335ff72a27bd9828 sharutils-4.2.1.tar.gz diff --git a/sys-apps/sharutils/files/digest-sharutils-4.2.1-r2 b/sys-apps/sharutils/files/digest-sharutils-4.2.1-r2 deleted file mode 100644 index f5f03b27c116..000000000000 --- a/sys-apps/sharutils/files/digest-sharutils-4.2.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8ba1d409f07edcb335ff72a27bd9828 sharutils-4.2.1.tar.gz diff --git a/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild deleted file mode 100644 index bfc3ed3a444e..000000000000 --- a/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild,v 1.5 2000/11/30 23:14:34 achim Exp $ - -P=sharutils-4.2.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Tools to deal with shar archives" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/sharutils/${A} - ftp://prep.ai.mit.edu/gnu/sharutils/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try make ${MAKEOPTS} localedir=/usr/share/locale -} - -src_unpack() { - unpack ${A} - cd ${S}/po - mv nl.po nl.po.orig - sed -e 's/aangemaakt/aangemaakt\\n/' nl.po.orig > nl.po - mv pt.po pt.po.orig - sed -e 's/de %dk/de %dk\\n/' pt.po.orig > pt.po -} - -src_install() { - cd ${S} - try make prefix=${D}/usr localedir=${D}/usr/share/locale install - doman doc/*.[15] - rm -rf ${D}/usr/lib - cd ${S} - dodoc AUTHORS BACKLOG COPYING ChangeLog ChangeLog.OLD \ - NEWS README README.OLD THANKS TODO -} - - diff --git a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild deleted file mode 100644 index 67d749aaed75..000000000000 --- a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $ - -P=sharutils-4.2.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Tools to deal with shar archives" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/sharutils/${A} - ftp://prep.ai.mit.edu/gnu/sharutils/${A}" -DEPEND="virtual/glibc - >=sys-devel/gettext-0.10.35" -RDEPEND="virtual/glibc - sys-apps/bash" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try make ${MAKEOPTS} localedir=/usr/share/locale -} - -src_unpack() { - unpack ${A} - cd ${S}/po - mv nl.po nl.po.orig - sed -e 's/aangemaakt/aangemaakt\\n/' nl.po.orig > nl.po - mv pt.po pt.po.orig - sed -e 's/de %dk/de %dk\\n/' pt.po.orig > pt.po -} - -src_install() { - cd ${S} - try make prefix=${D}/usr localedir=${D}/usr/share/locale install - doman doc/*.[15] - cd ${D}/usr/share/locale - for i in *. - do - rm -rf ${i} - done - rm -rf ${D}/usr/lib - cd ${S} - dodoc AUTHORS BACKLOG COPYING ChangeLog ChangeLog.OLD \ - NEWS README README.OLD THANKS TODO -} - - diff --git a/sys-apps/shtool/files/digest-shtool-1.5.1-r1 b/sys-apps/shtool/files/digest-shtool-1.5.1-r1 deleted file mode 100644 index d4a9449e13e5..000000000000 --- a/sys-apps/shtool/files/digest-shtool-1.5.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f8400d527b7613127db2478299679f6 shtool-1.5.1.tar.gz diff --git a/sys-apps/shtool/shtool-1.5.1-r1.ebuild b/sys-apps/shtool/shtool-1.5.1-r1.ebuild deleted file mode 100644 index b840363d1203..000000000000 --- a/sys-apps/shtool/shtool-1.5.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shtool/shtool-1.5.1-r1.ebuild,v 1.6 2001/02/20 03:42:24 pete Exp $ - -A=shtool-1.5.1.tar.gz -S=${WORKDIR}/shtool-1.5.1 -DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/shtool/${A} - ftp://ftp.gnu.org/gnu/shtool/${A}" -HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" -DEPEND="" -RDEPEND=">=sys-apps/bash-2.04 - >=sys-devel/perl-5.6" - - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try pmake - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - dodoc AUTHORS ChangeLog COPYING README THANKS VERSION -} - diff --git a/sys-apps/star/files/digest-star-1.3_alpha8 b/sys-apps/star/files/digest-star-1.3_alpha8 deleted file mode 100644 index 1e961cb5c5e7..000000000000 --- a/sys-apps/star/files/digest-star-1.3_alpha8 +++ /dev/null @@ -1 +0,0 @@ -MD5 9284110e755eeac4e94a6eb73af41b6c star-1.3a8.tar.gz diff --git a/sys-apps/star/files/digest-star-1.3_alpha8-r1 b/sys-apps/star/files/digest-star-1.3_alpha8-r1 deleted file mode 100644 index 1e961cb5c5e7..000000000000 --- a/sys-apps/star/files/digest-star-1.3_alpha8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9284110e755eeac4e94a6eb73af41b6c star-1.3a8.tar.gz diff --git a/sys-apps/star/star-1.3_alpha8-r1.ebuild b/sys-apps/star/star-1.3_alpha8-r1.ebuild deleted file mode 100644 index e5d359d1bdf9..000000000000 --- a/sys-apps/star/star-1.3_alpha8-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.3_alpha8-r1.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $ - -A=star-1.3a8.tar.gz -S=${WORKDIR}/star-1.3 - -DESCRIPTION="Includes star, an enhanced (world\'s fastest) tar, as well as enhanced mt/rmt" -SRC_URI="ftp://ftp.fokus.gmd.de/pub/unix/star/alpha/${A}" -HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html" -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - cd ${S}/DEFAULTS - cp Defaults.linux Defaults.linux.orig - sed -e 's:/opt/schily:/usr:g' -e 's:bin:root:g' Defaults.linux.orig > Defaults.linux -} - -src_compile() { - - try make COPTX=\"${CFLAGS}\" - -} - -src_install() { - - try make install INS_BASE=${D}/usr - insinto /etc/default - newins ${S}/rmt/rmt.dfl rmt - dodoc BUILD COPYING Changelog AN-1.* README README.* PORTING TODO - rm ${D}/usr/man/man1/match* - dodir /usr/share/ - mv ${D}/usr/man/ ${D}/usr/share - cd ${D}/usr/bin - rm smt ustar - ln -s star ustar - ln -s mt smt -} - - diff --git a/sys-apps/star/star-1.3_alpha8.ebuild b/sys-apps/star/star-1.3_alpha8.ebuild deleted file mode 100644 index 772bae80bdeb..000000000000 --- a/sys-apps/star/star-1.3_alpha8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.3_alpha8.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $ - -A=star-1.3a8.tar.gz -S=${WORKDIR}/star-1.3 - -DESCRIPTION="Includes star, an enhanced (world\'s fastest) tar, as well as enhanced mt/rmt" -SRC_URI="ftp://ftp.fokus.gmd.de/pub/unix/star/alpha/${A}" -HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html" -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S}/DEFAULTS - cp Defaults.linux Defaults.linux.orig - sed -e 's:/opt/schily:/usr:g' -e 's:bin:root:g' Defaults.linux.orig > Defaults.linux -} - -src_compile() { - cd ${S} - try ./Gmake.linux -} - -src_install() { - cd ${S} - try make install INS_BASE=${D}/usr - insinto /etc/default - newins ${S}/rmt/rmt.dfl rmt - dodoc BUILD COPYING Changelog AN-1.* README README.* PORTING TODO - rm ${D}/usr/man/man1/match* - cd ${S}/usr/bin - rm smt ustar - ln -s star ustar - ln -s mt smt -} - - diff --git a/sys-apps/sysklogd/files/digest-sysklogd-1.4 b/sys-apps/sysklogd/files/digest-sysklogd-1.4 deleted file mode 100644 index 648e989dc602..000000000000 --- a/sys-apps/sysklogd/files/digest-sysklogd-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 010dec0e12ba7226ba3dbce962190a20 sysklogd-1.4.tar.gz diff --git a/sys-apps/sysklogd/files/digest-sysklogd-1.4-r1 b/sys-apps/sysklogd/files/digest-sysklogd-1.4-r1 deleted file mode 100644 index 648e989dc602..000000000000 --- a/sys-apps/sysklogd/files/digest-sysklogd-1.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 010dec0e12ba7226ba3dbce962190a20 sysklogd-1.4.tar.gz diff --git a/sys-apps/sysklogd/sysklogd-1.4-r1.ebuild b/sys-apps/sysklogd/sysklogd-1.4-r1.ebuild deleted file mode 100644 index dba30344aeec..000000000000 --- a/sys-apps/sysklogd/sysklogd-1.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.4-r1.ebuild,v 1.1 2001/01/09 23:05:39 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="standard log daemons" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04 - >=sys-devel/perl-5.6" - -src_compile() { - try pmake LDFLAGS=\"\" -} - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O3/${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - into /usr - dosbin syslogd klogd ${FILESDIR}/syslogd-listfiles - doman *.[1-9] ${FILESDIR}/syslogd-listfiles.8 - dodir /etc/cron.daily - cp ${O}/files/syslog ${D}/etc/cron.daily - dodoc ANNOUNCE CHANGES COPYING MANIFEST NEWS README.1st README.linux - exeinto /etc/rc.d/init.d - exeopts -m0750 -g wheel - doexe ${FILESDIR}/sysklogd -} - - diff --git a/sys-apps/sysklogd/sysklogd-1.4.ebuild b/sys-apps/sysklogd/sysklogd-1.4.ebuild deleted file mode 100644 index 45f938fb8d0c..000000000000 --- a/sys-apps/sysklogd/sysklogd-1.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.4.ebuild,v 1.2 2000/11/30 23:14:35 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="standard log daemons" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04 - >=sys-devel/perl-5.6" - -src_compile() { - try pmake LDFLAGS=\"\" -} - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O3/${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - into /usr - dosbin syslogd klogd ${FILESDIR}/syslogd-listfiles - doman *.[1-9] ${FILESDIR}/syslogd-listfiles.8 - dodir /etc/cron.daily - cp ${O}/files/syslog ${D}/etc/cron.daily - dodoc ANNOUNCE CHANGES COPYING MANIFEST NEWS README.1st README.linux -} - - diff --git a/sys-apps/sysvinit/files/digest-sysvinit-2.78-r1 b/sys-apps/sysvinit/files/digest-sysvinit-2.78-r1 deleted file mode 100644 index 762e3231d98c..000000000000 --- a/sys-apps/sysvinit/files/digest-sysvinit-2.78-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cf40920a0423b05479504d79c0bd70ea sysvinit-2.78.tar.gz diff --git a/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild b/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild deleted file mode 100644 index 2553242a2050..000000000000 --- a/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel robbins <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild,v 1.4 2000/11/30 23:14:35 achim Exp $ - -P="sysvinit-2.78" -A=${P}.tar.gz -S=${WORKDIR}/sysvinit-2.78 -DESCRIPTION="System initialization schtuff" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/init/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S}/src - try pmake LDFLAGS=\"\" - cd ${S}/contrib - gcc start-stop-daemon.c -o start-stop-daemon -} - -src_unpack() { - unpack ${A} - cd ${S}/src - mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - cd ${S}/src - into / - dosbin halt init killall5 runlevel shutdown sulogin - dobin last mesg utmpdump wall - dosym killall5 /sbin/pidof - dosym halt /sbin/reboot - cd ${S}/contrib - dosbin start-stop-daemon - into /usr - cd ${S}/man - doman *.[1-9] - - cd ${S} - dodoc README doc/* contrib/start-stop-daemon.README - -} - - diff --git a/sys-apps/tar/files/digest-tar-1.13.18 b/sys-apps/tar/files/digest-tar-1.13.18 deleted file mode 100644 index 49952d6234f7..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd76b10a8e57cb944f0b2c9cb8bf742b tar-1.13.18.tar.gz diff --git a/sys-apps/tar/files/digest-tar-1.13.18-r1 b/sys-apps/tar/files/digest-tar-1.13.18-r1 deleted file mode 100644 index 49952d6234f7..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.18-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd76b10a8e57cb944f0b2c9cb8bf742b tar-1.13.18.tar.gz diff --git a/sys-apps/tar/files/digest-tar-1.13.18-r2 b/sys-apps/tar/files/digest-tar-1.13.18-r2 deleted file mode 100644 index 49952d6234f7..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.18-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd76b10a8e57cb944f0b2c9cb8bf742b tar-1.13.18.tar.gz diff --git a/sys-apps/tar/files/digest-tar-1.13.18-r3 b/sys-apps/tar/files/digest-tar-1.13.18-r3 deleted file mode 100644 index 49952d6234f7..000000000000 --- a/sys-apps/tar/files/digest-tar-1.13.18-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd76b10a8e57cb944f0b2c9cb8bf742b tar-1.13.18.tar.gz diff --git a/sys-apps/tar/tar-1.13.18-r1.ebuild b/sys-apps/tar/tar-1.13.18-r1.ebuild deleted file mode 100644 index bbbaec3312d3..000000000000 --- a/sys-apps/tar/tar-1.13.18-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r1.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Use this to try make tarballs :)" -SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} -HOMEPAGE="http://www.gnu.org/software/tar/" -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --prefix=/usr --libexecdir=/usr/libexec/misc --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - dodir /bin - mv ${D}/usr/bin/tar ${D}/bin/tar - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - - #we're using Schilly's enhanced rmt command included with star - rm -rf ${D}/usr/libexec/misc - rm -rf ${D}/usr/libexec - -} - - diff --git a/sys-apps/tar/tar-1.13.18-r2.ebuild b/sys-apps/tar/tar-1.13.18-r2.ebuild deleted file mode 100644 index b343d3d85343..000000000000 --- a/sys-apps/tar/tar-1.13.18-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r2.ebuild,v 1.2 2001/02/07 19:32:05 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Use this to try make tarballs :)" -SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} -HOMEPAGE="http://www.gnu.org/software/tar/" - -DEPEND="virtual/glibc - >=sys-devel/gettext-0.10.35-r2" - -RDEPEND="virtual/glibc - sys-apps/star" - -src_compile() { - - try ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/lib/misc --infodir=/usr/share/info --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - - try make DESTDIR=${D} install - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - - #we're using Schilly's enhanced rmt command included with star - rm -rf ${D}/usr/lib - - -} - - diff --git a/sys-apps/tar/tar-1.13.18-r3.ebuild b/sys-apps/tar/tar-1.13.18-r3.ebuild deleted file mode 100644 index 73031d5ace63..000000000000 --- a/sys-apps/tar/tar-1.13.18-r3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r3.ebuild,v 1.1 2001/02/27 16:57:10 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Use this to try make tarballs :)" -SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} -HOMEPAGE="http://www.gnu.org/software/tar/" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext-0.10.35 )" - -RDEPEND="virtual/glibc - sys-apps/star" - -src_compile() { - - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - try ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/lib/misc \ - --infodir=/usr/share/info --host=${CHOST} ${myconf} - - if [ -z "`use static`" ] - then - try make ${MAKEOPTS} - else - try make ${MAKEOPTS} LDFLAGS=-static - fi -} - -src_install() { - - try make DESTDIR=${D} install - - if [ -z "`use build`" ] - then - dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS - - #we're using Schilly's enhanced rmt command included with star - rm -rf ${D}/usr/lib - else - rm -rf ${D}/usr/share/info - fi - -} - - diff --git a/sys-apps/tcp-wrappers/files/digest-tcp-wrappers-7.6-r1 b/sys-apps/tcp-wrappers/files/digest-tcp-wrappers-7.6-r1 deleted file mode 100644 index 61c8414280b9..000000000000 --- a/sys-apps/tcp-wrappers/files/digest-tcp-wrappers-7.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e6fa25f71226d090f34de3f6b122fb5a tcp_wrappers_7.6.tar.gz diff --git a/sys-apps/tcp-wrappers/files/tcp_wrappers_7.6.patch b/sys-apps/tcp-wrappers/files/tcp_wrappers_7.6.patch deleted file mode 100644 index e5241b10ae47..000000000000 --- a/sys-apps/tcp-wrappers/files/tcp_wrappers_7.6.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -u -2 -r tcp_wrappers_7.6.orig/Makefile tcp_wrappers_7.6/Makefile ---- tcp_wrappers_7.6.orig/Makefile Fri Mar 21 19:27:21 1997 -+++ tcp_wrappers_7.6/Makefile Sun May 7 16:16:06 2000 -@@ -45,5 +45,5 @@ - # - # SysV.4 Solaris 2.x OSF AIX --#REAL_DAEMON_DIR=/usr/sbin -+REAL_DAEMON_DIR=/usr/sbin - # - # BSD 4.4 -diff -u -2 -r tcp_wrappers_7.6.orig/percent_m.c tcp_wrappers_7.6/percent_m.c ---- tcp_wrappers_7.6.orig/percent_m.c Wed Dec 28 17:42:37 1994 -+++ tcp_wrappers_7.6/percent_m.c Sun May 7 16:16:17 2000 -@@ -14,8 +14,8 @@ - - extern int errno; --#ifndef SYS_ERRLIST_DEFINED -+/*#ifndef SYS_ERRLIST_DEFINED - extern char *sys_errlist[]; - extern int sys_nerr; --#endif -+#endif*/ - - #include "mystdarg.h" diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild deleted file mode 100644 index b2a3e3009b23..000000000000 --- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild,v 1.4 2000/11/30 23:14:35 achim Exp $ - -P=tcp-wrappers-7.6 -A=tcp_wrappers_7.6.tar.gz -A0="tcp_wrappers_7.6.patch" -S=${WORKDIR}/tcp_wrappers_7.6 -DESCRIPTION="tcp wrappers" -SRC_URI="ftp://ftp.porcupine.org/pub/security/${A}" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_unpack() { - unpack ${A} - cd ${S}/ - patch -p1 < ${O}/files/${A0} - cp Makefile Makefile.orig - sed -e "s/-O/${CFLAGS}/" \ - -e "s:AUX_OBJ=.*:AUX_OBJ= \\\:" Makefile.orig > Makefile -} - -src_compile() { - try make ${MAKEOPTS} REAL_DAEMON_DIR=/usr/sbin linux -} - -src_install() { - into /usr - mkdir -p ${D}/usr/sbin - for i in tcpd tcpdchk tcpdmatch safe_finger try-from; - do - dosbin ${i} - done - doman *.[358] - dolib.a libwrap.a - insinto /usr/include - doins tcpd.h - dodoc BLURB CHANGES DISCLAIMER README* -} - - - - - diff --git a/sys-apps/texinfo/files/digest-texinfo-4.0-r1 b/sys-apps/texinfo/files/digest-texinfo-4.0-r1 deleted file mode 100644 index e8ea05ce1330..000000000000 --- a/sys-apps/texinfo/files/digest-texinfo-4.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 070493baeb2c277c34575b0df4e2baf1 texinfo-4.0.tar.gz diff --git a/sys-apps/texinfo/texinfo-4.0-r1.ebuild b/sys-apps/texinfo/texinfo-4.0-r1.ebuild deleted file mode 100644 index 4209c31a0d53..000000000000 --- a/sys-apps/texinfo/texinfo-4.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $ - -P=texinfo-4.0 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The GNU info program and utilities" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${A} - ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" -DEPEND=">=sys-libs/gpm-1.19.3" -RDEPEND="$DEPEND - sys-apps/bash" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try make ${MAKEOPTS} -} - -src_install() { - cd ${S} - try make DESTDIR=${D} infodir=${D}/usr/info install - cp ${O}/files/mkinfodir ${D}/usr/bin - cd ${D}/usr/info - mv texinfo texinfo.info - for i in texinfo-* - do - mv ${i} texinfo.info-${i#texinfo-*} - done - cd ${S} - dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO - docinto info - dodoc info/README - docinto makeinfo - dodoc makeinfo/README -} - - - - - - diff --git a/sys-apps/textutils/files/digest-textutils-2.0.10 b/sys-apps/textutils/files/digest-textutils-2.0.10 deleted file mode 100644 index 1c652739479f..000000000000 --- a/sys-apps/textutils/files/digest-textutils-2.0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 420a7cd54d4ce4b44c412af1318f7c83 textutils-2.0.10.tar.gz diff --git a/sys-apps/textutils/files/digest-textutils-2.0.10-r1 b/sys-apps/textutils/files/digest-textutils-2.0.10-r1 deleted file mode 100644 index 1c652739479f..000000000000 --- a/sys-apps/textutils/files/digest-textutils-2.0.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 420a7cd54d4ce4b44c412af1318f7c83 textutils-2.0.10.tar.gz diff --git a/sys-apps/textutils/files/digest-textutils-2.0.9 b/sys-apps/textutils/files/digest-textutils-2.0.9 deleted file mode 100644 index 0b87ab6cd6f4..000000000000 --- a/sys-apps/textutils/files/digest-textutils-2.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 f7db485089caa8717fd2596d3389dc73 textutils-2.0.9.tar.gz diff --git a/sys-apps/textutils/textutils-2.0.10-r1.ebuild b/sys-apps/textutils/textutils-2.0.10-r1.ebuild deleted file mode 100644 index 6848027bfda9..000000000000 --- a/sys-apps/textutils/textutils-2.0.10-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.10-r1.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard GNU text utilities" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" - -DEPEND="virtual/glibc - >=sys-devel/gettext-0.10.35-r2" - -RDEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --host=${CHOST} --build=${CHOST} \ - --without-included-regex - try make ${MAKEOPTS} -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info install - dodir /bin - dosym /usr/bin/cat /bin/cat - rmdir ${D}/usr/lib - - dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO - -} - - - - diff --git a/sys-apps/textutils/textutils-2.0.10.ebuild b/sys-apps/textutils/textutils-2.0.10.ebuild deleted file mode 100644 index ce9a3b1e1124..000000000000 --- a/sys-apps/textutils/textutils-2.0.10.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.10.ebuild,v 1.4 2001/01/31 20:49:07 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Standard GNU text utilities" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" -DEPEND="virtual/glibc" - -src_compile() { - echo $S $WORKDIR `pwd` - try ./configure --prefix=/usr --host=${CHOST} \ - --without-included-regex - try make ${MAKEOPTS} -} - -src_unpack() { - unpack ${A} - cd ${S}/src -# mv tr.c tr.c.orig -# sed -e "234d" tr.c.orig > tr.c -# cp sys2.h sys2.h.orig -# sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO - dodir /bin - dosym /usr/bin/cat /bin/cat - rmdir ${D}/usr/lib -} - - - - diff --git a/sys-apps/ucspi-tcp/files/digest-ucspi-tcp-0.88 b/sys-apps/ucspi-tcp/files/digest-ucspi-tcp-0.88 deleted file mode 100644 index dff71968e096..000000000000 --- a/sys-apps/ucspi-tcp/files/digest-ucspi-tcp-0.88 +++ /dev/null @@ -1 +0,0 @@ -MD5 39b619147db54687c4a583a7a94c9163 ucspi-tcp-0.88.tar.gz diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild deleted file mode 100644 index 6f96e57beeef..000000000000 --- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild,v 1.3 2000/11/30 23:14:35 achim Exp $ - -DESCRIPTION="Collection of tools for managing UNIX services" -SRC_URI="http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz" -HOMEPAGE="http://cr.yp.to/ucspi-tcp/" -S=${WORKDIR}/${P} -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_unpack() { - - unpack ucspi-tcp-0.88.tar.gz - cd ${S} - echo "gcc ${CFLAGS}" > conf-cc - echo "gcc" > conf-ld - echo "/usr/" > conf-home -} - -src_compile() { - cd ${S} - try pmake -} - -src_install() { - cd ${S} - into /usr - for i in tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd - do - dobin $i - done - dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION -} - - - diff --git a/sys-apps/util-linux/files/digest-util-linux-2.10q b/sys-apps/util-linux/files/digest-util-linux-2.10q deleted file mode 100644 index bdcd5068c5a5..000000000000 --- a/sys-apps/util-linux/files/digest-util-linux-2.10q +++ /dev/null @@ -1 +0,0 @@ -MD5 d17838e34cbe2673ed6b8747b10964ce util-linux-2.10q.tar.bz2 diff --git a/sys-apps/util-linux/files/digest-util-linux-2.10q-r1 b/sys-apps/util-linux/files/digest-util-linux-2.10q-r1 deleted file mode 100644 index bdcd5068c5a5..000000000000 --- a/sys-apps/util-linux/files/digest-util-linux-2.10q-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d17838e34cbe2673ed6b8747b10964ce util-linux-2.10q.tar.bz2 diff --git a/sys-apps/util-linux/files/util-linux-2.10o.int.patch b/sys-apps/util-linux/files/util-linux-2.10o.int.patch deleted file mode 100644 index dd79a1389b7a..000000000000 --- a/sys-apps/util-linux/files/util-linux-2.10o.int.patch +++ /dev/null @@ -1,785 +0,0 @@ -diff -urN util-linux-2.10o/MCONFIG util-linux-2.10o.int2/MCONFIG ---- util-linux-2.10o/MCONFIG Fri Aug 11 23:21:53 2000 -+++ util-linux-2.10o.int2/MCONFIG Mon Sep 25 11:44:06 2000 -@@ -16,7 +16,7 @@ - # If HAVE_PAM is set to "yes", then login, chfn, chsh, and newgrp - # will use PAM for authentication. Additionally, passwd will not be - # installed as it is not PAM aware. --HAVE_PAM=no -+HAVE_PAM=yes - - # If HAVE_SHADOW is set to "yes", then login, chfn, chsh, newgrp, passwd, - # and vipw will not be built or installed from the login-utils -diff -urN util-linux-2.10o/mount/Makefile util-linux-2.10o.int2/mount/Makefile ---- util-linux-2.10o/mount/Makefile Fri Aug 11 20:58:54 2000 -+++ util-linux-2.10o.int2/mount/Makefile Mon Sep 25 11:44:06 2000 -@@ -28,7 +28,7 @@ - GEN_FILES = nfsmount.h nfsmount_xdr.c nfsmount_clnt.c - - # comment these out if you are not compiling in loop support --LO_OBJS=lomount.o -+LO_OBJS=lomount.o rmd160.o - - all: $(PROGS) - -@@ -59,7 +59,7 @@ - losetup.o: lomount.c - $(COMPILE) -DMAIN lomount.c -o $@ - --losetup: losetup.o -+losetup: losetup.o rmd160.o - $(LINK) $^ -o $@ - - mount.o umount.o nfsmount.o losetup.o fstab.o realpath.o sundries.o: sundries.h -diff -urN util-linux-2.10o/mount/lomount.c util-linux-2.10o.int2/mount/lomount.c ---- util-linux-2.10o/mount/lomount.c Sat Aug 5 17:52:28 2000 -+++ util-linux-2.10o.int2/mount/lomount.c Mon Sep 25 11:44:34 2000 -@@ -27,6 +27,7 @@ - - #include "loop.h" - #include "lomount.h" -+#include "rmd160.h" - #include "nls.h" - - extern int verbose; -@@ -37,12 +38,22 @@ - struct crypt_type_struct { - int id; - char *name; -+ int keylength; - } crypt_type_tbl[] = { -- { LO_CRYPT_NONE, "no" }, -- { LO_CRYPT_NONE, "none" }, -- { LO_CRYPT_XOR, "xor" }, -- { LO_CRYPT_DES, "DES" }, -- { -1, NULL } -+ { LO_CRYPT_NONE, "no",0 }, -+ { LO_CRYPT_NONE, "none",0 }, -+ { LO_CRYPT_XOR, "xor",0 }, -+ { LO_CRYPT_DES, "DES",8 }, -+ { LO_CRYPT_FISH2, "twofish",20 }, -+ { LO_CRYPT_BLOW, "blowfish",20 }, -+ { LO_CRYPT_CAST128, "cast128", 16}, -+ { LO_CRYPT_SERPENT, "serpent", 16}, -+ { LO_CRYPT_MARS, "mars",16 }, -+ { LO_CRYPT_RC6, "rc6",16 }, -+ { LO_CRYPT_DES_EDE3, "DES_EDE3",24}, -+ { LO_CRYPT_DFC, "dfc",16 }, -+ { LO_CRYPT_IDEA, "idea",16}, -+ { -1, NULL,0 } - }; - - static int -@@ -167,12 +178,18 @@ - return 0; - } - -+#define HASHLENGTH 20 -+#define PASSWDBUFFLEN 130 /* getpass returns only max. 128 bytes, see man getpass */ -+ - int - set_loop (const char *device, const char *file, int offset, - const char *encryption, int *loopro) { - struct loop_info loopinfo; - int fd, ffd, mode, i; -+ int keylength; - char *pass; -+ char keybits[2*HASHLENGTH]; -+ char passwdbuff[PASSWDBUFFLEN]; - - mode = (*loopro ? O_RDONLY : O_RDWR); - if ((ffd = open (file, mode)) < 0) { -@@ -224,6 +241,7 @@ - loopinfo.lo_encrypt_key_size = strlen(loopinfo.lo_encrypt_key); - break; - case LO_CRYPT_DES: -+ printf(_("WARNING: Use of DES is depreciated.\n")); - pass = getpass (_("Password: ")); - strncpy (loopinfo.lo_encrypt_key, pass, 8); - loopinfo.lo_encrypt_key[8] = 0; -@@ -240,6 +258,30 @@ - return 1; - } - break; -+ case LO_CRYPT_FISH2: -+ case LO_CRYPT_BLOW: -+ case LO_CRYPT_IDEA: -+ case LO_CRYPT_CAST128: -+ case LO_CRYPT_SERPENT: -+ case LO_CRYPT_MARS: -+ case LO_CRYPT_RC6: -+ case LO_CRYPT_DES_EDE3: -+ case LO_CRYPT_DFC: -+ pass = getpass("Password :"); -+ strncpy(passwdbuff+1,pass,PASSWDBUFFLEN-1); -+ passwdbuff[0] = 'A'; -+ rmd160_hash_buffer(keybits,pass,strlen(pass)); -+ rmd160_hash_buffer(keybits+HASHLENGTH,passwdbuff,strlen(pass)+1); -+ memcpy((char*)loopinfo.lo_encrypt_key,keybits,2*HASHLENGTH); -+ keylength=0; -+ for(i=0; crypt_type_tbl[i].id != -1; i++){ -+ if(loopinfo.lo_encrypt_type == crypt_type_tbl[i].id){ -+ keylength = crypt_type_tbl[i].keylength; -+ break; -+ } -+ } -+ loopinfo.lo_encrypt_key_size=keylength; -+ break; - default: - fprintf (stderr, - _("Don't know how to get key for encryption system %d\n"), -@@ -324,11 +366,18 @@ - - static void - usage(void) { -+ struct crypt_type_struct *c; - fprintf(stderr, _("usage:\n\ - %s loop_device # give info\n\ - %s -d loop_device # delete\n\ - %s [ -e encryption ] [ -o offset ] loop_device file # setup\n"), - progname, progname, progname); -+ fprintf(stderr, " where encryption is one of:\n"); -+ c = &crypt_type_tbl[0]; -+ while(c->name) { -+ fprintf(stderr, " %s\n", c->name); -+ c++; -+ } - exit(1); - } - -diff -urN util-linux-2.10o/mount/losetup.8 util-linux-2.10o.int2/mount/losetup.8 ---- util-linux-2.10o/mount/losetup.8 Fri Aug 11 13:11:30 2000 -+++ util-linux-2.10o.int2/mount/losetup.8 Mon Sep 25 11:44:06 2000 -@@ -36,11 +36,47 @@ - .PD 0 - .IP \fBXOR\fP - use a simple XOR encryption. -+.IP \fBBlowfish\fP -+use Blowfish encryption. Blowfish encryption is only available if you -+are using the international kernel and Blowfish encryption has been -+enabled in the Crypto API. -+.IP \fBTwofish\fP -+use Twofish encryption. Twofish encryption is only available if you -+are using the international kernel and Twofish encryption has been -+enabled in the Crypto API. -+.IP \fBCAST\fP -+use CAST encryption. CAST encryption is only available if you -+are using the international kernel and CAST encryption has been -+enabled in the Crypto API. - .IP \fBDES\fP - use DES encryption. DES encryption is only available if the optional - DES package has been added to the kernel. DES encryption uses an additional - start value that is used to protect passwords against dictionary --attacks. -+attacks. Use of DES is deprecated. -+.IP \fBDFC\fP -+use DFC encryption. DFC encryption is only available if you -+are using the international kernel and DFC encryption has been -+enabled in the Crypto API. -+.IP \fBIDEA\fP -+use IDEA encryption. IDEA encryption is only available if you -+are using the international kernel and IDEA encryption has been -+enabled in the Crypto API. -+.IP \fBMARS\fP -+use MARS encryption. MARS encryption is only available if you -+are using the international kernel and MARS encryption has been -+enabled in the Crypto API. -+.IP \fBRC5\fP -+use RC5 encryption. RC5 encryption is only available if you -+are using the international kernel and RC5 encryption has been -+enabled in the Crypto API. -+.IP \fBRC6\fP -+use RC6 encryption. RC6 encryption is only available if you -+are using the international kernel and RC6 encryption has been -+enabled in the Crypto API. -+.IP \fBSerpent\fP -+use Serpent encryption. Serpent encryption is only available if you -+are using the international kernel and Serpent encryption has been -+enabled in the Crypto API. - .PD - .RE - .IP "\fB\-o \fIoffset\fP" -@@ -58,6 +94,7 @@ - .SH FILES - .nf - /dev/loop0,/dev/loop1,... loop devices (major=7) -+/proc/cipher/* available ciphers - .fi - .SH EXAMPLE - If you are using the loadable module you must have the module loaded -@@ -69,9 +106,8 @@ - .nf - .IP - dd if=/dev/zero of=/file bs=1k count=100 --losetup -e des /dev/loop0 /file --Password: --Init (up to 16 hex digits): -+losetup -e blowfish /dev/loop0 /file -+Password : - mkfs -t ext2 /dev/loop0 100 - mount -t ext2 /dev/loop0 /mnt - ... -@@ -85,8 +121,12 @@ - # rmmod loop - .LP - .fi --.SH RESTRICTION --DES encryption is painfully slow. On the other hand, XOR is terribly weak. -+.SH RESTRICTIONS -+DES encryption is painfully slow. On the other hand, XOR is terribly -+weak. Both are insecure nowadays. Some ciphers require a licence for -+you to be allowed to use them. -+.SH BUGS -+CAST, DES, RC5 and Twofish are currently broken and cannot be used. - .SH AUTHORS - .nf - Original version: Theodore Ts'o <tytso@athena.mit.edu> -diff -urN util-linux-2.10o/mount/rmd160.c util-linux-2.10o.int2/mount/rmd160.c ---- util-linux-2.10o/mount/rmd160.c Thu Jan 1 01:00:00 1970 -+++ util-linux-2.10o.int2/mount/rmd160.c Mon Sep 25 11:46:06 2000 -@@ -0,0 +1,532 @@ -+/* rmd160.c - RIPE-MD160 -+ * Copyright (C) 1998 Free Software Foundation, Inc. -+ */ -+ -+/* This file was part of GnuPG. Modified for use within the Linux -+ * mount utility by Marc Mutz <Marc@Mutz.com>. None of this code is -+ * by myself. I just removed everything that you don't need when all -+ * you want to do is to use rmd160_hash_buffer(). -+ * My comments are marked with (mm). */ -+ -+/* GnuPG is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * GnuPG is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -+ -+#include <string.h> /* (mm) for memcpy */ -+#include <endian.h> /* (mm) for BIG_ENDIAN and BYTE_ORDER */ -+#include "rmd160.h" -+ -+/* (mm) these are used by the original GnuPG file. In order to modify -+ * that file not too much, we keep the notations. maybe it would be -+ * better to include linux/types.h and typedef __u32 to u32 and __u8 -+ * to byte? */ -+typedef unsigned int u32; /* taken from e.g. util-linux's minix.h */ -+typedef unsigned char byte; -+ -+typedef struct { -+ u32 h0,h1,h2,h3,h4; -+ u32 nblocks; -+ byte buf[64]; -+ int count; -+} RMD160_CONTEXT; -+ -+/**************** -+ * Rotate a 32 bit integer by n bytes -+ */ -+#if defined(__GNUC__) && defined(__i386__) -+static inline u32 -+rol( u32 x, int n) -+{ -+ __asm__("roll %%cl,%0" -+ :"=r" (x) -+ :"0" (x),"c" (n)); -+ return x; -+} -+#else -+ #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) -+#endif -+ -+/********************************* -+ * RIPEMD-160 is not patented, see (as of 25.10.97) -+ * http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html -+ * Note that the code uses Little Endian byteorder, which is good for -+ * 386 etc, but we must add some conversion when used on a big endian box. -+ * -+ * -+ * Pseudo-code for RIPEMD-160 -+ * -+ * RIPEMD-160 is an iterative hash function that operates on 32-bit words. -+ * The round function takes as input a 5-word chaining variable and a 16-word -+ * message block and maps this to a new chaining variable. All operations are -+ * defined on 32-bit words. Padding is identical to that of MD4. -+ * -+ * -+ * RIPEMD-160: definitions -+ * -+ * -+ * nonlinear functions at bit level: exor, mux, -, mux, - -+ * -+ * f(j, x, y, z) = x XOR y XOR z (0 <= j <= 15) -+ * f(j, x, y, z) = (x AND y) OR (NOT(x) AND z) (16 <= j <= 31) -+ * f(j, x, y, z) = (x OR NOT(y)) XOR z (32 <= j <= 47) -+ * f(j, x, y, z) = (x AND z) OR (y AND NOT(z)) (48 <= j <= 63) -+ * f(j, x, y, z) = x XOR (y OR NOT(z)) (64 <= j <= 79) -+ * -+ * -+ * added constants (hexadecimal) -+ * -+ * K(j) = 0x00000000 (0 <= j <= 15) -+ * K(j) = 0x5A827999 (16 <= j <= 31) int(2**30 x sqrt(2)) -+ * K(j) = 0x6ED9EBA1 (32 <= j <= 47) int(2**30 x sqrt(3)) -+ * K(j) = 0x8F1BBCDC (48 <= j <= 63) int(2**30 x sqrt(5)) -+ * K(j) = 0xA953FD4E (64 <= j <= 79) int(2**30 x sqrt(7)) -+ * K'(j) = 0x50A28BE6 (0 <= j <= 15) int(2**30 x cbrt(2)) -+ * K'(j) = 0x5C4DD124 (16 <= j <= 31) int(2**30 x cbrt(3)) -+ * K'(j) = 0x6D703EF3 (32 <= j <= 47) int(2**30 x cbrt(5)) -+ * K'(j) = 0x7A6D76E9 (48 <= j <= 63) int(2**30 x cbrt(7)) -+ * K'(j) = 0x00000000 (64 <= j <= 79) -+ * -+ * -+ * selection of message word -+ * -+ * r(j) = j (0 <= j <= 15) -+ * r(16..31) = 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8 -+ * r(32..47) = 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12 -+ * r(48..63) = 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2 -+ * r(64..79) = 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13 -+ * r0(0..15) = 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12 -+ * r0(16..31)= 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2 -+ * r0(32..47)= 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13 -+ * r0(48..63)= 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14 -+ * r0(64..79)= 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11 -+ * -+ * -+ * amount for rotate left (rol) -+ * -+ * s(0..15) = 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8 -+ * s(16..31) = 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12 -+ * s(32..47) = 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5 -+ * s(48..63) = 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12 -+ * s(64..79) = 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6 -+ * s'(0..15) = 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6 -+ * s'(16..31)= 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11 -+ * s'(32..47)= 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5 -+ * s'(48..63)= 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8 -+ * s'(64..79)= 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11 -+ * -+ * -+ * initial value (hexadecimal) -+ * -+ * h0 = 0x67452301; h1 = 0xEFCDAB89; h2 = 0x98BADCFE; h3 = 0x10325476; -+ * h4 = 0xC3D2E1F0; -+ * -+ * -+ * RIPEMD-160: pseudo-code -+ * -+ * It is assumed that the message after padding consists of t 16-word blocks -+ * that will be denoted with X[i][j], with 0 <= i <= t-1 and 0 <= j <= 15. -+ * The symbol [+] denotes addition modulo 2**32 and rol_s denotes cyclic left -+ * shift (rotate) over s positions. -+ * -+ * -+ * for i := 0 to t-1 { -+ * A := h0; B := h1; C := h2; D = h3; E = h4; -+ * A' := h0; B' := h1; C' := h2; D' = h3; E' = h4; -+ * for j := 0 to 79 { -+ * T := rol_s(j)(A [+] f(j, B, C, D) [+] X[i][r(j)] [+] K(j)) [+] E; -+ * A := E; E := D; D := rol_10(C); C := B; B := T; -+ * T := rol_s'(j)(A' [+] f(79-j, B', C', D') [+] X[i][r'(j)] -+ [+] K'(j)) [+] E'; -+ * A' := E'; E' := D'; D' := rol_10(C'); C' := B'; B' := T; -+ * } -+ * T := h1 [+] C [+] D'; h1 := h2 [+] D [+] E'; h2 := h3 [+] E [+] A'; -+ * h3 := h4 [+] A [+] B'; h4 := h0 [+] B [+] C'; h0 := T; -+ * } -+ */ -+ -+/* Some examples: -+ * "" 9c1185a5c5e9fc54612808977ee8f548b2258d31 -+ * "a" 0bdc9d2d256b3ee9daae347be6f4dc835a467ffe -+ * "abc" 8eb208f7e05d987a9b044a8e98c6b087f15a0bfc -+ * "message digest" 5d0689ef49d2fae572b881b123a85ffa21595f36 -+ * "a...z" f71c27109c692c1b56bbdceb5b9d2865b3708dbc -+ * "abcdbcde...nopq" 12a053384a9c0c88e405a06c27dcf49ada62eb2b -+ * "A...Za...z0...9" b0e20b6e3116640286ed3a87a5713079b21f5189 -+ * 8 times "1234567890" 9b752e45573d4b39f4dbd3323cab82bf63326bfb -+ * 1 million times "a" 52783243c1697bdbe16d37f97f68f08325dc1528 -+ */ -+ -+ -+static void -+rmd160_init( RMD160_CONTEXT *hd ) -+{ -+ hd->h0 = 0x67452301; -+ hd->h1 = 0xEFCDAB89; -+ hd->h2 = 0x98BADCFE; -+ hd->h3 = 0x10325476; -+ hd->h4 = 0xC3D2E1F0; -+ hd->nblocks = 0; -+ hd->count = 0; -+} -+ -+ -+ -+/**************** -+ * Transform the message X which consists of 16 32-bit-words -+ */ -+static void -+transform( RMD160_CONTEXT *hd, byte *data ) -+{ -+ u32 a,b,c,d,e,aa,bb,cc,dd,ee,t; -+ #if BYTE_ORDER == BIG_ENDIAN -+ u32 x[16]; -+ { int i; -+ byte *p2, *p1; -+ for(i=0, p1=data, p2=(byte*)x; i < 16; i++, p2 += 4 ) { -+ p2[3] = *p1++; -+ p2[2] = *p1++; -+ p2[1] = *p1++; -+ p2[0] = *p1++; -+ } -+ } -+ #else -+ #if 0 -+ u32 *x =(u32*)data; -+ #else -+ /* this version is better because it is always aligned; -+ * The performance penalty on a 586-100 is about 6% which -+ * is acceptable - because the data is more local it might -+ * also be possible that this is faster on some machines. -+ * This function (when compiled with -02 on gcc 2.7.2) -+ * executes on a 586-100 (39.73 bogomips) at about 1900kb/sec; -+ * [measured with a 4MB data and "gpgm --print-md rmd160"] */ -+ u32 x[16]; -+ memcpy( x, data, 64 ); -+ #endif -+ #endif -+ -+ -+#define K0 0x00000000 -+#define K1 0x5A827999 -+#define K2 0x6ED9EBA1 -+#define K3 0x8F1BBCDC -+#define K4 0xA953FD4E -+#define KK0 0x50A28BE6 -+#define KK1 0x5C4DD124 -+#define KK2 0x6D703EF3 -+#define KK3 0x7A6D76E9 -+#define KK4 0x00000000 -+#define F0(x,y,z) ( (x) ^ (y) ^ (z) ) -+#define F1(x,y,z) ( ((x) & (y)) | (~(x) & (z)) ) -+#define F2(x,y,z) ( ((x) | ~(y)) ^ (z) ) -+#define F3(x,y,z) ( ((x) & (z)) | ((y) & ~(z)) ) -+#define F4(x,y,z) ( (x) ^ ((y) | ~(z)) ) -+#define R(a,b,c,d,e,f,k,r,s) do { t = a + f(b,c,d) + k + x[r]; \ -+ a = rol(t,s) + e; \ -+ c = rol(c,10); \ -+ } while(0) -+ -+ /* left lane */ -+ a = hd->h0; -+ b = hd->h1; -+ c = hd->h2; -+ d = hd->h3; -+ e = hd->h4; -+ R( a, b, c, d, e, F0, K0, 0, 11 ); -+ R( e, a, b, c, d, F0, K0, 1, 14 ); -+ R( d, e, a, b, c, F0, K0, 2, 15 ); -+ R( c, d, e, a, b, F0, K0, 3, 12 ); -+ R( b, c, d, e, a, F0, K0, 4, 5 ); -+ R( a, b, c, d, e, F0, K0, 5, 8 ); -+ R( e, a, b, c, d, F0, K0, 6, 7 ); -+ R( d, e, a, b, c, F0, K0, 7, 9 ); -+ R( c, d, e, a, b, F0, K0, 8, 11 ); -+ R( b, c, d, e, a, F0, K0, 9, 13 ); -+ R( a, b, c, d, e, F0, K0, 10, 14 ); -+ R( e, a, b, c, d, F0, K0, 11, 15 ); -+ R( d, e, a, b, c, F0, K0, 12, 6 ); -+ R( c, d, e, a, b, F0, K0, 13, 7 ); -+ R( b, c, d, e, a, F0, K0, 14, 9 ); -+ R( a, b, c, d, e, F0, K0, 15, 8 ); -+ R( e, a, b, c, d, F1, K1, 7, 7 ); -+ R( d, e, a, b, c, F1, K1, 4, 6 ); -+ R( c, d, e, a, b, F1, K1, 13, 8 ); -+ R( b, c, d, e, a, F1, K1, 1, 13 ); -+ R( a, b, c, d, e, F1, K1, 10, 11 ); -+ R( e, a, b, c, d, F1, K1, 6, 9 ); -+ R( d, e, a, b, c, F1, K1, 15, 7 ); -+ R( c, d, e, a, b, F1, K1, 3, 15 ); -+ R( b, c, d, e, a, F1, K1, 12, 7 ); -+ R( a, b, c, d, e, F1, K1, 0, 12 ); -+ R( e, a, b, c, d, F1, K1, 9, 15 ); -+ R( d, e, a, b, c, F1, K1, 5, 9 ); -+ R( c, d, e, a, b, F1, K1, 2, 11 ); -+ R( b, c, d, e, a, F1, K1, 14, 7 ); -+ R( a, b, c, d, e, F1, K1, 11, 13 ); -+ R( e, a, b, c, d, F1, K1, 8, 12 ); -+ R( d, e, a, b, c, F2, K2, 3, 11 ); -+ R( c, d, e, a, b, F2, K2, 10, 13 ); -+ R( b, c, d, e, a, F2, K2, 14, 6 ); -+ R( a, b, c, d, e, F2, K2, 4, 7 ); -+ R( e, a, b, c, d, F2, K2, 9, 14 ); -+ R( d, e, a, b, c, F2, K2, 15, 9 ); -+ R( c, d, e, a, b, F2, K2, 8, 13 ); -+ R( b, c, d, e, a, F2, K2, 1, 15 ); -+ R( a, b, c, d, e, F2, K2, 2, 14 ); -+ R( e, a, b, c, d, F2, K2, 7, 8 ); -+ R( d, e, a, b, c, F2, K2, 0, 13 ); -+ R( c, d, e, a, b, F2, K2, 6, 6 ); -+ R( b, c, d, e, a, F2, K2, 13, 5 ); -+ R( a, b, c, d, e, F2, K2, 11, 12 ); -+ R( e, a, b, c, d, F2, K2, 5, 7 ); -+ R( d, e, a, b, c, F2, K2, 12, 5 ); -+ R( c, d, e, a, b, F3, K3, 1, 11 ); -+ R( b, c, d, e, a, F3, K3, 9, 12 ); -+ R( a, b, c, d, e, F3, K3, 11, 14 ); -+ R( e, a, b, c, d, F3, K3, 10, 15 ); -+ R( d, e, a, b, c, F3, K3, 0, 14 ); -+ R( c, d, e, a, b, F3, K3, 8, 15 ); -+ R( b, c, d, e, a, F3, K3, 12, 9 ); -+ R( a, b, c, d, e, F3, K3, 4, 8 ); -+ R( e, a, b, c, d, F3, K3, 13, 9 ); -+ R( d, e, a, b, c, F3, K3, 3, 14 ); -+ R( c, d, e, a, b, F3, K3, 7, 5 ); -+ R( b, c, d, e, a, F3, K3, 15, 6 ); -+ R( a, b, c, d, e, F3, K3, 14, 8 ); -+ R( e, a, b, c, d, F3, K3, 5, 6 ); -+ R( d, e, a, b, c, F3, K3, 6, 5 ); -+ R( c, d, e, a, b, F3, K3, 2, 12 ); -+ R( b, c, d, e, a, F4, K4, 4, 9 ); -+ R( a, b, c, d, e, F4, K4, 0, 15 ); -+ R( e, a, b, c, d, F4, K4, 5, 5 ); -+ R( d, e, a, b, c, F4, K4, 9, 11 ); -+ R( c, d, e, a, b, F4, K4, 7, 6 ); -+ R( b, c, d, e, a, F4, K4, 12, 8 ); -+ R( a, b, c, d, e, F4, K4, 2, 13 ); -+ R( e, a, b, c, d, F4, K4, 10, 12 ); -+ R( d, e, a, b, c, F4, K4, 14, 5 ); -+ R( c, d, e, a, b, F4, K4, 1, 12 ); -+ R( b, c, d, e, a, F4, K4, 3, 13 ); -+ R( a, b, c, d, e, F4, K4, 8, 14 ); -+ R( e, a, b, c, d, F4, K4, 11, 11 ); -+ R( d, e, a, b, c, F4, K4, 6, 8 ); -+ R( c, d, e, a, b, F4, K4, 15, 5 ); -+ R( b, c, d, e, a, F4, K4, 13, 6 ); -+ -+ aa = a; bb = b; cc = c; dd = d; ee = e; -+ -+ /* right lane */ -+ a = hd->h0; -+ b = hd->h1; -+ c = hd->h2; -+ d = hd->h3; -+ e = hd->h4; -+ R( a, b, c, d, e, F4, KK0, 5, 8); -+ R( e, a, b, c, d, F4, KK0, 14, 9); -+ R( d, e, a, b, c, F4, KK0, 7, 9); -+ R( c, d, e, a, b, F4, KK0, 0, 11); -+ R( b, c, d, e, a, F4, KK0, 9, 13); -+ R( a, b, c, d, e, F4, KK0, 2, 15); -+ R( e, a, b, c, d, F4, KK0, 11, 15); -+ R( d, e, a, b, c, F4, KK0, 4, 5); -+ R( c, d, e, a, b, F4, KK0, 13, 7); -+ R( b, c, d, e, a, F4, KK0, 6, 7); -+ R( a, b, c, d, e, F4, KK0, 15, 8); -+ R( e, a, b, c, d, F4, KK0, 8, 11); -+ R( d, e, a, b, c, F4, KK0, 1, 14); -+ R( c, d, e, a, b, F4, KK0, 10, 14); -+ R( b, c, d, e, a, F4, KK0, 3, 12); -+ R( a, b, c, d, e, F4, KK0, 12, 6); -+ R( e, a, b, c, d, F3, KK1, 6, 9); -+ R( d, e, a, b, c, F3, KK1, 11, 13); -+ R( c, d, e, a, b, F3, KK1, 3, 15); -+ R( b, c, d, e, a, F3, KK1, 7, 7); -+ R( a, b, c, d, e, F3, KK1, 0, 12); -+ R( e, a, b, c, d, F3, KK1, 13, 8); -+ R( d, e, a, b, c, F3, KK1, 5, 9); -+ R( c, d, e, a, b, F3, KK1, 10, 11); -+ R( b, c, d, e, a, F3, KK1, 14, 7); -+ R( a, b, c, d, e, F3, KK1, 15, 7); -+ R( e, a, b, c, d, F3, KK1, 8, 12); -+ R( d, e, a, b, c, F3, KK1, 12, 7); -+ R( c, d, e, a, b, F3, KK1, 4, 6); -+ R( b, c, d, e, a, F3, KK1, 9, 15); -+ R( a, b, c, d, e, F3, KK1, 1, 13); -+ R( e, a, b, c, d, F3, KK1, 2, 11); -+ R( d, e, a, b, c, F2, KK2, 15, 9); -+ R( c, d, e, a, b, F2, KK2, 5, 7); -+ R( b, c, d, e, a, F2, KK2, 1, 15); -+ R( a, b, c, d, e, F2, KK2, 3, 11); -+ R( e, a, b, c, d, F2, KK2, 7, 8); -+ R( d, e, a, b, c, F2, KK2, 14, 6); -+ R( c, d, e, a, b, F2, KK2, 6, 6); -+ R( b, c, d, e, a, F2, KK2, 9, 14); -+ R( a, b, c, d, e, F2, KK2, 11, 12); -+ R( e, a, b, c, d, F2, KK2, 8, 13); -+ R( d, e, a, b, c, F2, KK2, 12, 5); -+ R( c, d, e, a, b, F2, KK2, 2, 14); -+ R( b, c, d, e, a, F2, KK2, 10, 13); -+ R( a, b, c, d, e, F2, KK2, 0, 13); -+ R( e, a, b, c, d, F2, KK2, 4, 7); -+ R( d, e, a, b, c, F2, KK2, 13, 5); -+ R( c, d, e, a, b, F1, KK3, 8, 15); -+ R( b, c, d, e, a, F1, KK3, 6, 5); -+ R( a, b, c, d, e, F1, KK3, 4, 8); -+ R( e, a, b, c, d, F1, KK3, 1, 11); -+ R( d, e, a, b, c, F1, KK3, 3, 14); -+ R( c, d, e, a, b, F1, KK3, 11, 14); -+ R( b, c, d, e, a, F1, KK3, 15, 6); -+ R( a, b, c, d, e, F1, KK3, 0, 14); -+ R( e, a, b, c, d, F1, KK3, 5, 6); -+ R( d, e, a, b, c, F1, KK3, 12, 9); -+ R( c, d, e, a, b, F1, KK3, 2, 12); -+ R( b, c, d, e, a, F1, KK3, 13, 9); -+ R( a, b, c, d, e, F1, KK3, 9, 12); -+ R( e, a, b, c, d, F1, KK3, 7, 5); -+ R( d, e, a, b, c, F1, KK3, 10, 15); -+ R( c, d, e, a, b, F1, KK3, 14, 8); -+ R( b, c, d, e, a, F0, KK4, 12, 8); -+ R( a, b, c, d, e, F0, KK4, 15, 5); -+ R( e, a, b, c, d, F0, KK4, 10, 12); -+ R( d, e, a, b, c, F0, KK4, 4, 9); -+ R( c, d, e, a, b, F0, KK4, 1, 12); -+ R( b, c, d, e, a, F0, KK4, 5, 5); -+ R( a, b, c, d, e, F0, KK4, 8, 14); -+ R( e, a, b, c, d, F0, KK4, 7, 6); -+ R( d, e, a, b, c, F0, KK4, 6, 8); -+ R( c, d, e, a, b, F0, KK4, 2, 13); -+ R( b, c, d, e, a, F0, KK4, 13, 6); -+ R( a, b, c, d, e, F0, KK4, 14, 5); -+ R( e, a, b, c, d, F0, KK4, 0, 15); -+ R( d, e, a, b, c, F0, KK4, 3, 13); -+ R( c, d, e, a, b, F0, KK4, 9, 11); -+ R( b, c, d, e, a, F0, KK4, 11, 11); -+ -+ -+ t = hd->h1 + d + cc; -+ hd->h1 = hd->h2 + e + dd; -+ hd->h2 = hd->h3 + a + ee; -+ hd->h3 = hd->h4 + b + aa; -+ hd->h4 = hd->h0 + c + bb; -+ hd->h0 = t; -+} -+ -+ -+/* Update the message digest with the contents -+ * of INBUF with length INLEN. -+ */ -+static void -+rmd160_write( RMD160_CONTEXT *hd, byte *inbuf, size_t inlen) -+{ -+ if( hd->count == 64 ) { /* flush the buffer */ -+ transform( hd, hd->buf ); -+ hd->count = 0; -+ hd->nblocks++; -+ } -+ if( !inbuf ) -+ return; -+ if( hd->count ) { -+ for( ; inlen && hd->count < 64; inlen-- ) -+ hd->buf[hd->count++] = *inbuf++; -+ rmd160_write( hd, NULL, 0 ); -+ if( !inlen ) -+ return; -+ } -+ -+ while( inlen >= 64 ) { -+ transform( hd, inbuf ); -+ hd->count = 0; -+ hd->nblocks++; -+ inlen -= 64; -+ inbuf += 64; -+ } -+ for( ; inlen && hd->count < 64; inlen-- ) -+ hd->buf[hd->count++] = *inbuf++; -+} -+ -+/* The routine terminates the computation -+ */ -+ -+static void -+rmd160_final( RMD160_CONTEXT *hd ) -+{ -+ u32 t, msb, lsb; -+ byte *p; -+ -+ rmd160_write(hd, NULL, 0); /* flush */; -+ -+ msb = 0; -+ t = hd->nblocks; -+ if( (lsb = t << 6) < t ) /* multiply by 64 to make a byte count */ -+ msb++; -+ msb += t >> 26; -+ t = lsb; -+ if( (lsb = t + hd->count) < t ) /* add the count */ -+ msb++; -+ t = lsb; -+ if( (lsb = t << 3) < t ) /* multiply by 8 to make a bit count */ -+ msb++; -+ msb += t >> 29; -+ -+ if( hd->count < 56 ) { /* enough room */ -+ hd->buf[hd->count++] = 0x80; /* pad */ -+ while( hd->count < 56 ) -+ hd->buf[hd->count++] = 0; /* pad */ -+ } -+ else { /* need one extra block */ -+ hd->buf[hd->count++] = 0x80; /* pad character */ -+ while( hd->count < 64 ) -+ hd->buf[hd->count++] = 0; -+ rmd160_write(hd, NULL, 0); /* flush */; -+ memset(hd->buf, 0, 56 ); /* fill next block with zeroes */ -+ } -+ /* append the 64 bit count */ -+ hd->buf[56] = lsb ; -+ hd->buf[57] = lsb >> 8; -+ hd->buf[58] = lsb >> 16; -+ hd->buf[59] = lsb >> 24; -+ hd->buf[60] = msb ; -+ hd->buf[61] = msb >> 8; -+ hd->buf[62] = msb >> 16; -+ hd->buf[63] = msb >> 24; -+ transform( hd, hd->buf ); -+ -+ p = hd->buf; -+ #if BYTE_ORDER == BIG_ENDIAN -+ #define X(a) do { *p++ = hd->h##a ; *p++ = hd->h##a >> 8; \ -+ *p++ = hd->h##a >> 16; *p++ = hd->h##a >> 24; } while(0) -+ #else /* little endian */ -+ #define X(a) do { *(u32*)p = hd->h##a ; p += 4; } while(0) -+ #endif -+ X(0); -+ X(1); -+ X(2); -+ X(3); -+ X(4); -+ #undef X -+} -+ -+/**************** -+ * Shortcut functions which puts the hash value of the supplied buffer -+ * into outbuf which must have a size of 20 bytes. -+ */ -+void -+rmd160_hash_buffer( char *outbuf, const char *buffer, size_t length ) -+{ -+ RMD160_CONTEXT hd; -+ -+ rmd160_init( &hd ); -+ rmd160_write( &hd, (byte*)buffer, length ); -+ rmd160_final( &hd ); -+ memcpy( outbuf, hd.buf, 20 ); -+} -diff -urN util-linux-2.10o/mount/rmd160.h util-linux-2.10o.int2/mount/rmd160.h ---- util-linux-2.10o/mount/rmd160.h Thu Jan 1 01:00:00 1970 -+++ util-linux-2.10o.int2/mount/rmd160.h Mon Sep 25 11:46:18 2000 -@@ -0,0 +1,9 @@ -+#ifndef RMD160_H -+#define RMD160_H -+ -+void -+rmd160_hash_buffer( char *outbuf, const char *buffer, size_t length ); -+ -+#endif /*RMD160_H*/ -+ -+ diff --git a/sys-apps/util-linux/util-linux-2.10q-r1.ebuild b/sys-apps/util-linux/util-linux-2.10q-r1.ebuild deleted file mode 100644 index aa4af2b33768..000000000000 --- a/sys-apps/util-linux/util-linux-2.10q-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.10q-r1.ebuild,v 1.2 2001/02/10 11:17:25 achim Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Various useful Linux utilities" -SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/util-linux/${P}.tar.bz2" -DEPEND=">=sys-libs/ncurses-5.2-r2" - - -RDEPEND="$DEPEND - sys-devel/perl" - -src_unpack() { - - unpack ${P}.tar.bz2 - cd ${S} - cp MCONFIG MCONFIG.orig - sed -e "s:-pipe -O2 -m486 -fomit-frame-pointer:${CFLAGS}:" \ - -e "s:CPU=.*:CPU=${CHOST%%-*}:" \ - -e "s:HAVE_PAM=no:HAVE_PAM=yes:" \ - -e "s:HAVE_SLN=no:HAVE_SLN=yes:" \ - -e "s:HAVE_TSORT=no:HAVE_TSORT=yes:" \ - -e "s:usr/man:usr/share/man:" \ - -e "s:usr/info:usr/share/info:" \ - MCONFIG.orig > MCONFIG.orig2 - if [ "`use simpleinit`" ] - then - sed -e "s:HAVE_SYSVINIT=yes:HAVE_SYSVINIT=no:" \ - -e "s:HAVE_SYSVINIT_UTILS=yes:HAVE_SYSVINIT_UTILS=no:" \ - MCONFIG.orig2 > MCONFIG - else - mv MCONFIG.orig2 MCONFIG - fi - -} - -src_compile() { - - try ./configure - try make ${MAKEOPTS} LDFLAGS=\"\" -} - - -src_install() { - - try make DESTDIR=${D} install - - dodoc HISTORY MAINTAINER README VERSION - docinto licenses - dodoc licenses/* HISTORY - docinto examples - dodoc example.files/* -} - - diff --git a/sys-apps/util-linux/util-linux-2.10q.ebuild b/sys-apps/util-linux/util-linux-2.10q.ebuild deleted file mode 100644 index d85d9fb450e0..000000000000 --- a/sys-apps/util-linux/util-linux-2.10q.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.10q.ebuild,v 1.3 2000/11/30 23:14:35 achim Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="Various useful Linux utilities" -SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/util-linux/${P}.tar.bz2" -DEPEND=">=sys-libs/gpm-1.19.3 - >=sys-libs/slang-1.4.2" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04 - >=sys-devel/perl-5.6" - -src_compile() { - try ./configure - try make ${MAKEOPTS} LDFLAGS=\"\" -} - -src_unpack() { - unpack ${P}.tar.bz2 - cd ${S} -# patch -p1 < ${FILESDIR}/util-linux-2.10o* - cp MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2 -m486 -fomit-frame-pointer/${CFLAGS}/" \ - -e "s/HAVE_PAM=no/HAVE_PAM=yes/" \ - -e "s/HAVE_SLN=no/HAVE_SLN=yes/" \ - -e "s/HAVE_TSORT=no/HAVE_TSORT=yes/" \ - -e "s/# HAVE_SLANG/HAVE_SLANG/" \ - -e "s/# SLANGFLAGS/SLANGSFLAGS/" \ - MCONFIG.orig > MCONFIG - -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - cd ${S} - dodoc HISTORY MAINTAINER README VERSION - docinto licenses - dodoc licenses/* HISTORY - docinto examples - dodoc example.files/* -} - - diff --git a/sys-apps/vcron/files/digest-vcron-3.0_p1-r1 b/sys-apps/vcron/files/digest-vcron-3.0_p1-r1 deleted file mode 100644 index 12da92affca3..000000000000 --- a/sys-apps/vcron/files/digest-vcron-3.0_p1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d9f12c3edfca4a4918b8d299cce5f2b4 cron3.0pl1.tar.gz diff --git a/sys-apps/vim-nogui/files/digest-vim-nogui-5.7-r2 b/sys-apps/vim-nogui/files/digest-vim-nogui-5.7-r2 deleted file mode 100644 index bd52e4ba82b9..000000000000 --- a/sys-apps/vim-nogui/files/digest-vim-nogui-5.7-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0b2bca69c7018a8777d8d5390e23d06e vim-5.7-src.tar.gz -MD5 b7d9cbc64479e26f52e2bc58d312bd84 vim-5.7-rt.tar.gz diff --git a/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild b/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild deleted file mode 100644 index 2c03fc421f57..000000000000 --- a/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild,v 1.3 2000/11/30 23:14:35 achim Exp $ - -A="vim-5.7-src.tar.gz vim-5.7-rt.tar.gz" -S=${WORKDIR}/vim-5.7 -DESCRIPTION="Handy vi-compatible editor" -SRC_URI="ftp://ftp.home.vim.org/pub/vim/unix/vim-5.7-src.tar.gz - ftp://ftp.home.vim.org/pub/vim/unix/vim-5.7-rt.tar.gz" -HOMEPAGE="http://www.vim.org" -DEPEND=">=sys-libs/gpm-1.19.3" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} \ - --enable-gui=no --without-x - # Parallel make does not work - try make -} - -src_install() { - try make prefix=${D}/usr STRIP=echo install - dodoc README* - - cd ${D}/usr/doc/vim-nogui-5.7-r2 - ln -s ../../share/vim/vim57/doc ${P} - - cd ${D}/usr/bin - ln -s vim vi - dosed "s:/usr/bin/nawk:/usr/bin/awk:" /usr/share/vim/vim57/tools/mve.awk -} - - - - diff --git a/sys-apps/watchpid/files/digest-watchpid-0.1 b/sys-apps/watchpid/files/digest-watchpid-0.1 deleted file mode 100644 index 54f3c64a1b1e..000000000000 --- a/sys-apps/watchpid/files/digest-watchpid-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 954939f7ddf337d90ec9806abea0290b watchpid_0.1.tar.gz diff --git a/sys-apps/watchpid/watchpid-0.1.ebuild b/sys-apps/watchpid/watchpid-0.1.ebuild deleted file mode 100644 index 34ec74ac716c..000000000000 --- a/sys-apps/watchpid/watchpid-0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/watchpid-0.1.ebuild,v 1.2 2000/11/30 23:14:35 achim Exp $ - -A=watchpid_0.1.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Watches a process for termination" -SRC_URI="http://www.codepark.org/projects/utils/${A}" -HOMEPAGE="http://www.codepark.org" -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - cd ${S} - dodoc README AUTHORS COPYING NEWS -} - - - diff --git a/sys-apps/which/files/digest-which-2.12 b/sys-apps/which/files/digest-which-2.12 deleted file mode 100644 index fc5c9a3ba137..000000000000 --- a/sys-apps/which/files/digest-which-2.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 8955df4fe35e29378a5eda31a61de39e which-2.12.tar.gz diff --git a/sys-apps/which/which-2.12.ebuild b/sys-apps/which/which-2.12.ebuild deleted file mode 100644 index ee0dc2371688..000000000000 --- a/sys-apps/which/which-2.12.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.12.ebuild,v 1.2 2000/11/30 23:14:35 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Prints out location of specified executables that are in your path" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${A} - ftp://prep.ai.mit.edu/gnu/which/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure --prefix=/usr - try make -} - -src_unpack() { - unpack ${A} - # cd ${S}/tilde - # cp shell.c shell.c.orig - # echo "#define NULL ( 0L )" > shell.c - # cat shell.c.orig >> shell.c -} - -src_install() { - into /usr - dobin which - doman which.1 - doinfo which.info - dodoc AUTHORS COPYING EXAMPLES NEWS README* -} - diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r1 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r1 deleted file mode 100644 index 72aa49d63056..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r2 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r2 deleted file mode 100644 index 72aa49d63056..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r3 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r3 deleted file mode 100644 index 72aa49d63056..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r4 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r4 deleted file mode 100644 index 72aa49d63056..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz diff --git a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild b/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild deleted file mode 100644 index c39ed3ba68eb..000000000000 --- a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild,v 1.2 2001/01/13 20:07:52 achim Exp $ - -P=xinetd-2.1.8.8p3 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Replacement for inetd." -HOMEPAGE="http://www.xinetd.org" -SRC_URI="http://www.xinetd.org/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04 - >=sys-devel/perl-5.6" - -src_compile() { - try ./configure --with-loadavg --with-libwrap --prefix=/usr --host=${CHOST} - # Parallel make does not work - try make - -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - dodoc CHANGELOG README COPYRIGHT - exeinto /etc/rc.d/init.d - doexe ${FILESDIR}/xinetd ${FILESDIR}/svc-xinetd - insinto /etc -# doins ${FILESDIR}/xinetd.conf - exeinto /var/lib/supervise/services/xinetd - newexe ${FILESDIR}/xinetd-run run -} - - - - diff --git a/sys-apps/yard/files/digest-yard-2.0 b/sys-apps/yard/files/digest-yard-2.0 deleted file mode 100644 index 41f5511082f8..000000000000 --- a/sys-apps/yard/files/digest-yard-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c2d115e0a12945b6057a30e2c47532ae yard-2.0.tar.gz diff --git a/sys-apps/yard/files/yard-2.0-doc-Makefile.in-gentoo.diff~ b/sys-apps/yard/files/yard-2.0-doc-Makefile.in-gentoo.diff~ deleted file mode 100644 index 7c6252d16287..000000000000 --- a/sys-apps/yard/files/yard-2.0-doc-Makefile.in-gentoo.diff~ +++ /dev/null @@ -1,16 +0,0 @@ ---- doc/Makefile.in~ Mon May 15 00:55:57 2000 -+++ doc/Makefile.in Sun Apr 8 18:06:05 2001 -@@ -55,10 +55,10 @@ - man: yard.8 - - install: -- $(INSTALL) --directory $(doc_dest) $(manfile_dest) -- $(INSTALL) --group=man --mode=444 yard.8 $(manfile_dest) -+ $(INSTALL) --directory $(DESTDIR)/$(doc_dest) $(DESTDIR)$(manfile_dest) -+ $(INSTALL) --group=man --mode=444 yard.8 $(DESTDIR)$(manfile_dest) - for i in $(MANPAGES);\ -- do $(LN) -f $(manfile_dest)/yard.8 $(manfile_dest)/$$i; done -+ do $(LN) -f yard.8 $(DESTDIR)/$(manfile_dest)/$$i; done - - clean: - $(RM) -f *.log *~ *.~ .*~ *.*.~ *.OLD *.ls \#* *.bak diff --git a/sys-apps/yard/yard-2.0.ebuild b/sys-apps/yard/yard-2.0.ebuild deleted file mode 100644 index f7c1afaec851..000000000000 --- a/sys-apps/yard/yard-2.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yard/yard-2.0.ebuild,v 1.1 2001/04/08 16:42:20 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Yard is a suite of Perl scripts for creating rescue disks (also -called bootdisks) for Linux." -SRC_URI="http://www.croftj.net/~fawcett/yard/${A}" -HOMEPAGE="http://www.croftj.net/~fawcett/yard/" - -src_unpack() { - unpack ${A} - cd ${S} - cp ${FILESDIR}/configure . - #cp Makefile.in makefile.in.orig - patch -p0 < ${FILESDIR}/${P}-Makefile.in-gentoo.diff - patch -p0 < ${FILESDIR}/${P}-doc-Makefile.in-gentoo.diff - patch -p0 < ${FILESDIR}/${P}-extras-Makefile.in-gentoo.diff -} - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install customize - cd doc - docinto txt - dodoc *.txt Broken* - docinto html - dodoc *.html - docinto sgml - dodoc *.sgml - docinto print - gunzip *.ps.gz - dodoc *.ps -} - |