Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mu: metadata.xml ChangeLog mu-0.9.2.ebuild
Date: Thu, 03 Feb 2011 10:11:52
Message-Id: 20110203101142.5737220054@flycatcher.gentoo.org
1 tomka 11/02/03 10:11:42
2
3 Added: metadata.xml ChangeLog mu-0.9.2.ebuild
4 Log:
5 New Package: net-mail/mu, bumped from sunrise, thanks to contributors there and to Dirk-Jan C. Binnema
6
7 (Portage version: 2.1.9.35/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 net-mail/mu/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>net-mail</herd>
21 <maintainer>
22 <email>tomka@g.o</email>
23 <name>Thomas Kahle</name>
24 </maintainer>
25 <longdescription lang="en">
26 'mu' is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you
27 are looking for, assuming that you store your e-mails in Maildirs.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33 1.1 net-mail/mu/ChangeLog
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.1&content-type=text/plain
37
38 Index: ChangeLog
39 ===================================================================
40 # ChangeLog for net-mail/mu
41 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
42 # $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.1 2011/02/03 10:11:42 tomka Exp $
43
44 *mu-0.9.2 (03 Feb 2011)
45
46 03 Feb 2011; Thomas Kahle <tomka@g.o> +mu-0.9.2.ebuild, +metadata.xml:
47 Bumped and imported to main-tree. Kudos to contributors to sunrise, and
48 Dirk-Jan C. Binnema.
49
50 29 Jan 2011; Thomas Kahle <tomka@g.o> mu-0.9.1.ebuild,
51 +files/remove-failing-sandbox-test.patch:
52 Bump to 0.9.1
53
54 25 Mar 2010; Cédric Cabessa (ced_c) <ced@×××××.net> mu-0.7.ebuild:
55 add postinst elog about migration from 0.6
56
57 20 Mar 2010; Cédric Cabessa (ced_c) <ced@×××××.net> -mu-0.6.ebuild,
58 +mu-0.7.ebuild:
59 Version bump, add NEWS in DOCS
60
61 18 Feb 2010; Cédric Cabessa (ced_c) <ced@×××××.net> +mu-0.6.ebuild,
62 +metadata.xml:
63 New ebuild for bug 305073, thanks to Tommy[D], hwoarang, Xarthisius and
64 sedzimir
65
66
67
68
69 1.1 net-mail/mu/mu-0.9.2.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.2.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.2.ebuild?rev=1.1&content-type=text/plain
73
74 Index: mu-0.9.2.ebuild
75 ===================================================================
76 # Copyright 1999-2011 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.2.ebuild,v 1.1 2011/02/03 10:11:42 tomka Exp $
79
80 EAPI=3
81
82 inherit base eutils
83
84 DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
85 HOMEPAGE="http://www.djcbsoftware.nl/code/mu/"
86 SRC_URI="http://mu0.googlecode.com/files/${P}.tar.gz"
87
88 LICENSE="GPL-3"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91 IUSE=""
92
93 DEPEND=">=dev-libs/gmime-2.4
94 dev-libs/xapian
95 >=dev-libs/glib-2.22"
96 RDEPEND="${DEPEND}"
97
98 src_test () {
99 emake check || die
100 }
101
102 DOCS=( "AUTHORS" "HACKING" "NEWS" "TODO" )