Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Math-Round: Math-Round-0.06.ebuild ChangeLog
Date: Sun, 29 May 2011 18:34:49
Message-Id: 20110529183439.CB28720057@flycatcher.gentoo.org
1 grobian 11/05/29 18:34:39
2
3 Modified: Math-Round-0.06.ebuild ChangeLog
4 Log:
5 Marked ~x64-macos, bug #368549
6
7 (Portage version: 2.2.01.18706-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.4 dev-perl/Math-Round/Math-Round-0.06.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild?r1=1.3&r2=1.4
15
16 Index: Math-Round-0.06.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- Math-Round-0.06.ebuild 21 May 2011 16:19:00 -0000 1.3
23 +++ Math-Round-0.06.ebuild 29 May 2011 18:34:39 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v 1.3 2011/05/21 16:19:00 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v 1.4 2011/05/29 18:34:39 grobian Exp $
29
30 MODULE_AUTHOR=GROMMEL
31 inherit perl-module
32 @@ -9,7 +9,7 @@
33 LICENSE="|| ( Artistic GPL-2 )"
34
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
37 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
38
39 IUSE=""
40 DEPEND=""
41
42
43
44 1.4 dev-perl/Math-Round/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/ChangeLog?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/ChangeLog?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/ChangeLog?r1=1.3&r2=1.4
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- ChangeLog 21 May 2011 16:19:00 -0000 1.3
57 +++ ChangeLog 29 May 2011 18:34:39 -0000 1.4
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-perl/Math-Round
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.3 2011/05/21 16:19:00 armin76 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.4 2011/05/29 18:34:39 grobian Exp $
63 +
64 + 29 May 2011; Fabian Groffen <grobian@g.o> Math-Round-0.06.ebuild:
65 + Marked ~x64-macos, bug #368549
66
67 21 May 2011; Raúl Porcel <armin76@g.o> Math-Round-0.06.ebuild:
68 Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #366911