Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Time-HiRes: ChangeLog Time-HiRes-1.97.15.ebuild
Date: Wed, 30 Apr 2008 12:05:53
Message-Id: E1JrB3x-0001bO-AE@stork.gentoo.org
1 tove 08/04/30 12:05:29
2
3 Modified: ChangeLog
4 Added: Time-HiRes-1.97.15.ebuild
5 Log:
6 Version bump (#219478)
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.45 perl-core/Time-HiRes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 28 Mar 2008 07:05:33 -0000 1.44
23 +++ ChangeLog 30 Apr 2008 12:05:28 -0000 1.45
24 @@ -1,6 +1,11 @@
25 # ChangeLog for perl-core/Time-HiRes
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.44 2008/03/28 07:05:33 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.45 2008/04/30 12:05:28 tove Exp $
29 +
30 +*Time-HiRes-1.97.15 (30 Apr 2008)
31 +
32 + 30 Apr 2008; Torsten Veller <tove@g.o> +Time-HiRes-1.97.15.ebuild:
33 + Version bump (#219478)
34
35 28 Mar 2008; Jeroen Roovers <jer@g.o> Time-HiRes-1.97.07.ebuild:
36 Stable for HPPA too.
37
38
39
40 1.1 perl-core/Time-HiRes/Time-HiRes-1.97.15.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.97.15.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.97.15.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Time-HiRes-1.97.15.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.97.15.ebuild,v 1.1 2008/04/30 12:05:28 tove Exp $
50
51 inherit perl-module versionator
52
53 MY_P="${PN}-$(delete_version_separator 2)"
54 S=${WORKDIR}/${MY_P}
55
56 DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers"
57 HOMEPAGE="http://search.cpan.org/~jhi"
58 SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${MY_P}.tar.gz"
59
60 LICENSE="|| ( Artistic GPL-2 )"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
63 IUSE=""
64
65 DEPEND="dev-lang/perl"
66
67 mydoc="TODO"
68
69 SRC_TEST="do"
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list