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/DateManip: ChangeLog DateManip-5.50.ebuild
Date: Wed, 07 May 2008 08:16:47
Message-Id: E1JtepR-0003ce-0e@stork.gentoo.org
1 tove 08/05/07 08:16:45
2
3 Modified: ChangeLog
4 Added: DateManip-5.50.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5_rc7)
8
9 Revision Changes Path
10 1.34 dev-perl/DateManip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 15 Jan 2007 17:20:50 -0000 1.33
23 +++ ChangeLog 7 May 2008 08:16:44 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/DateManip
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.33 2007/01/15 17:20:50 mcummings Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.34 2008/05/07 08:16:44 tove Exp $
30 +
31 +*DateManip-5.50 (07 May 2008)
32 +
33 + 07 May 2008; Torsten Veller <tove@g.o> +DateManip-5.50.ebuild:
34 + Version bump
35
36 15 Jan 2007; Michael Cummings <mcummings@g.o>
37 -DateManip-5.42a-r1.ebuild, DateManip-5.44.ebuild:
38
39
40
41 1.1 dev-perl/DateManip/DateManip-5.50.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/DateManip-5.50.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DateManip/DateManip-5.50.ebuild?rev=1.1&content-type=text/plain
45
46 Index: DateManip-5.50.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.50.ebuild,v 1.1 2008/05/07 08:16:44 tove Exp $
51
52 inherit perl-module
53
54 DESCRIPTION="Perl date manipulation routines"
55 HOMEPAGE="http://search.cpan.org/dist/Date-Manip"
56 SRC_URI="mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-${PV}.tar.gz"
57 SRC_TEST="do"
58
59 LICENSE="|| ( Artistic GPL-2 )"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
62 IUSE=""
63
64
65 RDEPEND="dev-lang/perl"
66 DEPEND="${RDEPEND}"
67 # dev-perl/module-build"
68
69 # Build.PL doesn't work with 5.50
70 PREFER_BUILDPL=no
71
72 S=${WORKDIR}/Date-Manip-${PV}
73
74 mydoc="HISTORY TODO"
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list