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.20.ebuild
Date: Sat, 06 Sep 2008 07:17:45
Message-Id: E1Kbs3B-0003az-Oo@stork.gentoo.org
1 tove 08/09/06 07:17:41
2
3 Modified: ChangeLog
4 Added: Calendar-Simple-1.20.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.13 dev-perl/Calendar-Simple/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 27 Dec 2007 14:05:30 -0000 1.12
23 +++ ChangeLog 6 Sep 2008 07:17:41 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Calendar-Simple
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.12 2007/12/27 14:05:30 ticho Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.13 2008/09/06 07:17:41 tove Exp $
30 +
31 +*Calendar-Simple-1.20 (06 Sep 2008)
32 +
33 + 06 Sep 2008; Torsten Veller <tove@g.o>
34 + +Calendar-Simple-1.20.ebuild:
35 + Version bump
36
37 27 Dec 2007; Andrej Kacian <ticho@g.o> Calendar-Simple-1.17.ebuild:
38 Stable on x86.
39
40
41
42 1.1 dev-perl/Calendar-Simple/Calendar-Simple-1.20.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.20.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.20.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Calendar-Simple-1.20.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/Calendar-Simple/Calendar-Simple-1.20.ebuild,v 1.1 2008/09/06 07:17:41 tove Exp $
52
53 MODULE_AUTHOR=DAVECROSS
54 inherit perl-module
55
56 DESCRIPTION="Perl extension to create simple calendars"
57
58 LICENSE="|| ( Artistic GPL-2 )"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE="test"
62
63 SRC_TEST="do"
64
65 RDEPEND="dev-lang/perl"
66 DEPEND="${RDEPEND}
67 >=dev-perl/module-build-0.28
68 test? ( dev-perl/Test-Pod
69 dev-perl/Test-Pod-Coverage )"