summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-19 17:57:07 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-19 17:57:07 +0000
commit32f7853a7e7483b3149f6f2517df5720282d06c0 (patch)
tree993c41d4ebced3ed334cf7e99740416638a64e50 /net-mail/mboxgrep
parentbump (diff)
downloadhistorical-32f7853a7e7483b3149f6f2517df5720282d06c0.tar.gz
historical-32f7853a7e7483b3149f6f2517df5720282d06c0.tar.bz2
historical-32f7853a7e7483b3149f6f2517df5720282d06c0.zip
bump
Diffstat (limited to 'net-mail/mboxgrep')
-rw-r--r--net-mail/mboxgrep/Manifest4
-rw-r--r--net-mail/mboxgrep/files/digest-mboxgrep-0.7.91
-rw-r--r--net-mail/mboxgrep/mboxgrep-0.7.9.ebuild27
3 files changed, 30 insertions, 2 deletions
diff --git a/net-mail/mboxgrep/Manifest b/net-mail/mboxgrep/Manifest
index be10090e5a96..8a83a34d47d7 100644
--- a/net-mail/mboxgrep/Manifest
+++ b/net-mail/mboxgrep/Manifest
@@ -1,6 +1,6 @@
-MD5 81ce6d3d42128689659eee65f4f34044 mboxgrep-0.7.9.ebuild 610
+MD5 2142e89c97ccd840614144cd9f1f29a6 mboxgrep-0.7.9.ebuild 658
MD5 6a102be9034a6e03b420bebac9b6d648 mboxgrep-0.7.3.ebuild 796
-MD5 5c51ee89f4790b0e48aafded9c9fa8a6 ChangeLog 784
+MD5 3e13c436006de48158cdd56ad6627bfc ChangeLog 919
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 43e2cb38fa892eb6cc542ad5b1bb153a files/digest-mboxgrep-0.7.3 65
MD5 c61b01f55bdbda6508d64d75f53848b9 files/digest-mboxgrep-0.7.9 65
diff --git a/net-mail/mboxgrep/files/digest-mboxgrep-0.7.9 b/net-mail/mboxgrep/files/digest-mboxgrep-0.7.9
new file mode 100644
index 000000000000..7e6eda232929
--- /dev/null
+++ b/net-mail/mboxgrep/files/digest-mboxgrep-0.7.9
@@ -0,0 +1 @@
+MD5 4b256de164b8f094db9ccf0e6386d246 mboxgrep-0.7.9.tar.gz 76067
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild
new file mode 100644
index 000000000000..de9f03c79c04
--- /dev/null
+++ b/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild,v 1.1 2003/10/19 17:57:01 lanius Exp $
+
+DESCRIPTION="Grep for mbox files"
+SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz"
+HOMEPAGE="http://mboxgrep.sf.net"
+
+DEPEND="virtual/glibc"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~ppc ~sparc"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ make \
+ prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ install || die
+ dodoc ChangeLog NEWS TODO README
+}