summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 18:55:53 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 18:55:53 +0000
commita67b3de2080e452c0ce64d485fbe58c2b77d97c7 (patch)
tree60ce02f261b0088211aa702574e735280575b53b /net-mail/pine
parent*** empty log message *** (diff)
downloadgentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.gz
gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.tar.bz2
gentoo-2-a67b3de2080e452c0ce64d485fbe58c2b77d97c7.zip
*** empty log message ***
Diffstat (limited to 'net-mail/pine')
-rw-r--r--net-mail/pine/files/digest-pine-4.21-r11
-rw-r--r--net-mail/pine/pine-4.21-r1.ebuild56
2 files changed, 0 insertions, 57 deletions
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
-}
-
-
-