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: Thu, 28 Jan 2010 17:36:49
Message-Id: E1NaYIL-0005Bi-0Z@stork.gentoo.org
1 tove 10/01/28 17:36:41
2
3 Modified: Algorithm-Annotate-0.10.ebuild ChangeLog
4 Log:
5 Fix LICENSE: same terms as perl (#301969)
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild?r1=1.16&r2=1.17
14
15 Index: Algorithm-Annotate-0.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- Algorithm-Annotate-0.10.ebuild 9 Jan 2010 16:21:10 -0000 1.16
22 +++ Algorithm-Annotate-0.10.ebuild 28 Jan 2010 17:36:40 -0000 1.17
23 @@ -1,18 +1,17 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/Algorithm-Annotate-0.10.ebuild,v 1.16 2010/01/09 16:21:10 grobian Exp $
27 +# $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 $
28
29 +MODULE_AUTHOR=CLKAO
30 inherit perl-module
31
32 -HOMEPAGE="http://search.cpan.org/~clkao/"
33 DESCRIPTION="Algorithm::Annotate - represent a series of changes in annotate form"
34 -SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${P}.tar.gz"
35
36 SLOT="0"
37 -LICENSE="Artistic"
38 KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
39 IUSE=""
40 -SRC_TEST="do"
41
42 DEPEND=">=dev-perl/Algorithm-Diff-1.15
43 dev-lang/perl"
44 +
45 +SRC_TEST="do"
46
47
48
49 1.16 dev-perl/Algorithm-Annotate/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog?rev=1.16&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog?rev=1.16&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog?r1=1.15&r2=1.16
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v
58 retrieving revision 1.15
59 retrieving revision 1.16
60 diff -u -r1.15 -r1.16
61 --- ChangeLog 9 Jan 2010 16:21:10 -0000 1.15
62 +++ ChangeLog 28 Jan 2010 17:36:40 -0000 1.16
63 @@ -1,6 +1,10 @@
64 # ChangeLog for dev-perl/Algorithm-Annotate
65 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v 1.15 2010/01/09 16:21:10 grobian Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Annotate/ChangeLog,v 1.16 2010/01/28 17:36:40 tove Exp $
68 +
69 + 28 Jan 2010; Torsten Veller <tove@g.o>
70 + Algorithm-Annotate-0.10.ebuild:
71 + Fix LICENSE: same terms as perl (#301969)
72
73 09 Jan 2010; Fabian Groffen <grobian@g.o>
74 Algorithm-Annotate-0.10.ebuild: