Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Test: Test-1.250.200_rc.ebuild Test-1.25.ebuild Test-1.260.0.ebuild ChangeLog
Date: Mon, 20 Jan 2014 20:46:36
Message-Id: 20140120204618.34CAD2004C@flycatcher.gentoo.org
1 vapier 14/01/20 20:46:18
2
3 Modified: Test-1.250.200_rc.ebuild Test-1.25.ebuild
4 Test-1.260.0.ebuild ChangeLog
5 Log:
6 Add arm64 love.
7
8 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.2 perl-core/Test/Test-1.250.200_rc.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.250.200_rc.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.250.200_rc.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.250.200_rc.ebuild?r1=1.1&r2=1.2
16
17 Index: Test-1.250.200_rc.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.250.200_rc.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- Test-1.250.200_rc.ebuild 21 Apr 2012 15:48:53 -0000 1.1
24 +++ Test-1.250.200_rc.ebuild 20 Jan 2014 20:46:18 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.250.200_rc.ebuild,v 1.1 2012/04/21 15:48:53 tove Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.250.200_rc.ebuild,v 1.2 2014/01/20 20:46:18 vapier Exp $
31
32 EAPI=4
33
34 @@ -11,7 +11,7 @@
35 DESCRIPTION="Utilities for writing test scripts"
36
37 SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
40 IUSE=""
41
42 SRC_TEST="do"
43
44
45
46 1.11 perl-core/Test/Test-1.25.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.25.ebuild?rev=1.11&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.25.ebuild?rev=1.11&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.25.ebuild?r1=1.10&r2=1.11
51
52 Index: Test-1.25.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v
55 retrieving revision 1.10
56 retrieving revision 1.11
57 diff -u -r1.10 -r1.11
58 --- Test-1.25.ebuild 21 Jan 2010 09:33:03 -0000 1.10
59 +++ Test-1.25.ebuild 20 Jan 2014 20:46:18 -0000 1.11
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2010 Gentoo Foundation
62 +# Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.10 2010/01/21 09:33:03 tove Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.11 2014/01/20 20:46:18 vapier Exp $
66
67 MODULE_AUTHOR=SBURKE
68 inherit perl-module
69 @@ -9,7 +9,7 @@
70
71 LICENSE="|| ( Artistic GPL-2 )"
72 SLOT="0"
73 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
74 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
75 IUSE=""
76
77 DEPEND="dev-lang/perl"
78
79
80
81 1.12 perl-core/Test/Test-1.260.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild?rev=1.12&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild?rev=1.12&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild?r1=1.11&r2=1.12
86
87 Index: Test-1.260.0.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild,v
90 retrieving revision 1.11
91 retrieving revision 1.12
92 diff -u -r1.11 -r1.12
93 --- Test-1.260.0.ebuild 23 Feb 2013 08:43:28 -0000 1.11
94 +++ Test-1.260.0.ebuild 20 Jan 2014 20:46:18 -0000 1.12
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2013 Gentoo Foundation
97 +# Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild,v 1.11 2013/02/23 08:43:28 ago Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild,v 1.12 2014/01/20 20:46:18 vapier Exp $
101
102 EAPI=5
103
104 @@ -11,7 +11,7 @@
105 DESCRIPTION="Utilities for writing test scripts"
106
107 SLOT="0"
108 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
109 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
110 IUSE=""
111
112 SRC_TEST="do"
113
114
115
116 1.27 perl-core/Test/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/ChangeLog?rev=1.27&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/ChangeLog?rev=1.27&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Test/ChangeLog?r1=1.26&r2=1.27
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v
125 retrieving revision 1.26
126 retrieving revision 1.27
127 diff -u -r1.26 -r1.27
128 --- ChangeLog 23 Feb 2013 08:43:28 -0000 1.26
129 +++ ChangeLog 20 Jan 2014 20:46:18 -0000 1.27
130 @@ -1,6 +1,10 @@
131 # ChangeLog for perl-core/Test
132 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.26 2013/02/23 08:43:28 ago Exp $
134 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
135 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.27 2014/01/20 20:46:18 vapier Exp $
136 +
137 + 20 Jan 2014; Mike Frysinger <vapier@g.o> Test-1.25.ebuild,
138 + Test-1.250.200_rc.ebuild, Test-1.260.0.ebuild:
139 + Add arm64 love.
140
141 23 Feb 2013; Agostino Sarubbo <ago@g.o> Test-1.260.0.ebuild:
142 Stable for sparc, wrt bug #458122