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/Algorithm-Annotate: Algorithm-Annotate-0.10.ebuild ChangeLog
Date: Sat, 26 Feb 2011 08:41:53
Message-Id: 20110226084143.9396D20054@flycatcher.gentoo.org
1 tove 11/02/26 08:41:43
2
3 Modified: Algorithm-Annotate-0.10.ebuild ChangeLog
4 Log:
5 Change Algorithm-Diff version scheme. EAPI=3. Maintenance.
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild?r1=1.17&r2=1.18
15
16 Index: Algorithm-Annotate-0.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- Algorithm-Annotate-0.10.ebuild 28 Jan 2010 17:36:40 -0000 1.17
23 +++ Algorithm-Annotate-0.10.ebuild 26 Feb 2011 08:41:43 -0000 1.18
24 @@ -1,17 +1,19 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild,v 1.17 2010/01/28 17:36:40 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild,v 1.18 2011/02/26 08:41:43 tove Exp $
30 +
31 +EAPI=3
32
33 MODULE_AUTHOR=CLKAO
34 inherit perl-module
35
36 -DESCRIPTION="Algorithm::Annotate - represent a series of changes in annotate form"
37 +DESCRIPTION="Represent a series of changes in annotate form"
38
39 SLOT="0"
40 KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
41 IUSE=""
42
43 -DEPEND=">=dev-perl/Algorithm-Diff-1.15
44 - dev-lang/perl"
45 +RDEPEND=">=dev-perl/Algorithm-Diff-1.150.0"
46 +DEPEND="${RDEPEND}"
47
48 SRC_TEST="do"
49
50
51
52 1.17 dev-perl/Algorithm-Annotate/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog?rev=1.17&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog?rev=1.17&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog?r1=1.16&r2=1.17
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v
61 retrieving revision 1.16
62 retrieving revision 1.17
63 diff -u -r1.16 -r1.17
64 --- ChangeLog 28 Jan 2010 17:36:40 -0000 1.16
65 +++ ChangeLog 26 Feb 2011 08:41:43 -0000 1.17
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-perl/Algorithm-Annotate
68 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v 1.16 2010/01/28 17:36:40 tove Exp $
70 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v 1.17 2011/02/26 08:41:43 tove Exp $
72 +
73 + 26 Feb 2011; Torsten Veller <tove@g.o> Algorithm-Annotate-0.10.ebuild:
74 + Change Algorithm-Diff version scheme. EAPI=3. Maintenance.
75
76 28 Jan 2010; Torsten Veller <tove@g.o>
77 Algorithm-Annotate-0.10.ebuild: