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/Lingua-Stem-It: ChangeLog Lingua-Stem-It-0.02.ebuild
Date: Thu, 04 Feb 2010 14:19:48
Message-Id: E1Nd2Yc-0005Ra-8h@stork.gentoo.org
1 tove 10/02/04 14:19:46
2
3 Modified: ChangeLog Lingua-Stem-It-0.02.ebuild
4 Log:
5 Fix LICENSE: same terms as perl (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 dev-perl/Lingua-Stem-It/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 1 May 2009 22:36:29 -0000 1.15
22 +++ ChangeLog 4 Feb 2010 14:19:45 -0000 1.16
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Lingua-Stem-It
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog,v 1.15 2009/05/01 22:36:29 tove Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog,v 1.16 2010/02/04 14:19:45 tove Exp $
29 +
30 + 04 Feb 2010; Torsten Veller <tove@g.o> Lingua-Stem-It-0.02.ebuild:
31 + Fix LICENSE: same terms as perl (#301969). Maintenance
32
33 01 May 2009; Torsten Veller <tove@g.o> -Lingua-Stem-It-0.01.ebuild:
34 Cleanup
35
36
37
38 1.6 dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild?r1=1.5&r2=1.6
43
44 Index: Lingua-Stem-It-0.02.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- Lingua-Stem-It-0.02.ebuild 10 Nov 2007 13:40:39 -0000 1.5
51 +++ Lingua-Stem-It-0.02.ebuild 4 Feb 2010 14:19:45 -0000 1.6
52 @@ -1,18 +1,16 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild,v 1.5 2007/11/10 13:40:39 drac Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.02.ebuild,v 1.6 2010/02/04 14:19:45 tove Exp $
58
59 +EAPI=2
60 +
61 +MODULE_AUTHOR=ACALPINI
62 inherit perl-module
63
64 DESCRIPTION="Porter's stemming algorithm for Italian"
65 -HOMEPAGE="http://search.cpan.org/~acalpini/"
66 -SRC_URI="mirror://cpan/authors/id/A/AC/ACALPINI/${P}.tar.gz"
67
68 -LICENSE="Artistic"
69 SLOT="0"
70 KEYWORDS="amd64 ia64 ~ppc sparc x86"
71 IUSE=""
72
73 SRC_TEST="do"
74 -
75 -DEPEND="dev-lang/perl"