diff options
32 files changed, 0 insertions, 797 deletions
diff --git a/net-mail/amavis/amavis-0.2.1.ebuild b/net-mail/amavis/amavis-0.2.1.ebuild deleted file mode 100644 index 035217393f72..000000000000 --- a/net-mail/amavis/amavis-0.2.1.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/net-mail/amavis/amavis-0.2.1.ebuild,v 1.2 2000/11/02 08:31:52 achim Exp $ - -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="Virus Scanner" -SRC_URI="http://www.amavis.org/dist/${A}" - -HOMEPAGE="http://www.amavis.org" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=app-text/metamail-2.7 - >=net-mail/tnef-0.13 - >=net-mail/vlnx-407e - || ( >=net-mail/qmail-1.03 >=net-mail/exim-3.1.6 )" - -src_compile() { - cd ${S} - ./reconf - try ./configure --host=${CHOST} --prefix=/usr \ - --with-logdir=/var/log/scanmail \ - --with-virusdir=/var/tmp/virusmails \ - --enable-qmail - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - into /usr - dodoc AUTHORS BUGS COPYING ChangeLog FAQ HINTS NEWS README* TODO - dodoc doc/amavis.txt - docinto html - dodoc doc/*.png doc/*.html - dodir /var/log/scanmail - dodir /var/tmp/virusmails - chmod 777 ${D}/var/log/scanmail - chmod 777 ${D}/var/tmp/virusmails - -} - - - - diff --git a/net-mail/amavis/files/digest-amavis-0.2.1 b/net-mail/amavis/files/digest-amavis-0.2.1 deleted file mode 100644 index a790e2427a4d..000000000000 --- a/net-mail/amavis/files/digest-amavis-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8d2ce5007d5ad841498ba0294350d492 amavis-0.2.1.tar.gz diff --git a/net-mail/fetchmail/fetchmail-5.5.1.ebuild b/net-mail/fetchmail/fetchmail-5.5.1.ebuild deleted file mode 100644 index 85c95fc2aec5..000000000000 --- a/net-mail/fetchmail/fetchmail-5.5.1.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/net-mail/fetchmail/fetchmail-5.5.1.ebuild,v 1.3 2000/11/02 08:31:52 achim Exp $ - -P=fetchmail-5.5.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="fetchmail" -SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${A} -HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-libs/openssl-0.9.6" - -src_compile() { - cd ${S} - export CFLAGS="$CFLAGS -I/usr/include/openssl" \ - - try ./configure --prefix=/usr --host=${CHOST} \ - --with-ssl --with-catgets --enable-RPM --enable-NTLN \ - --enable-SDPS - try make -} - - -src_install() { - cd ${S} - into /usr - dobin fetchmail - cp fetchmail.man fetchmail.1 - doman fetchmail.1 - dodoc COPYING FAQ FEATURES MANIFEST NEWS NOTES README* TODO - dodoc sample.rcfile - docinto html - dodoc *.html - docinto contrib - dodoc contrib/* -} - - - - diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.5.1 b/net-mail/fetchmail/files/digest-fetchmail-5.5.1 deleted file mode 100644 index a23a61da4c75..000000000000 --- a/net-mail/fetchmail/files/digest-fetchmail-5.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4f1124bcb616b9ec2724bef93e9cfea2 fetchmail-5.5.1.tar.gz diff --git a/net-mail/maildrop/files/digest-maildrop-1.2.2 b/net-mail/maildrop/files/digest-maildrop-1.2.2 deleted file mode 100644 index 6185dd239e1d..000000000000 --- a/net-mail/maildrop/files/digest-maildrop-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 92399244e03694bbbe1dd75fe4b9a204 maildrop-1.2.2.tar.gz diff --git a/net-mail/maildrop/maildrop-1.2.2.ebuild b/net-mail/maildrop/maildrop-1.2.2.ebuild deleted file mode 100644 index 29bceddbae7b..000000000000 --- a/net-mail/maildrop/maildrop-1.2.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/maildrop-1.2.2.ebuild,v 1.2 2000/11/02 18:05:56 jerry Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Mail delivery agent/filter" -SRC_URI="http://download.sourceforge.net/courier/${A}" -HOMEPAGE="http://www.flounder.net/~mrsam/maildrop/index.html" - -DEPEND=">=sys-libs/gdbm-1.8.0 - >=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --disable-tempdir --enable-syslog=1 --with-etcdir=/etc/maildrop \ - --enable-maildirquota --enable-userdb - - try make -} - -src_install () { - cd ${S}/maildrop - insopts -o root -g root -m 4755 - insinto /usr/bin - for i in maildrop dotlock - do - doins $i - done - - insopts -o root -g root -m 755 - insinto /usr/bin - doins reformail - - cd ${S}/rfc2045 - insopts -o root -g root -m 755 - insinto /usr/bin - for i in makemime reformime - do - doins $i - done - - cd ${S}/maildir - insopts -o root -g root -m 755 - insinto /usr/bin - for i in deliverquota maildirmake - do - doins $i - done - - cd ${S}/makedat - insopts -o root -g root -m 755 - insinto /usr/bin - for i in makedat makedatprog - do - doins $i - done - - cd ${S}/userdb - insopts -o root -g root -m 755 - insinto /usr/bin - donewins userdb.pl userdb - for i in makeuserdb pw2userdb userdbpw vchkpw2userdb - do - doins $i - done - - cd ${S} - dodoc *.html - doman *.1 - doman *.5 - doman *.8 - - dodir /etc/maildrop -} diff --git a/net-mail/pine-maildir/files/digest-pine-maildir-4.21-r1 b/net-mail/pine-maildir/files/digest-pine-maildir-4.21-r1 deleted file mode 100644 index 9cf621efd3e1..000000000000 --- a/net-mail/pine-maildir/files/digest-pine-maildir-4.21-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9252a061387de806f8aa1ced885d41f6 pine4.21.tar.gz -MD5 2f6cd0ed750321d074cc53171d308291 pine-4.20-maildir_3.patch diff --git a/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild b/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild deleted file mode 100644 index 0b0d9683e89b..000000000000 --- a/net-mail/pine-maildir/pine-maildir-4.21-r1.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/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild,v 1.5 2000/11/01 04:44:19 achim Exp $ - -P=pine-maildir-4.21 -A="pine4.21.tar.gz pine-4.20-maildir_3.patch" -S=${WORKDIR}/pine4.21 -DESCRIPTION="Pine, Pico, Pilot, imapd" -SRC_URI="ftp://ftp.cac.washington.edu/pine/pine4.21.tar.gz - ftp://158.195.33.220/pub/pine/pine-4.20-maildir_3.patch" -HOMEPAGE="http://www.washington.edu/pine/ - ftp://158.195.33.220/pub/pine/pine-4.20-maildir_3.howto.txt" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=sys-libs/pam-0.72" - -src_unpack() { - unpack pine4.21.tar.gz - cd ${S} - patch -p1 < ${DISTDIR}/pine-4.20-maildir_3.patch - cd ${S}/pine - cp try makefile.lnx try makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" try makefile.orig > try makefile.lnx - - cd ${S}/pico - cp try makefile.lnx try makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" try makefile.orig > try makefile.lnx - -} - -src_compile() { - ./build lnp -} - -src_install() { - cd ${S} - into /usr - dobin bin/pine bin/pico bin/pilot bin/mtest - dosbin bin/imapd - - doman doc/pico.1 doc/pine.1 - - insinto /etc - doins doc/mime.types - donewins doc/mailcap.unx mailcap - - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/FAQ imap/docs/RELNOTES - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - docinto html/tech-notes - dodoc doc/tech-notes/*.html -} - - - diff --git a/net-mail/pine/files/digest-pine-4.21-r1 b/net-mail/pine/files/digest-pine-4.21-r1 deleted file mode 100644 index cdba66b6aa7f..000000000000 --- a/net-mail/pine/files/digest-pine-4.21-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9252a061387de806f8aa1ced885d41f6 pine4.21.tar.gz diff --git a/net-mail/pine/pine-4.21-r1.ebuild b/net-mail/pine/pine-4.21-r1.ebuild deleted file mode 100644 index f27aae086b57..000000000000 --- a/net-mail/pine/pine-4.21-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.21-r1.ebuild,v 1.4 2000/11/01 04:44:19 achim Exp $ - -P=pine-4.21 -A=pine4.21.tar.gz -S=${WORKDIR}/pine4.21 -DESCRIPTION="Pine, Pico, Pilot, imapd" -SRC_URI="ftp://ftp.cac.washington.edu/pine/"${A} -HOMEPAGE="http://www.washington.edu/pine/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=sys-libs/pam-0.72" - -src_unpack() { - unpack ${A} - cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx - - cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx - -} - -src_compile() { - ./build lnp -} - -src_install() { - cd ${S} - into /usr - dobin bin/pine bin/pico bin/pilot bin/mtest - dosbin bin/imapd - - doman doc/pico.1 doc/pine.1 - - insinto /etc - doins doc/mime.types - donewins doc/mailcap.unx mailcap - - dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/FAQ imap/docs/RELNOTES - docinto imap/rfc - dodoc imap/docs/rfc/*.txt - docinto html/tech-notes - dodoc doc/tech-notes/*.html -} - - - diff --git a/net-mail/tnef/files/digest-tnef-0.13 b/net-mail/tnef/files/digest-tnef-0.13 deleted file mode 100644 index 0bd8730a2339..000000000000 --- a/net-mail/tnef/files/digest-tnef-0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 895c18f4e3a2f5ff61ee90eac3f2f378 tnef-0.13.tar.gz diff --git a/net-mail/tnef/tnef-0.13.ebuild b/net-mail/tnef/tnef-0.13.ebuild deleted file mode 100644 index 8bd01167a4f2..000000000000 --- a/net-mail/tnef/tnef-0.13.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-0.13.ebuild,v 1.2 2000/11/01 04:44:20 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Decodes MS-TNEF MIME attachments" -SRC_URI="http://world.std.com/~damned/${A}" -HOMEPAGE="http://world.std.com/~damned/software.html" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install - dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO - -} - - diff --git a/net-misc/dhcp/dhcp-3.0_beta0206.ebuild b/net-misc/dhcp/dhcp-3.0_beta0206.ebuild deleted file mode 100644 index ab32f6fa23f9..000000000000 --- a/net-misc/dhcp/dhcp-3.0_beta0206.ebuild +++ /dev/null @@ -1,73 +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/net-misc/dhcp/dhcp-3.0_beta0206.ebuild,v 1.3 2000/11/01 04:44:21 achim Exp $ - -P=dhcp-3.0b2pl6 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="ISC Dynamic Host Configuration Protocol" -SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" -HOMEPAGE="http://www.isc.org/products/DHCP/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - - cd ${S} - echo "CC = gcc ${CFLAGS}" > site.conf - echo "ETC = /etc/dhcp" >> site.conf - try ./configure - try make -} - -src_install () { - - cd ${S}/work.linux-2.2/client - into /usr - dosbin dhclient - doman *.5 *.8 - - cd ../common - doman *.5 - - cd ../dhcpctl - dolib libdhcpctl.a - insinto /usr/include - doins dhcpctl.h - - cd ../omapip - dolib libomapi.a - doman *.3 - - cd ../relay - dosbin dhcrelay - doman *.8 - - cd ../server - dosbin dhcpd - doman *.5 *.8 - - cd ${S}/client - insinto /etc/dhcp - doins dhclient.conf - donewins scripts/linux dhclient-script - - cd ${S}/server - doins dhcpd.conf - - cd ${S}/includes/omapip - insinto /usr/include/omapip - doins alloc.h buffer.h omapip.h - cd ${S}/includes/isc - insinto /usr/include/isc - doins boolean.h dst.h int.h lang.h list.h result.h types.h - - cd ${S} - dodoc ANONCVS CHANGES COPYRIGHT README RELNOTES - docinto doc - dodoc doc/* -} - - - diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_beta0206 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0206 deleted file mode 100644 index 3dc4304fbd9c..000000000000 --- a/net-misc/dhcp/files/digest-dhcp-3.0_beta0206 +++ /dev/null @@ -1 +0,0 @@ -MD5 3eea722a460000feabb06a975f9ab27b dhcp-3.0b2pl6.tar.gz diff --git a/net-misc/netkit-timed/files/digest-netkit-timed-0.17-r1 b/net-misc/netkit-timed/files/digest-netkit-timed-0.17-r1 deleted file mode 100644 index 3d9b4090a062..000000000000 --- a/net-misc/netkit-timed/files/digest-netkit-timed-0.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1bffb4db753d9e5be227e444cf119bfe netkit-timed-0.17.tar.gz diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild deleted file mode 100644 index c35abe83f1cb..000000000000 --- a/net-misc/netkit-timed/netkit-timed-0.17-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $ - -P=netkit-timed-0.17 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Netkit - timed" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3" - -src_compile() { - try ./configure - try make -} - -src_install() { - - into /usr - dosbin timed/timed/timed - doman timed/timed/timed.8 - dosbin timed/timedc/timedc - doman timed/timedc/timedc.8 - dodoc README ChangeLog BUGS - dodir /etc/rc.d/init.d - cp ${O}/files/timed ${D}/etc/rc.d/init.d/timed -} - -pkg_config() { - - . /etc/rc.d/config/functions - - echo "Generating symlinks..." - ${ROOT}/usr/sbin/rc-update add timed - -} - - diff --git a/net-misc/openssh/files/digest-openssh-2.3.0_p1 b/net-misc/openssh/files/digest-openssh-2.3.0_p1 deleted file mode 100644 index 894bbf191bc9..000000000000 --- a/net-misc/openssh/files/digest-openssh-2.3.0_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3d53dfb45da6e7bf88aaaf65b528aac openssh-2.3.0p1.tar.gz diff --git a/net-misc/openssh/openssh-2.3.0_p1.ebuild b/net-misc/openssh/openssh-2.3.0_p1.ebuild deleted file mode 100644 index 1b0cce193809..000000000000 --- a/net-misc/openssh/openssh-2.3.0_p1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.3.0_p1.ebuild,v 1.2 2000/12/05 18:34:25 achim Exp $ - -P=openssh-2.3.0p1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Port of OpenBSD's free SSH release" -SRC_URI="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/"${A} -HOMEPAGE="http://www.openssh.com/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-apps/tcp-wrappers-7.6 - >=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=dev-libs/openssl-0.9.6" - -src_compile() { - try ./configure --prefix=/usr --sysconfdir=/etc/ssh \ - --libexecdir=/usr/libexec --mandir=/usr/man \ - --enable-gnome-askpass \ - --with-tcp-wrappers --with-ipv4-default --host=${CHOST} - try make -} - -src_unpack() { - unpack ${A} - cd ${S} -# patch -p0 < contrib/chroot.diff -} - -src_install() { - try make manpages install-files DESTDIR=${D} - dodoc ChangeLog COPYING.* CREDITS OVERVIEW README* TODO UPGRADING - cd ${O}/files - dodir /etc/rc.d/init.d/ - insinto /etc/rc.d/init.d - insopts -m755 - doins sshd - insinto /etc/pam.d - donewins sshd.pam sshd -} - -pkg_config() { - - # Make ssh start at boot - echo "Generating symlinks" - ${ROOT}/usr/sbin/rc-update add sshd - -} - - - diff --git a/net-misc/snort/files/digest-snort-1.6.3 b/net-misc/snort/files/digest-snort-1.6.3 deleted file mode 100644 index ff1a0329269b..000000000000 --- a/net-misc/snort/files/digest-snort-1.6.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5d628b08c0bf42af3affc9fcfca7ea69 snort-1.6.3.tar.gz -MD5 6fd76cac4a5c65a020e13954f850481e snort-1.6.3-patch2.tar.gz diff --git a/net-misc/snort/snort-1.6.3.ebuild b/net-misc/snort/snort-1.6.3.ebuild deleted file mode 100644 index 85cf8de7c505..000000000000 --- a/net-misc/snort/snort-1.6.3.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/net-misc/snort/snort-1.6.3.ebuild,v 1.3 2000/11/13 20:26:47 achim Exp $ - -#P= -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="Libpcap packet sniffer/logger/lightweight IDS" -SRC_URI="http://www.snort.org/Files/${A}" -HOMEPAGE="http://www.snort.org" - -DEPEND=">=net-libs/libpcap-0.5.2 - >=dev-db/mysql-3.23.26" - -RDEPEND=">=dev-db/mysql-3.23.26" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --enable-smbalerts --enable-pthreads \ - --with-mysql-includes=/usr/include/mysql \ - --with-mysql-libraries=/usr/lib/mysql/lib - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install - into /usr/lib/snort/bin - doins contrib/create_mysql contrib/*.pl contrib/snortlog - dodoc AUTHORS BUGS ChangeLog COPYING CREDITS NEWS README.* - dodoc RULES.SAMPLE USAGE contrib/pgsql.php3 -} - diff --git a/net-nds/openldap/files/digest-openldap-2.0.1 b/net-nds/openldap/files/digest-openldap-2.0.1 deleted file mode 100644 index 82b93ef36aed..000000000000 --- a/net-nds/openldap/files/digest-openldap-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 baf9391cca80b520925f88fdecf7153d openldap-2.0.1.tgz diff --git a/net-nds/openldap/openldap-2.0.1.ebuild b/net-nds/openldap/openldap-2.0.1.ebuild deleted file mode 100644 index d910dace0fb9..000000000000 --- a/net-nds/openldap/openldap-2.0.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.1.ebuild,v 1.2 2000/09/15 20:09:15 drobbins Exp $ - -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="LDAP suite of application and development tools" -SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/"${A} -HOMEPAGE="http://www.OpenLDAP.org/" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --enable-wrappers --enable-passwd \ - --enable-shell --enable-shared --enable-static \ - --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - try make depend - try make - cd tests - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr sysconfdir=${D}/etc/openldap localstatedir=${D}/var/state install - prepman - - dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE - docinto rfc - dodoc doc/rfc/*.txt - docinto devel - dodoc doc/devel/* - - dodir /etc/rc.d/init.d - cp ${O}/files/slapd ${D}/etc/rc.d/init.d - cp ${O}/files/slurpd ${D}/etc/rc.d/init.d - - cd ${D}/etc/openldap - - for i in * - do - cp $i $i.orig - sed -e "s:${D}::" $i.orig > $i - rm $i.orig - done -} - - - - - - diff --git a/net-nds/ypbind/files/digest-ypbind-1.6-r1 b/net-nds/ypbind/files/digest-ypbind-1.6-r1 deleted file mode 100644 index 69538539ae69..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 903b483e2434230c63407216380b6fc9 ypbind-mt-1.6.tar.gz diff --git a/net-nds/ypbind/ypbind-1.6-r1.ebuild b/net-nds/ypbind/ypbind-1.6-r1.ebuild deleted file mode 100644 index 6846a805b74a..000000000000 --- a/net-nds/ypbind/ypbind-1.6-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.5 2000/11/01 04:44:22 achim Exp $ - -P=ypbind-1.6 -A=ypbind-mt-1.6.tar.gz -S=${WORKDIR}/ypbind-mt-1.6 -DESCRIPTION="Multithreaded NIS bind service" -SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/"${A} -HOMEPAGE="http://www.suse.de/~kukuk/nis/ypbind-mt/index.html" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp --with-catgets - try make -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - insinto /etc/rc.d/init.d - doins ${O}/files/ypbind - dodoc AUTHORS ChangeLog COPYING README THANKS TODO - insinto /etc/yp - doins etc/yp.conf - prepman -} - - - - diff --git a/net-print/LPRng/LPRng-3.6.24.ebuild b/net-print/LPRng/LPRng-3.6.24.ebuild deleted file mode 100644 index 4de679125791..000000000000 --- a/net-print/LPRng/LPRng-3.6.24.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/net-print/LPRng/LPRng-3.6.24.ebuild,v 1.3 2000/11/01 04:44:23 achim Exp $ - -P=LPRng-3.6.24 -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="Extended implementation of the Berkley LPR print spooler" -SRC_URI="ftp://ftp.astart.com/pub/LPRng/LPRng/${A}" -HOMEPAGE="http://www.astart.com/LPRng/LPRng.html" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_unpack() { - unpack ${A} - cd ${S}/po - rm Makefile.in.in - cp /usr/share/gettext/po/Makefile.in.in . - rm -rf ${S}/intl -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/lprng \ - --enable-nls --with-catgets --with-included-gettext - try make -} - -src_install() { - cd ${S} - try make INSTALL_PREFIX=${D} datadir=${D}/usr/share gnulocaledir=${D}/usr/share/locale install - - prepman - - rm -rf ${D}/usr/share/locale - MOPREFIX=LPRng - domo po/fr.po - cp ${O}/files/lprng ${D}/etc/rc.d/init.d/lprng - cd ${S} - dodoc ABOUT-NLS.LPRng CHANGES CONTRIBUTORS COPYRIGHT LICENSE LINK README* UPDATE VERSION - dodoc HOWTO/*.txt HOWTO/*.ppt - docinto html - dodoc HOWTO/*.html HOWTO/*.gif -} - - - diff --git a/net-print/LPRng/files/digest-LPRng-3.6.24 b/net-print/LPRng/files/digest-LPRng-3.6.24 deleted file mode 100644 index ced1892c0ea2..000000000000 --- a/net-print/LPRng/files/digest-LPRng-3.6.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 9937c0b38d3e10e200c87cb222b23370 LPRng-3.6.24.tgz diff --git a/net-print/cups/cups-1.1.3.ebuild b/net-print/cups/cups-1.1.3.ebuild deleted file mode 100644 index 637ddc67395c..000000000000 --- a/net-print/cups/cups-1.1.3.ebuild +++ /dev/null @@ -1,59 +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/net-print/cups/cups-1.1.3.ebuild,v 1.3 2000/11/01 06:27:12 achim Exp $ - -A=${P}-source.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="The Common Unix Printing System" -SRC_URI="ftp://ftp.easysw.com/pub/cups/${PV}/${A}" -HOMEPAGE="http://www.cups.org" - -DEPEND=">=sys-devel/gcc-2.95.2 - >=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=media-libs/libpng-1.0.7" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --host=${CHOST} --enable-pam - cp Makedefs Makedefs.orig - sed -e "s:^INITDIR.*:INITDIR = /etc:" \ - -e "s:/share/doc/cups:/doc/${P}:" \ - -e "s:^SERVERROOT.*:SERVERROOT = /etc/cups:" \ - -e "s:^LOGDIR.*:LOGDIR = /var/log/cups:" \ - -e "s:^REQUESTS.*:REQUESTS = /var/spool/cups:" \ - Makedefs.orig > Makedefs - try make - -} - -src_install () { - - cd ${S} - try make exec_prefix=${D}/usr prefix=${D}/usr \ - localstatedir=${D}/var/state sysconfdir=${D}/etc \ - INITDIT=${D}/etc PAMDIR=${D}/etc/pam.d \ - DOCDIR=${D}/usr/doc/${P} SERVERROOT=${D}/etc/cups \ - LOGDIR=${D}/var/log/cups REQUESTS=${D}/var/spool/cups install - rm -rf ${D}/usr/etc - rm -rf ${D}/usr/man/cat* - rm -r ${D}/etc/pam.d - cd ${D}/usr/doc/${P} - gzip * - mkdir html - mv images html - mv *.html.gz html - mv *.css.gz html - cd ${S} - dodoc *.txt - docinto html - dodoc LICENSE.html - - insinto /etc/rc.d/init.d - insopts -m 755 - doins ${FILESDIR}/cups -} - diff --git a/net-print/cups/files/digest-cups-1.1.3 b/net-print/cups/files/digest-cups-1.1.3 deleted file mode 100644 index 2e35d530200a..000000000000 --- a/net-print/cups/files/digest-cups-1.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4fccd4fc13dd56f31522f039ccff969 cups-1.1.3-source.tar.bz2 diff --git a/net-www/netscape/files/digest-navigator-4.75 b/net-www/netscape/files/digest-navigator-4.75 deleted file mode 100644 index cb09734432cc..000000000000 --- a/net-www/netscape/files/digest-navigator-4.75 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fd68b63566033ad94f1fa06acb8b36b navigator-v475-us.x86-unknown-linux2.2.tar.gz diff --git a/net-www/netscape/files/digest-netscape-4.75 b/net-www/netscape/files/digest-netscape-4.75 deleted file mode 100644 index 044bec103600..000000000000 --- a/net-www/netscape/files/digest-netscape-4.75 +++ /dev/null @@ -1 +0,0 @@ -MD5 3fdb3b2a8200646b8816fc428975584b communicator-v475-us.x86-unknown-linux2.2.tar.gz diff --git a/net-www/netscape/navigator-4.75.ebuild b/net-www/netscape/navigator-4.75.ebuild deleted file mode 100644 index 66823c593bc3..000000000000 --- a/net-www/netscape/navigator-4.75.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/net-www/netscape/navigator-4.75.ebuild,v 1.4 2000/11/01 04:44:23 achim Exp $ - -A=navigator-v475-us.x86-unknown-linux2.2.tar.gz -S=${WORKDIR}/navigator-v475.x86-unknown-linux2.2 -DESCRIPTION="Netscape Navigator Standalone 4.75" -SRC_URI="ftp://ftp.netscape.com/pub/communicator/english/4.75/unix/supported/linux22/navigator_standalone/"${A} -HOMEPAGE="http://developer.netscape.com/support/index.html" - -DEPEND="" - -src_install() { - cd ${S} - dodir /opt/netscape - dodir /opt/netscape/java/classes - dodir /usr/X11R6/bin - dodoc README.install - cd ${D}/opt/netscape - gzip -dc ${S}/netscape-v475.nif | tar xf - - gzip -dc ${S}/nethelp-v475.nif | tar xf - - cp ${S}/*.jar ${D}/opt/netscape/java/classes - cp ${O}/files/netscape ${D}/usr/X11R6/bin/netscape - rm ${D}/opt/netscape/netscape-dynMotif - rm ${D}/opt/netscape/libnullplugin-dynMotif.so - insinto /usr/X11R6/bin - doins ${FILES}/netscape - chmod +x ${D}/usr/X11R6/bin/netscape -} - diff --git a/net-www/netscape/netscape-4.75.ebuild b/net-www/netscape/netscape-4.75.ebuild deleted file mode 100644 index 5a37d2345513..000000000000 --- a/net-www/netscape/netscape-4.75.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/net-www/netscape/netscape-4.75.ebuild,v 1.6 2000/12/03 23:12:28 drobbins Exp $ - -P=netscape-4.75 -A=communicator-v475-us.x86-unknown-linux2.2.tar.gz -S=${WORKDIR}/communicator-v475.x86-unknown-linux2.2 -DESCRIPTION="Netscape Communicator 4.75" -SRC_URI="ftp://ftp.netscape.com/pub/communicator/english/4.75/unix/supported/linux22/complete_install/"${A} -HOMEPAGE="http://developer.netscape.com/support/index.html" -PROVIDE="virtual/x11-web-browser" - -src_install() { - cd ${S} - dodir /opt/netscape - dodir /opt/netscape/java/classes - dodir /usr/X11R6/bin - dodoc README.install - cd ${D}/opt/netscape - gzip -dc ${S}/netscape-v475.nif | tar xf - - gzip -dc ${S}/nethelp-v475.nif | tar xf - - gzip -dc ${S}/spellchk-v475.nif | tar xf - - cp ${S}/*.jar ${D}/opt/netscape/java/classes - cp ${O}/files/netscape ${D}/usr/X11R6/bin/netscape - rm ${D}/opt/netscape/netscape-dynMotif - rm ${D}/opt/netscape/libnullplugin-dynMotif.so - insinto /usr/X11R6/bin - doins ${FILES}/netscape - chmod +x ${D}/usr/X11R6/bin/netscape -} - |