Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.120.0.ebuild Try-Tiny-0.180.0.ebuild Try-Tiny-0.160.0.ebuild ChangeLog
Date: Sat, 01 Feb 2014 23:36:11
Message-Id: 20140201233608.18DF62004E@flycatcher.gentoo.org
1 vapier 14/02/01 23:36:08
2
3 Modified: Try-Tiny-0.120.0.ebuild Try-Tiny-0.180.0.ebuild
4 Try-Tiny-0.160.0.ebuild ChangeLog
5 Log:
6 Add arm64 love.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.13 dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild?r1=1.12&r2=1.13
16
17 Index: Try-Tiny-0.120.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- Try-Tiny-0.120.0.ebuild 2 Apr 2013 13:23:07 -0000 1.12
24 +++ Try-Tiny-0.120.0.ebuild 1 Feb 2014 23:36:07 -0000 1.13
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 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/dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild,v 1.12 2013/04/02 13:23:07 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild,v 1.13 2014/02/01 23:36:07 vapier Exp $
31
32 EAPI=5
33
34 @@ -12,7 +12,7 @@
35
36 LICENSE="MIT"
37 SLOT="0"
38 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
39 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
40 IUSE=""
41
42 SRC_TEST=do
43
44
45
46 1.4 dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild?r1=1.3&r2=1.4
51
52 Index: Try-Tiny-0.180.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- Try-Tiny-0.180.0.ebuild 5 Jan 2014 01:11:43 -0000 1.3
59 +++ Try-Tiny-0.180.0.ebuild 1 Feb 2014 23:36:07 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild,v 1.3 2014/01/05 01:11:43 hwoarang Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild,v 1.4 2014/02/01 23:36:07 vapier Exp $
65
66 EAPI=5
67
68 @@ -12,7 +12,7 @@
69
70 LICENSE="MIT"
71 SLOT="0"
72 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
73 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
74 IUSE="test"
75
76 DEPEND="test? ( dev-perl/Sub-Name )"
77
78
79
80 1.4 dev-perl/Try-Tiny/Try-Tiny-0.160.0.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.160.0.ebuild?rev=1.4&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.160.0.ebuild?rev=1.4&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.160.0.ebuild?r1=1.3&r2=1.4
85
86 Index: Try-Tiny-0.160.0.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.160.0.ebuild,v
89 retrieving revision 1.3
90 retrieving revision 1.4
91 diff -u -r1.3 -r1.4
92 --- Try-Tiny-0.160.0.ebuild 5 Sep 2013 05:51:22 -0000 1.3
93 +++ Try-Tiny-0.160.0.ebuild 1 Feb 2014 23:36:07 -0000 1.4
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2013 Gentoo Foundation
96 +# Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.160.0.ebuild,v 1.3 2013/09/05 05:51:22 vapier Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.160.0.ebuild,v 1.4 2014/02/01 23:36:07 vapier Exp $
100
101 EAPI=5
102
103 @@ -12,7 +12,7 @@
104
105 LICENSE="MIT"
106 SLOT="0"
107 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
108 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
109 IUSE="test"
110
111 DEPEND="test? ( dev-perl/Sub-Name )"
112
113
114
115 1.57 dev-perl/Try-Tiny/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.57&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.57&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.56&r2=1.57
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
124 retrieving revision 1.56
125 retrieving revision 1.57
126 diff -u -r1.56 -r1.57
127 --- ChangeLog 5 Jan 2014 01:11:43 -0000 1.56
128 +++ ChangeLog 1 Feb 2014 23:36:07 -0000 1.57
129 @@ -1,6 +1,10 @@
130 # ChangeLog for dev-perl/Try-Tiny
131 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.56 2014/01/05 01:11:43 hwoarang Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.57 2014/02/01 23:36:07 vapier Exp $
134 +
135 + 01 Feb 2014; Mike Frysinger <vapier@g.o> Try-Tiny-0.120.0.ebuild,
136 + Try-Tiny-0.160.0.ebuild, Try-Tiny-0.180.0.ebuild:
137 + Add arm64 love.
138
139 05 Jan 2014; Markos Chandras <hwoarang@g.o> Try-Tiny-0.180.0.ebuild:
140 Add ~mips