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
commitf9b37dbeb7d197eb948e1b68775071b7b116f5f1 (patch)
tree6daf9c92f3bace91123cbdb5cc0d79660d72eea5 /net-mail/qmail-notify
parentAdded sparc and sparc64 KEYWORDS. (diff)
downloadgentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.tar.gz
gentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.tar.bz2
gentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.zip
repoman'd
Diffstat (limited to 'net-mail/qmail-notify')
-rw-r--r--net-mail/qmail-notify/files/digest-qmail-notify-0.921
-rw-r--r--net-mail/qmail-notify/qmail-notify-0.92.ebuild43
-rw-r--r--net-mail/qmail-notify/qmail-notify-0.93.ebuild15
3 files changed, 8 insertions, 51 deletions
diff --git a/net-mail/qmail-notify/files/digest-qmail-notify-0.92 b/net-mail/qmail-notify/files/digest-qmail-notify-0.92
deleted file mode 100644
index 633f36b080d8..000000000000
--- a/net-mail/qmail-notify/files/digest-qmail-notify-0.92
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e786c23c0cc79000ad740ba5070fabe0 qmail-notify-0.92.tar.gz 15820
diff --git a/net-mail/qmail-notify/qmail-notify-0.92.ebuild b/net-mail/qmail-notify/qmail-notify-0.92.ebuild
deleted file mode 100644
index bbccc7bbe07f..000000000000
--- a/net-mail/qmail-notify/qmail-notify-0.92.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.92.ebuild,v 1.4 2002/07/11 06:30:47 drobbins Exp $
-
-S=${WORKDIR}/${P}
-
-DEPEND="virtual/glibc"
-
-RDEPEND="virtual/cron
- net-mail/qmail"
-
-DESCRIPTION="Delayed delivery notification for qmail."
-SRC_URI="http://untroubled.org/qmail-notify/${P}.tar.gz"
-
-HOMEPAGE="http://untroubled.org/qmail-notify/"
-
-src_compile() {
- cd ${S}
- echo "gcc ${CFLAGS}" > conf-cc
- echo "gcc" > conf-ld
- emake || die
-}
-
-src_install () {
- exeinto /usr/sbin
- doexe qmail-notify
-
- exeinto /etc/cron.hourly
- doexe ${FILESDIR}/qmail-notify.cron
-
- dodoc README ANNOUNCEMENT TODO cron.hourly
-}
-
-
-pkg_postinst() {
-
- echo
- einfo "Edit qmail-notify.cron in /etc/cron.hourly"
- einfo "to activate qmail-notify!"
- echo
-
-
-}
diff --git a/net-mail/qmail-notify/qmail-notify-0.93.ebuild b/net-mail/qmail-notify/qmail-notify-0.93.ebuild
index 69fe3e361bbc..20c324d937f1 100644
--- a/net-mail/qmail-notify/qmail-notify-0.93.ebuild
+++ b/net-mail/qmail-notify/qmail-notify-0.93.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.93.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.93.ebuild,v 1.3 2002/07/17 05:07:51 seemant Exp $
S=${WORKDIR}/${P}
+DESCRIPTION="Delayed delivery notification for qmail."
+SRC_URI="http://untroubled.org/qmail-notify/${P}.tar.gz"
+HOMEPAGE="http://untroubled.org/qmail-notify/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
RDEPEND="virtual/cron
net-mail/qmail"
-DESCRIPTION="Delayed delivery notification for qmail."
-SRC_URI="http://untroubled.org/qmail-notify/${P}.tar.gz"
-
-HOMEPAGE="http://untroubled.org/qmail-notify/"
-LICENSE="GPL-2"
-
src_compile() {
cd ${S}
echo "gcc ${CFLAGS}" > conf-cc