Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-IMAPClient: ChangeLog Mail-IMAPClient-3.10.ebuild Mail-IMAPClient-3.09.ebuild
Date: Tue, 26 Aug 2008 08:18:51
Message-Id: E1KXtlH-0004qS-6G@stork.gentoo.org
1 tove 08/08/26 08:18:47
2
3 Modified: ChangeLog
4 Added: Mail-IMAPClient-3.10.ebuild
5 Removed: Mail-IMAPClient-3.09.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.23 dev-perl/Mail-IMAPClient/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 23 Aug 2008 20:11:54 -0000 1.22
24 +++ ChangeLog 26 Aug 2008 08:18:46 -0000 1.23
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Mail-IMAPClient
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.22 2008/08/23 20:11:54 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.23 2008/08/26 08:18:46 tove Exp $
30 +
31 +*Mail-IMAPClient-3.10 (26 Aug 2008)
32 +
33 + 26 Aug 2008; Torsten Veller <tove@g.o>
34 + -Mail-IMAPClient-3.09.ebuild, +Mail-IMAPClient-3.10.ebuild:
35 + Version bump.
36
37 23 Aug 2008; Torsten Veller <tove@g.o>
38 +Mail-IMAPClient-3.09.ebuild:
39
40
41
42 1.1 dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Mail-IMAPClient-3.10.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.10.ebuild,v 1.1 2008/08/26 08:18:46 tove Exp $
52
53 MODULE_AUTHOR=MARKOV
54 inherit perl-module eutils
55
56 DESCRIPTION="IMAP client module for Perl"
57
58 LICENSE="|| ( Artistic GPL-2 )"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
61 IUSE=""
62
63 DEPEND=">=virtual/perl-libnet-1.0703
64 >=dev-perl/Parse-RecDescent-1.94
65 dev-perl/Digest-HMAC
66 dev-lang/perl"
67 # >=virtual/perl-File-Temp-0.18"
68
69 SRC_TEST="do"
70
71 mydoc="FAQ"