summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Cabessa (ced_c) <ced@ryick.net>2010-02-18 20:59:48 +0000
committerCédric Cabessa (ced_c) <ced@ryick.net>2010-02-18 20:59:48 +0000
commit093b65b64e79cb21cf768fdd273d9d044699df3d (patch)
tree69f1c9289b32ebd1a485f281094b17beaa9c8f1a /net-mail/mu/mu-0.6.ebuild
parentnet-misc/uanytun: New Version 0.3.3. Some init.d script changes. (diff)
downloadsunrise-093b65b64e79cb21cf768fdd273d9d044699df3d.tar.gz
sunrise-093b65b64e79cb21cf768fdd273d9d044699df3d.tar.bz2
sunrise-093b65b64e79cb21cf768fdd273d9d044699df3d.zip
net-mail/mu: New ebuild for bug 305073, thanks to Tommy[D], hwoarang, Xarthisius and sedzimir
svn path=/sunrise/; revision=10163
Diffstat (limited to 'net-mail/mu/mu-0.6.ebuild')
-rw-r--r--net-mail/mu/mu-0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/mu/mu-0.6.ebuild b/net-mail/mu/mu-0.6.ebuild
new file mode 100644
index 000000000..41f2de2f4
--- /dev/null
+++ b/net-mail/mu/mu-0.6.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" "TODO" )