summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-02-03 10:11:42 +0000
committerThomas Kahle <tomka@gentoo.org>2011-02-03 10:11:42 +0000
commitebd31a4c7345f44cbe8ad14024b5cdfc5ef0f791 (patch)
tree316e4044c674b37aa1d4e37b4bedaaf8bad8cffb /net-mail
parentBackported QA changes(die etc) (diff)
downloadgentoo-2-ebd31a4c7345f44cbe8ad14024b5cdfc5ef0f791.tar.gz
gentoo-2-ebd31a4c7345f44cbe8ad14024b5cdfc5ef0f791.tar.bz2
gentoo-2-ebd31a4c7345f44cbe8ad14024b5cdfc5ef0f791.zip
New Package: net-mail/mu, bumped from sunrise, thanks to contributors there and to Dirk-Jan C. Binnema
(Portage version: 2.1.9.35/cvs/Linux i686)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mu/ChangeLog26
-rw-r--r--net-mail/mu/metadata.xml13
-rw-r--r--net-mail/mu/mu-0.9.2.ebuild27
3 files changed, 66 insertions, 0 deletions
diff --git a/net-mail/mu/ChangeLog b/net-mail/mu/ChangeLog
new file mode 100644
index 000000000000..dbecda84787d
--- /dev/null
+++ b/net-mail/mu/ChangeLog
@@ -0,0 +1,26 @@
+# ChangeLog for net-mail/mu
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.1 2011/02/03 10:11:42 tomka Exp $
+
+*mu-0.9.2 (03 Feb 2011)
+
+ 03 Feb 2011; Thomas Kahle <tomka@gentoo.org> +mu-0.9.2.ebuild, +metadata.xml:
+ Bumped and imported to main-tree. Kudos to contributors to sunrise, and
+ Dirk-Jan C. Binnema.
+
+ 29 Jan 2011; Thomas Kahle <tomka@gentoo.org> mu-0.9.1.ebuild,
+ +files/remove-failing-sandbox-test.patch:
+ Bump to 0.9.1
+
+ 25 Mar 2010; Cédric Cabessa (ced_c) <ced@ryick.net> mu-0.7.ebuild:
+ add postinst elog about migration from 0.6
+
+ 20 Mar 2010; Cédric Cabessa (ced_c) <ced@ryick.net> -mu-0.6.ebuild,
+ +mu-0.7.ebuild:
+ Version bump, add NEWS in DOCS
+
+ 18 Feb 2010; Cédric Cabessa (ced_c) <ced@ryick.net> +mu-0.6.ebuild,
+ +metadata.xml:
+ New ebuild for bug 305073, thanks to Tommy[D], hwoarang, Xarthisius and
+ sedzimir
+
diff --git a/net-mail/mu/metadata.xml b/net-mail/mu/metadata.xml
new file mode 100644
index 000000000000..63c9f019b7dc
--- /dev/null
+++ b/net-mail/mu/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-mail</herd>
+<maintainer>
+ <email>tomka@gentoo.org</email>
+ <name>Thomas Kahle</name>
+</maintainer>
+<longdescription lang="en">
+'mu' is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you
+are looking for, assuming that you store your e-mails in Maildirs.
+</longdescription>
+</pkgmetadata>
diff --git a/net-mail/mu/mu-0.9.2.ebuild b/net-mail/mu/mu-0.9.2.ebuild
new file mode 100644
index 000000000000..c358fe795596
--- /dev/null
+++ b/net-mail/mu/mu-0.9.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.2.ebuild,v 1.1 2011/02/03 10:11:42 tomka Exp $
+
+EAPI=3
+
+inherit base eutils
+
+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-2.4
+ dev-libs/xapian
+ >=dev-libs/glib-2.22"
+RDEPEND="${DEPEND}"
+
+src_test () {
+ emake check || die
+}
+
+DOCS=( "AUTHORS" "HACKING" "NEWS" "TODO" )