summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:07:51 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:07:51 +0000
commit87dbac6c499d0cb6076568cf8d74a2aed948c6a5 (patch)
tree1bfd331985608836acee621a7c48f17f91b1109d /net-mail/procmail
parentAdded sparc and sparc64 KEYWORDS. (diff)
downloadhistorical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.gz
historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.bz2
historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.zip
repoman'd
Diffstat (limited to 'net-mail/procmail')
-rw-r--r--net-mail/procmail/files/digest-procmail-3.22-r11
-rw-r--r--net-mail/procmail/procmail-3.22-r1.ebuild51
-rw-r--r--net-mail/procmail/procmail-3.22-r2.ebuild7
3 files changed, 5 insertions, 54 deletions
diff --git a/net-mail/procmail/files/digest-procmail-3.22-r1 b/net-mail/procmail/files/digest-procmail-3.22-r1
deleted file mode 100644
index d14b9662a1d7..000000000000
--- a/net-mail/procmail/files/digest-procmail-3.22-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1678ea99b973eb77eda4ecf6acae53f1 procmail-3.22.tar.gz 226817
diff --git a/net-mail/procmail/procmail-3.22-r1.ebuild b/net-mail/procmail/procmail-3.22-r1.ebuild
deleted file mode 100644
index 88b3e4bfaf15..000000000000
--- a/net-mail/procmail/procmail-3.22-r1.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
-# Modified by $HOME/.maildir by Craig Joly <craig@taipan.mudshark.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/procmail-3.22-r1.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Mail delivery agent/filter"
-SRC_URI="http://www.procmail.org/${P}.tar.gz"
-HOMEPAGE="http://www.procmail.org/"
-
-DEPEND="virtual/glibc
- virtual/mta"
-
-src_compile() {
-
- cp Makefile Makefile.orig
- sed -e "s:CFLAGS0 = -O:CFLAGS0 = ${CFLAGS}:" \
- -e "s:LOCKINGTEST=__defaults__:#LOCKINGTEST=__defaults__:" \
- -e "s:#LOCKINGTEST=/tmp:LOCKINGTEST=/tmp:" Makefile.orig > Makefile
-
- if [ -z "`use mbox`" ];
- then
- cd ${S}/src
- cp authenticate.c authenticate.c.orig
- sed -e "s:/\*#define MAILSPOOLHOME \"/.mail\":#define MAILSPOOLHOME \"/.maildir/\":" authenticate.c.orig > authenticate.c
- cd ${S}
- fi
-
- emake || die
-}
-
-src_install () {
- cd ${S}/new
- insinto /usr/bin
- insopts -m 6755
- doins procmail
-
- insopts -m 2755
- doins lockfile
-
- dobin formail mailstat
-
- doman *.1 *.5
-
- cd ${S}
- dodoc Artistic COPYING FAQ FEATURES HISTORY INSTALL KNOWN_BUGS README
-
- docinto examples
- dodoc examples/*
-}
-
diff --git a/net-mail/procmail/procmail-3.22-r2.ebuild b/net-mail/procmail/procmail-3.22-r2.ebuild
index 4cf63eeeab18..dce4265f2a8a 100644
--- a/net-mail/procmail/procmail-3.22-r2.ebuild
+++ b/net-mail/procmail/procmail-3.22-r2.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Modified by $HOME/.maildir by Craig Joly <craig@taipan.mudshark.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/procmail-3.22-r2.ebuild,v 1.3 2002/07/16 14:12:56 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/procmail-3.22-r2.ebuild,v 1.4 2002/07/17 05:07:51 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mail delivery agent/filter"
@@ -11,6 +10,10 @@ HOMEPAGE="http://www.procmail.org/"
DEPEND="virtual/glibc
virtual/mta"
+SLOT="0"
+LICENSE="Artistic | GPL"
+KEYWORDS="x86"
+
src_compile() {
cp Makefile Makefile.orig