Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/POE: ChangeLog POE-1.350.0.ebuild
Date: Sat, 07 Apr 2012 06:16:09
Message-Id: 20120407061559.898092004B@flycatcher.gentoo.org
1 jdhore 12/04/07 06:15:59
2
3 Modified: ChangeLog POE-1.350.0.ebuild
4 Log:
5 marked x86 per bug 410937
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux i686)
8
9 Revision Changes Path
10 1.125 dev-perl/POE/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/ChangeLog?rev=1.125&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/ChangeLog?rev=1.125&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/ChangeLog?r1=1.124&r2=1.125
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v
19 retrieving revision 1.124
20 retrieving revision 1.125
21 diff -u -r1.124 -r1.125
22 --- ChangeLog 6 Apr 2012 10:58:12 -0000 1.124
23 +++ ChangeLog 7 Apr 2012 06:15:59 -0000 1.125
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/POE
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.124 2012/04/06 10:58:12 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.125 2012/04/07 06:15:59 jdhore Exp $
29 +
30 + 07 Apr 2012; Jeff Horelick <jdhore@g.o> POE-1.350.0.ebuild:
31 + marked x86 per bug 410937
32
33 06 Apr 2012; Agostino Sarubbo <ago@g.o> POE-1.350.0.ebuild:
34 Stable for amd64, wrt bug #410937
35
36
37
38 1.3 dev-perl/POE/POE-1.350.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.350.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.350.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.350.0.ebuild?r1=1.2&r2=1.3
43
44 Index: POE-1.350.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.350.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- POE-1.350.0.ebuild 6 Apr 2012 10:58:12 -0000 1.2
51 +++ POE-1.350.0.ebuild 7 Apr 2012 06:15:59 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.350.0.ebuild,v 1.2 2012/04/06 10:58:12 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.350.0.ebuild,v 1.3 2012/04/07 06:15:59 jdhore Exp $
57
58 EAPI=4
59
60 @@ -11,7 +11,7 @@
61 DESCRIPTION="A framework for creating multitasking programs in Perl"
62
63 SLOT="0"
64 -KEYWORDS="amd64 ~ppc ~sparc ~x86"
65 +KEYWORDS="amd64 ~ppc ~sparc x86"
66 IUSE="ipv6 libwww ncurses tk test"
67
68 RDEPEND=">=dev-perl/Event-1.09