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: Time-HiRes-1.97.18.ebuild ChangeLog
Date: Thu, 01 Jan 2009 10:57:32
Message-Id: E1LILF3-000582-N7@stork.gentoo.org
1 tove 09/01/01 10:57:29
2
3 Modified: ChangeLog
4 Added: Time-HiRes-1.97.18.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.27-tuxonice i686)
8
9 Revision Changes Path
10 1.49 perl-core/Time-HiRes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 31 Dec 2008 16:41:45 -0000 1.48
23 +++ ChangeLog 1 Jan 2009 10:57:29 -0000 1.49
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.48 2008/12/31 16:41:45 tove Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.49 2009/01/01 10:57:29 tove Exp $
30 +
31 +*Time-HiRes-1.97.18 (01 Jan 2009)
32 +
33 + 01 Jan 2009; Torsten Veller <tove@g.o> +Time-HiRes-1.97.18.ebuild:
34 + Version bump
35
36 *Time-HiRes-1.97.17 (31 Dec 2008)
37
38
39
40
41 1.1 perl-core/Time-HiRes/Time-HiRes-1.97.18.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.97.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.97.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Time-HiRes-1.97.18.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.97.18.ebuild,v 1.1 2009/01/01 10:57:29 tove Exp $
51
52 inherit versionator
53 MODULE_AUTHOR=JHI
54 MY_P="${PN}-$(delete_version_separator 2)"
55 S=${WORKDIR}/${MY_P}
56 inherit perl-module
57
58 DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers"
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"