diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:55:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:55:53 +0000 |
commit | a67b3de2080e452c0ce64d485fbe58c2b77d97c7 (patch) | |
tree | 60ce02f261b0088211aa702574e735280575b53b /net-mail | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.gz gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.bz2 gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.zip |
*** empty log message ***
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/amavis/amavis-0.2.1.ebuild | 47 | ||||
-rw-r--r-- | net-mail/amavis/files/digest-amavis-0.2.1 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.5.1.ebuild | 43 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.5.1 | 1 | ||||
-rw-r--r-- | net-mail/maildrop/files/digest-maildrop-1.2.2 | 1 | ||||
-rw-r--r-- | net-mail/maildrop/maildrop-1.2.2.ebuild | 77 | ||||
-rw-r--r-- | net-mail/pine-maildir/files/digest-pine-maildir-4.21-r1 | 2 | ||||
-rw-r--r-- | net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild | 60 | ||||
-rw-r--r-- | net-mail/pine/files/digest-pine-4.21-r1 | 1 | ||||
-rw-r--r-- | net-mail/pine/pine-4.21-r1.ebuild | 56 | ||||
-rw-r--r-- | net-mail/tnef/files/digest-tnef-0.13 | 1 | ||||
-rw-r--r-- | net-mail/tnef/tnef-0.13.ebuild | 30 |
12 files changed, 0 insertions, 320 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 - -} - - |