Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/nmzmail: ChangeLog nmzmail-1.1.ebuild nmzmail-1.0.ebuild
Date: Tue, 21 Apr 2009 17:36:20
Message-Id: E1LwJtK-00050W-Qp@stork.gentoo.org
1 tove 09/04/21 17:36:18
2
3 Modified: ChangeLog
4 Added: nmzmail-1.1.ebuild
5 Removed: nmzmail-1.0.ebuild
6 Log:
7 Version bump. Thanks to Tim Harder (#266959). Cleanup
8 (Portage version: 2.2_rc31/cvs/Linux i686)
9
10 Revision Changes Path
11 1.8 net-mail/nmzmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/nmzmail/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/nmzmail/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/nmzmail/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/nmzmail/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 11 Apr 2009 19:51:38 -0000 1.7
24 +++ ChangeLog 21 Apr 2009 17:36:18 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-mail/nmzmail
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/nmzmail/ChangeLog,v 1.7 2009/04/11 19:51:38 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/nmzmail/ChangeLog,v 1.8 2009/04/21 17:36:18 tove Exp $
30 +
31 +*nmzmail-1.1 (21 Apr 2009)
32 +
33 + 21 Apr 2009; Torsten Veller <tove@g.o> -files/1.0-header.diff,
34 + -nmzmail-1.0.ebuild, +nmzmail-1.1.ebuild:
35 + Version bump. Thanks to Tim Harder (#266959). Cleanup
36
37 *nmzmail-1.0 (11 Apr 2009)
38
39
40
41
42 1.1 net-mail/nmzmail/nmzmail-1.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/nmzmail/nmzmail-1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/nmzmail/nmzmail-1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nmzmail-1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-mail/nmzmail/nmzmail-1.1.ebuild,v 1.1 2009/04/21 17:36:18 tove Exp $
52
53 EAPI=2
54
55 DESCRIPTION="Fast mail searchng for mutt using namazu"
56 HOMEPAGE="http://www.ecademix.com/JohannesHofmann/nmzmail.html"
57 SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 DEPEND="sys-libs/readline"
65 RDEPEND="${DEPEND}
66 >=app-text/namazu-2"
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "Install failed"
70 dodoc README AUTHORS ChangeLog || die
71 }