Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-IMAPClient: ChangeLog Mail-IMAPClient-3.25.ebuild
Date: Sat, 05 Feb 2011 19:01:05
Message-Id: 20110205190055.6245920054@flycatcher.gentoo.org
1 maekke 11/02/05 19:00:55
2
3 Modified: ChangeLog Mail-IMAPClient-3.25.ebuild
4 Log:
5 arm stable, bug #351787
6
7 (Portage version: 2.1.9.35/cvs/Linux i686)
8
9 Revision Changes Path
10 1.53 dev-perl/Mail-IMAPClient/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.53&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.53&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?r1=1.52&r2=1.53
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v
19 retrieving revision 1.52
20 retrieving revision 1.53
21 diff -u -r1.52 -r1.53
22 --- ChangeLog 2 Feb 2011 18:43:46 -0000 1.52
23 +++ ChangeLog 5 Feb 2011 19:00:55 -0000 1.53
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/Mail-IMAPClient
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.52 2011/02/02 18:43:46 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.53 2011/02/05 19:00:55 maekke Exp $
29 +
30 + 05 Feb 2011; Markus Meier <maekke@g.o> Mail-IMAPClient-3.25.ebuild:
31 + arm stable, bug #351787
32
33 *Mail-IMAPClient-3.260 (02 Feb 2011)
34
35
36
37
38 1.2 dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild?r1=1.1&r2=1.2
43
44 Index: Mail-IMAPClient-3.25.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- Mail-IMAPClient-3.25.ebuild 3 Jun 2010 08:53:55 -0000 1.1
51 +++ Mail-IMAPClient-3.25.ebuild 5 Feb 2011 19:00:55 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 +# Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild,v 1.1 2010/06/03 08:53:55 tove Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild,v 1.2 2011/02/05 19:00:55 maekke Exp $
58
59 EAPI=2
60
61 @@ -10,7 +10,7 @@
62 DESCRIPTION="IMAP client module for Perl"
63
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
66 +KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
67 IUSE="test"
68
69 RDEPEND=">=dev-perl/Parse-RecDescent-1.94"