Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-NameParse: ChangeLog Lingua-EN-NameParse-1.27.ebuild
Date: Fri, 05 Nov 2010 13:14:08
Message-Id: 20101105131405.23A7420051@flycatcher.gentoo.org
1 hwoarang 10/11/05 13:14:05
2
3 Modified: ChangeLog Lingua-EN-NameParse-1.27.ebuild
4 Log:
5 Stable on amd64 wrt bug #341865
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 dev-perl/Lingua-EN-NameParse/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 4 Nov 2010 13:26:44 -0000 1.22
23 +++ ChangeLog 5 Nov 2010 13:14:05 -0000 1.23
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Lingua-EN-NameParse
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.22 2010/11/04 13:26:44 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/ChangeLog,v 1.23 2010/11/05 13:14:05 hwoarang Exp $
29 +
30 + 05 Nov 2010; Markos Chandras <hwoarang@g.o>
31 + Lingua-EN-NameParse-1.27.ebuild:
32 + Stable on amd64 wrt bug #341865
33
34 04 Nov 2010; Christian Faulhammer <fauli@g.o>
35 Lingua-EN-NameParse-1.27.ebuild:
36
37
38
39 1.3 dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild?r1=1.2&r2=1.3
44
45 Index: Lingua-EN-NameParse-1.27.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- Lingua-EN-NameParse-1.27.ebuild 4 Nov 2010 13:26:44 -0000 1.2
52 +++ Lingua-EN-NameParse-1.27.ebuild 5 Nov 2010 13:14:05 -0000 1.3
53 @@ -1,6 +1,6 @@
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-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild,v 1.2 2010/11/04 13:26:44 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.27.ebuild,v 1.3 2010/11/05 13:14:05 hwoarang Exp $
58
59 EAPI=3
60
61 @@ -10,7 +10,7 @@
62 DESCRIPTION="Manipulate persons name"
63
64 SLOT="0"
65 -KEYWORDS="~amd64 ~ia64 ~ppc x86"
66 +KEYWORDS="amd64 ~ia64 ~ppc x86"
67 IUSE=""
68
69 RDEPEND="dev-perl/Parse-RecDescent"