summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/mu/mu-0.7.ebuild')
-rw-r--r--net-mail/mu/mu-0.7.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/mu/mu-0.7.ebuild b/net-mail/mu/mu-0.7.ebuild
new file mode 100644
index 000000000..8c1bb6d5c
--- /dev/null
+++ b/net-mail/mu/mu-0.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit base
+
+DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
+HOMEPAGE="http://www.djcbsoftware.nl/code/mu/"
+SRC_URI="http://mu0.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/gmime
+ dev-libs/xapian
+ "
+RDEPEND="${DEPEND}"
+
+DOCS=( "AUTHORS" "HACKING" "NEWS" "TODO" )