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/Calendar-Simple: ChangeLog Calendar-Simple-1.21.ebuild
Date: Thu, 29 Apr 2010 06:27:10
Message-Id: 20100429062706.3645F2C04C@corvid.gentoo.org
1 tove 10/04/29 06:27:06
2
3 Modified: ChangeLog
4 Added: Calendar-Simple-1.21.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 dev-perl/Calendar-Simple/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 24 Dec 2009 20:34:09 -0000 1.18
23 +++ ChangeLog 29 Apr 2010 06:27:05 -0000 1.19
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Calendar-Simple
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.18 2009/12/24 20:34:09 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.19 2010/04/29 06:27:05 tove Exp $
30 +
31 +*Calendar-Simple-1.21 (29 Apr 2010)
32 +
33 + 29 Apr 2010; Torsten Veller <tove@g.o>
34 + +Calendar-Simple-1.21.ebuild:
35 + Version bump
36
37 24 Dec 2009; Torsten Veller <tove@g.o>
38 -Calendar-Simple-1.17.ebuild:
39
40
41
42 1.1 dev-perl/Calendar-Simple/Calendar-Simple-1.21.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.21.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.21.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Calendar-Simple-1.21.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.21.ebuild,v 1.1 2010/04/29 06:27:06 tove Exp $
52
53 EAPI=3
54
55 MODULE_AUTHOR=DAVECROSS
56 inherit perl-module
57
58 DESCRIPTION="Perl extension to create simple calendars"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE="test"
63
64 RDEPEND=""
65 DEPEND="${RDEPEND}
66 >=virtual/perl-Module-Build-0.28
67 test? ( dev-perl/Test-Pod
68 dev-perl/Test-Pod-Coverage )"
69
70 SRC_TEST="do"