summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2005-07-30 13:43:23 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2005-07-30 13:43:23 +0000
commit71b3edffb48881b07511ae11119b045ec2fc8187 (patch)
tree129531b1002f2a265712049681011186f810eae9 /net-mail/nmzmail
parentppc stable (diff)
downloadhistorical-71b3edffb48881b07511ae11119b045ec2fc8187.tar.gz
historical-71b3edffb48881b07511ae11119b045ec2fc8187.tar.bz2
historical-71b3edffb48881b07511ae11119b045ec2fc8187.zip
new package
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-mail/nmzmail')
-rw-r--r--net-mail/nmzmail/ChangeLog9
-rw-r--r--net-mail/nmzmail/Manifest14
-rw-r--r--net-mail/nmzmail/files/digest-nmzmail-0.1.31
-rw-r--r--net-mail/nmzmail/metadata.xml6
-rw-r--r--net-mail/nmzmail/nmzmail-0.1.3.ebuild26
5 files changed, 56 insertions, 0 deletions
diff --git a/net-mail/nmzmail/ChangeLog b/net-mail/nmzmail/ChangeLog
new file mode 100644
index 000000000000..8e33645a1224
--- /dev/null
+++ b/net-mail/nmzmail/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-mail/nmzmail
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/nmzmail/ChangeLog,v 1.1 2005/07/30 13:43:23 g2boojum Exp $
+
+*nmzmail-0.1.3 (30 Jul 2005)
+
+ 30 Jul 2005; Grant Goodyear <g2boojum@gentoo.org> +nmzmail-0.1.3.ebuild:
+ New package
+
diff --git a/net-mail/nmzmail/Manifest b/net-mail/nmzmail/Manifest
new file mode 100644
index 000000000000..bb5828e3a23b
--- /dev/null
+++ b/net-mail/nmzmail/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 55a45c576046832b09e845f902d7d504 nmzmail-0.1.3.ebuild 691
+MD5 17d3e2b1ac12b49100b8bbd91846cda3 metadata.xml 221
+MD5 669bc616fd3f061368d4749949cc8ca4 ChangeLog 327
+MD5 bf9622a91718302c9c5c2fa064c8a707 files/digest-nmzmail-0.1.3 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC64QSDAg8Nbq0d9kRAgjWAJ43Fh9NSZXSWKzuF/LbQn1zEy11BACgh2pD
+n2UU1tOnyjocF3zfg/PHUzA=
+=D44p
+-----END PGP SIGNATURE-----
diff --git a/net-mail/nmzmail/files/digest-nmzmail-0.1.3 b/net-mail/nmzmail/files/digest-nmzmail-0.1.3
new file mode 100644
index 000000000000..8e60e45d385b
--- /dev/null
+++ b/net-mail/nmzmail/files/digest-nmzmail-0.1.3
@@ -0,0 +1 @@
+MD5 ab4b853fd939012f6d0025ef3cf9a81d nmzmail-0.1.3.tar.gz 83308
diff --git a/net-mail/nmzmail/metadata.xml b/net-mail/nmzmail/metadata.xml
new file mode 100644
index 000000000000..c6dd0e6f2c14
--- /dev/null
+++ b/net-mail/nmzmail/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-mail</herd>
+<maintainer><email>g2boojum@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/net-mail/nmzmail/nmzmail-0.1.3.ebuild b/net-mail/nmzmail/nmzmail-0.1.3.ebuild
new file mode 100644
index 000000000000..fed72201ae4c
--- /dev/null
+++ b/net-mail/nmzmail/nmzmail-0.1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/nmzmail/nmzmail-0.1.3.ebuild,v 1.1 2005/07/30 13:43:23 g2boojum Exp $
+
+DESCRIPTION="Fast mail searchng for mutt using namazu"
+HOMEPAGE="http://www.ecademix.com/JohannesHofmann/#nmzmail"
+SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="sys-libs/readline"
+RDEPEND=">=app-text/namazu-2"
+
+src_compile() {
+ econf || die "could not configure"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "Install failed"
+ dodoc README AUTHORS NEWS
+}
+