Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Roman: Roman-1.230.0.ebuild ChangeLog
Date: Sat, 03 May 2014 18:49:06
Message-Id: 20140503184841.BDDB62004C@flycatcher.gentoo.org
1 zlogene 14/05/03 18:48:41
2
3 Modified: Roman-1.230.0.ebuild ChangeLog
4 Log:
5 Add ~s390 keyword
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
8
9 Revision Changes Path
10 1.6 dev-perl/Roman/Roman-1.230.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild?r1=1.5&r2=1.6
15
16 Index: Roman-1.230.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- Roman-1.230.0.ebuild 16 Dec 2013 20:22:39 -0000 1.5
23 +++ Roman-1.230.0.ebuild 3 May 2014 18:48:41 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild,v 1.5 2013/12/16 20:22:39 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild,v 1.6 2014/05/03 18:48:41 zlogene Exp $
30
31 EAPI=4
32
33 @@ -13,7 +13,7 @@
34 DESCRIPTION="Perl module for conversion between Roman and Arabic numerals"
35
36 SLOT="0"
37 -KEYWORDS="amd64 ~arm ~mips x86 ~amd64-linux ~x86-linux"
38 +KEYWORDS="amd64 ~arm ~mips ~s390 x86 ~amd64-linux ~x86-linux"
39 IUSE="test"
40
41 DEPEND="test? (
42
43
44
45 1.8 dev-perl/Roman/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Roman/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Roman/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Roman/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Roman/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 16 Dec 2013 20:22:39 -0000 1.7
58 +++ ChangeLog 3 May 2014 18:48:41 -0000 1.8
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/Roman
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/ChangeLog,v 1.7 2013/12/16 20:22:39 pinkbyte Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/ChangeLog,v 1.8 2014/05/03 18:48:41 zlogene Exp $
65 +
66 + 03 May 2014; Mikle Kolyada <zlogene@g.o> Roman-1.230.0.ebuild:
67 + Add ~s390 keyword
68
69 16 Dec 2013; Sergey Popov <pinkbyte@g.o> Roman-1.230.0.ebuild:
70 Add ~arm/~amd64-linux/~x86-linux keywords