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/Array-Compare: ChangeLog Array-Compare-1.16.ebuild
Date: Sat, 23 Aug 2008 19:08:25
Message-Id: E1KWyTG-0007Dw-PV@stork.gentoo.org
1 tove 08/08/23 19:08:22
2
3 Modified: ChangeLog
4 Added: Array-Compare-1.16.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.21 dev-perl/Array-Compare/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Array-Compare/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Array-Compare/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Array-Compare/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Array-Compare/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 9 Aug 2007 14:20:46 -0000 1.20
23 +++ ChangeLog 23 Aug 2008 19:08:22 -0000 1.21
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Array-Compare
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Compare/ChangeLog,v 1.20 2007/08/09 14:20:46 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Array-Compare/ChangeLog,v 1.21 2008/08/23 19:08:22 tove Exp $
30 +
31 +*Array-Compare-1.16 (23 Aug 2008)
32 +
33 + 23 Aug 2008; Torsten Veller <tove@g.o> +Array-Compare-1.16.ebuild:
34 + Version bump
35
36 09 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
37 Array-Compare-1.14.ebuild:
38
39
40
41 1.1 dev-perl/Array-Compare/Array-Compare-1.16.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Array-Compare/Array-Compare-1.16.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Array-Compare/Array-Compare-1.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Array-Compare-1.16.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/Array-Compare/Array-Compare-1.16.ebuild,v 1.1 2008/08/23 19:08:22 tove Exp $
51
52 MODULE_AUTHOR=DAVECROSS
53 inherit perl-module
54
55 DESCRIPTION="Perl extension for comparing arrays."
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
60 IUSE="test"
61
62 SRC_TEST="do"
63
64 RDEPEND="dev-lang/perl"
65 DEPEND=">=dev-perl/module-build-0.28
66 test? ( dev-perl/Test-Pod
67 dev-perl/Test-Pod-Coverage )
68 ${RDEPEND}"