summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-12-26 04:00:59 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-12-26 04:00:59 +0000
commit602910edb2e4eb2c7ef74a80113a8867a75d7e55 (patch)
tree4fc953d962f84e1cb089b20357f888dcf0760e36 /net-mail/autorespond
parentinitial commit, based off bug #5642 and work from myself. (diff)
downloadgentoo-2-602910edb2e4eb2c7ef74a80113a8867a75d7e55.tar.gz
gentoo-2-602910edb2e4eb2c7ef74a80113a8867a75d7e55.tar.bz2
gentoo-2-602910edb2e4eb2c7ef74a80113a8867a75d7e55.zip
initial commit, based off bug #5642 and work from myself.
Diffstat (limited to 'net-mail/autorespond')
-rw-r--r--net-mail/autorespond/ChangeLog9
-rw-r--r--net-mail/autorespond/Manifest15
-rw-r--r--net-mail/autorespond/autorespond-2.0.4.ebuild32
-rw-r--r--net-mail/autorespond/files/digest-autorespond-2.0.42
4 files changed, 46 insertions, 12 deletions
diff --git a/net-mail/autorespond/ChangeLog b/net-mail/autorespond/ChangeLog
new file mode 100644
index 000000000000..b2c3c44e5dd8
--- /dev/null
+++ b/net-mail/autorespond/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-mail/autorespond
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/ChangeLog,v 1.1 2003/12/26 04:00:46 robbat2 Exp $
+
+*autorespond-2.0.4 (25 Dec 2003)
+
+ 25 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> autorespond-2.0.4.ebuild:
+ initial commit, based off bug #5642 and work from myself.
+
diff --git a/net-mail/autorespond/Manifest b/net-mail/autorespond/Manifest
index f00904032777..720a6c7b07eb 100644
--- a/net-mail/autorespond/Manifest
+++ b/net-mail/autorespond/Manifest
@@ -1,13 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/Manifest,v 1.1 2003/12/26 04:00:46 robbat2 Exp $
-MD5 96865b8b4fca005014ece7be3389be63 autorespond_2.0.4.orig.tar.gz 7884
-MD5 2ec64e17b4f7c7668d6a653e7e02921a autorespond-2.0.4.ebuild 819
-MD5 44d518a3b3546f9d3fd5345744cc87fd autorespond-2.0.2.ebuild~ 567
-MD5 4d1536e30fc6afc90b7a36af686ab634 files/digest-autorespond-2.0.2 67
+# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/Manifest,v 1.2 2003/12/26 04:00:59 robbat2 Exp $
+MD5 4395509dd47d56d86de93c5e1ea0ead8 autorespond-2.0.4.ebuild 843
+MD5 dc47220ee06c480bfc804c2453afc060 ChangeLog 396
MD5 43cfadac548b18767864b6c01797df5f files/digest-autorespond-2.0.4 137
-MD5 35c5d005241fe219f99ed5eb34dc157f autorespond-2.0.4/Makefile 374
-MD5 062a167ebd3dd943b84eaaed9e85bc38 autorespond-2.0.4/README 4065
-MD5 02291de884405e5f21dd8e45cb6e4ee6 autorespond-2.0.4/autorespond.1 1418
-MD5 cc2581bc60041e1da1aea8b36a14a897 autorespond-2.0.4/autorespond.c 16892
-MD5 76e27b894526f6f0b97185865d566020 autorespond-2.0.4/help_message 164
-MD5 7634b8c93193dbabac8da4b97e40a0ae autorespond-2.0.4/qmail-auto 81
-MD5 1e81eadec59d2516d2f7100dfe2efdcf autorespond-2.0.4/ChangeLog 241
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild
new file mode 100644
index 000000000000..d684f8ee370b
--- /dev/null
+++ b/net-mail/autorespond/autorespond-2.0.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.1 2003/12/26 04:00:46 robbat2 Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Autoresponder add on package for qmailadmin"
+DEBIAN_PV="1"
+DEBIAN_P="${P/-/_}-${DEBIAN_PV}"
+SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
+ mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz"
+HOMEPAGE="http://inter7.com/devel/"
+
+KEYWORDS="~x86 ~alpha ~arm ~hppa ia64 ~mips ~ppc ~sparc amd64"
+LICENSE="GPL-2"
+SLOT="0"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ epatch ${DISTDIR}/${DEBIAN_P}.diff.gz
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ into /var/qmail
+ dobin autorespond
+ into /usr
+ dodoc README help_message qmail-auto ChangeLog
+ doman *.1
+}
diff --git a/net-mail/autorespond/files/digest-autorespond-2.0.4 b/net-mail/autorespond/files/digest-autorespond-2.0.4
new file mode 100644
index 000000000000..ae8420b28422
--- /dev/null
+++ b/net-mail/autorespond/files/digest-autorespond-2.0.4
@@ -0,0 +1,2 @@
+MD5 96865b8b4fca005014ece7be3389be63 autorespond-2.0.4.tar.gz 7884
+MD5 5a97cce11f3c01e2de72c6e450798031 autorespond_2.0.4-1.diff.gz 2637