Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-IMAPClient: Mail-IMAPClient-3.350.0.ebuild ChangeLog
Date: Tue, 26 Nov 2013 07:48:29
Message-Id: 20131126074823.B07422004B@flycatcher.gentoo.org
1 patrick 13/11/26 07:48:23
2
3 Modified: ChangeLog
4 Added: Mail-IMAPClient-3.350.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.87 dev-perl/Mail-IMAPClient/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.87&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.87&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?r1=1.86&r2=1.87
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v
20 retrieving revision 1.86
21 retrieving revision 1.87
22 diff -u -r1.86 -r1.87
23 --- ChangeLog 15 Aug 2013 06:30:11 -0000 1.86
24 +++ ChangeLog 26 Nov 2013 07:48:23 -0000 1.87
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Mail-IMAPClient
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.86 2013/08/15 06:30:11 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.87 2013/11/26 07:48:23 patrick Exp $
30 +
31 +*Mail-IMAPClient-3.350.0 (26 Nov 2013)
32 +
33 + 26 Nov 2013; Patrick Lauer <patrick@g.o>
34 + +Mail-IMAPClient-3.350.0.ebuild:
35 + Bump
36
37 *Mail-IMAPClient-3.330.0 (15 Aug 2013)
38
39
40
41
42 1.1 dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.350.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.350.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.350.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Mail-IMAPClient-3.350.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.350.0.ebuild,v 1.1 2013/11/26 07:48:23 patrick Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=PLOBBES
56 MODULE_VERSION=3.35
57 inherit perl-module
58
59 DESCRIPTION="IMAP client module for Perl"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
63 IUSE="test"
64
65 RDEPEND="
66 >=dev-perl/Parse-RecDescent-1.940.0
67 "
68 DEPEND="${RDEPEND}
69 test? (
70 dev-perl/Test-Pod
71 )
72 "
73
74 SRC_TEST="do"