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: ChangeLog Lingua-Stem-0.83.ebuild
Date: Tue, 18 Nov 2008 15:11:54
Message-Id: E1L2SF6-0005aX-2B@stork.gentoo.org
1 tove 08/11/18 15:11:52
2
3 Modified: ChangeLog Lingua-Stem-0.83.ebuild
4 Log:
5 New virtuals: module-build
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.22 dev-perl/Lingua-Stem/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 30 Sep 2008 14:09:02 -0000 1.21
22 +++ ChangeLog 18 Nov 2008 15:11:51 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Lingua-Stem
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem/ChangeLog,v 1.21 2008/09/30 14:09:02 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem/ChangeLog,v 1.22 2008/11/18 15:11:51 tove Exp $
28 +
29 + 18 Nov 2008; Torsten Veller <tove@g.o> Lingua-Stem-0.83.ebuild:
30 + New virtuals: module-build
31
32 30 Sep 2008; Torsten Veller <tove@g.o> -Lingua-Stem-0.81.ebuild,
33 -Lingua-Stem-0.82.ebuild, Lingua-Stem-0.83.ebuild:
34
35
36
37 1.6 dev-perl/Lingua-Stem/Lingua-Stem-0.83.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem/Lingua-Stem-0.83.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem/Lingua-Stem-0.83.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Lingua-Stem/Lingua-Stem-0.83.ebuild?r1=1.5&r2=1.6
42
43 Index: Lingua-Stem-0.83.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem/Lingua-Stem-0.83.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- Lingua-Stem-0.83.ebuild 30 Sep 2008 14:09:02 -0000 1.5
50 +++ Lingua-Stem-0.83.ebuild 18 Nov 2008 15:11:52 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem/Lingua-Stem-0.83.ebuild,v 1.5 2008/09/30 14:09:02 tove Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem/Lingua-Stem-0.83.ebuild,v 1.6 2008/11/18 15:11:52 tove Exp $
56
57 MODULE_AUTHOR=SNOWHARE
58 inherit perl-module
59 @@ -24,5 +24,5 @@
60 dev-perl/Text-German
61 dev-lang/perl"
62
63 -DEPEND="dev-perl/module-build
64 +DEPEND="virtual/perl-Module-Build
65 ${RDEPEND}"