summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-client/hap/ChangeLog11
-rw-r--r--mail-client/hap/Manifest2
-rw-r--r--mail-client/hap/files/digest-hap-3.71
-rw-r--r--mail-client/hap/hap-3.7.ebuild32
-rw-r--r--mail-client/hap/metadata.xml5
5 files changed, 51 insertions, 0 deletions
diff --git a/mail-client/hap/ChangeLog b/mail-client/hap/ChangeLog
new file mode 100644
index 000000000000..fb4acf234941
--- /dev/null
+++ b/mail-client/hap/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for mail-client/hap
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/ChangeLog,v 1.1 2004/09/22 22:50:00 ticho Exp $
+
+*hap-3.7 (23 Sep 2004)
+
+ 23 Sep 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +hap-3.7.ebuild:
+ Initial version. Closes #59158, ebuild submitted by Martin Bays
+ <gentoo_bugz@zugzwang.port5.com>.
+
diff --git a/mail-client/hap/Manifest b/mail-client/hap/Manifest
new file mode 100644
index 000000000000..d60e1912b37a
--- /dev/null
+++ b/mail-client/hap/Manifest
@@ -0,0 +1,2 @@
+MD5 171c4e94b1617c73d4c5a2de5147359d hap-3.7.ebuild 655
+MD5 0b5f7cdf64358d836c97b3546454a8fa files/digest-hap-3.7 56
diff --git a/mail-client/hap/files/digest-hap-3.7 b/mail-client/hap/files/digest-hap-3.7
new file mode 100644
index 000000000000..d21f61a5f3a5
--- /dev/null
+++ b/mail-client/hap/files/digest-hap-3.7
@@ -0,0 +1 @@
+MD5 8494f766bc8374ddd75e3987db4f0b88 hap-3.7.tar 194560
diff --git a/mail-client/hap/hap-3.7.ebuild b/mail-client/hap/hap-3.7.ebuild
new file mode 100644
index 000000000000..fb64280c386c
--- /dev/null
+++ b/mail-client/hap/hap-3.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/hap-3.7.ebuild,v 1.1 2004/09/22 22:50:00 ticho Exp $
+
+IUSE=""
+
+DESCRIPTION="A terminal mail notification program (replacement for biff)"
+HOMEPAGE="http://www.transbay.net/~enf/sw.html"
+SRC_URI="http://www.transbay.net/~enf/hap-3.7.tar"
+
+DEPEND="sys-libs/libtermcap-compat"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+# untars to 'hap/'
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+
+ # The configure script doesn't like --mandir etc., so we call it directly
+ # rather than via econf
+ ./configure || die "configure failed"
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin hap
+ doman hap.1
+}
diff --git a/mail-client/hap/metadata.xml b/mail-client/hap/metadata.xml
new file mode 100644
index 000000000000..51f94e3fbe0e
--- /dev/null
+++ b/mail-client/hap/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-mail</herd>
+</pkgmetadata>