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.190.0.ebuild ChangeLog
Date: Mon, 09 Jun 2014 23:43:35
Message-Id: 20140609234331.DE4F42004E@flycatcher.gentoo.org
1 vapier 14/06/09 23:43:31
2
3 Modified: Try-Tiny-0.190.0.ebuild ChangeLog
4 Log:
5 Add arm64 love.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.7 dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?r1=1.6&r2=1.7
15
16 Index: Try-Tiny-0.190.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- Try-Tiny-0.190.0.ebuild 26 Apr 2014 09:18:39 -0000 1.6
23 +++ Try-Tiny-0.190.0.ebuild 9 Jun 2014 23:43:31 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.6 2014/04/26 09:18:39 zlogene Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.7 2014/06/09 23:43:31 vapier Exp $
29
30 EAPI=5
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -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"
37 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~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"
38 IUSE="test"
39
40 DEPEND="
41
42
43
44 1.73 dev-perl/Try-Tiny/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.73&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.73&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.72&r2=1.73
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
53 retrieving revision 1.72
54 retrieving revision 1.73
55 diff -u -r1.72 -r1.73
56 --- ChangeLog 26 Apr 2014 09:18:39 -0000 1.72
57 +++ ChangeLog 9 Jun 2014 23:43:31 -0000 1.73
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-perl/Try-Tiny
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.72 2014/04/26 09:18:39 zlogene Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.73 2014/06/09 23:43:31 vapier Exp $
63 +
64 + 09 Jun 2014; Mike Frysinger <vapier@g.o> Try-Tiny-0.190.0.ebuild:
65 + Add arm64 love.
66
67 26 Apr 2014; Mikle Kolyada <zlogene@g.o> Try-Tiny-0.190.0.ebuild:
68 Add ~sh keyword wrt bug #501346