Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/IO-Multiplex: IO-Multiplex-1.10.ebuild ChangeLog
Date: Thu, 18 Feb 2010 20:31:22
Message-Id: E1NiD1s-0002gH-IA@stork.gentoo.org
1 darkside 10/02/18 20:31:20
2
3 Modified: IO-Multiplex-1.10.ebuild ChangeLog
4 Log:
5 Add ~arm kw for bug 305631
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild?r1=1.1&r2=1.2
14
15 Index: IO-Multiplex-1.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- IO-Multiplex-1.10.ebuild 16 Sep 2008 11:07:28 -0000 1.1
22 +++ IO-Multiplex-1.10.ebuild 18 Feb 2010 20:31:19 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild,v 1.1 2008/09/16 11:07:28 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild,v 1.2 2010/02/18 20:31:19 darkside Exp $
29
30 MODULE_AUTHOR=BBB
31 inherit perl-module
32 @@ -9,7 +9,7 @@
33
34 LICENSE="|| ( Artistic GPL-2 )"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 IUSE=""
39
40 SRC_TEST="do"
41
42
43
44 1.27 dev-perl/IO-Multiplex/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog?rev=1.27&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog?rev=1.27&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog?r1=1.26&r2=1.27
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v
53 retrieving revision 1.26
54 retrieving revision 1.27
55 diff -u -r1.26 -r1.27
56 --- ChangeLog 16 Sep 2008 11:07:28 -0000 1.26
57 +++ ChangeLog 18 Feb 2010 20:31:19 -0000 1.27
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-perl/IO-Multiplex
60 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.26 2008/09/16 11:07:28 tove Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.27 2010/02/18 20:31:19 darkside Exp $
64 +
65 + 18 Feb 2010; Jeremy Olexa <darkside@g.o> IO-Multiplex-1.10.ebuild:
66 + Add ~arm kw for bug 305631
67
68 *IO-Multiplex-1.10 (16 Sep 2008)