public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.190.0.ebuild ChangeLog
@ 2014-02-15  3:34 Tim Harder (radhermit)
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Harder (radhermit) @ 2014-02-15  3:34 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/02/15 03:34:16

  Modified:             ChangeLog
  Added:                Try-Tiny-0.190.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.58                 dev-perl/Try-Tiny/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	1 Feb 2014 23:36:07 -0000	1.57
+++ ChangeLog	15 Feb 2014 03:34:16 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Try-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.57 2014/02/01 23:36:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.58 2014/02/15 03:34:16 radhermit Exp $
+
+*Try-Tiny-0.190.0 (15 Feb 2014)
+
+  15 Feb 2014; Tim Harder <radhermit@gentoo.org> +Try-Tiny-0.190.0.ebuild:
+  Version bump.
 
   01 Feb 2014; Mike Frysinger <vapier@gentoo.org> Try-Tiny-0.120.0.ebuild,
   Try-Tiny-0.160.0.ebuild, Try-Tiny-0.180.0.ebuild:



1.1                  dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.1&content-type=text/plain

Index: Try-Tiny-0.190.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.1 2014/02/15 03:34:16 radhermit Exp $

EAPI=5

MODULE_AUTHOR=DOY
MODULE_VERSION=0.19
inherit perl-module

DESCRIPTION="Minimal try/catch with proper localization of $@"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"

DEPEND="
	test? (
		dev-perl/Sub-Name
		dev-perl/Capture-Tiny
	)
"

SRC_TEST=do





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.190.0.ebuild ChangeLog
@ 2014-02-23 15:00 Naohiro Aota (naota)
  0 siblings, 0 replies; 6+ messages in thread
From: Naohiro Aota (naota) @ 2014-02-23 15:00 UTC (permalink / raw
  To: gentoo-commits

naota       14/02/23 15:00:03

  Modified:             Try-Tiny-0.190.0.ebuild ChangeLog
  Log:
  Add ~x86-fbsd wrt bug #501346
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.2                  dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?r1=1.1&r2=1.2

Index: Try-Tiny-0.190.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Try-Tiny-0.190.0.ebuild	15 Feb 2014 03:34:16 -0000	1.1
+++ Try-Tiny-0.190.0.ebuild	23 Feb 2014 15:00:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.1 2014/02/15 03:34:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.2 2014/02/23 15:00:03 naota Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="



1.62                 dev-perl/Try-Tiny/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	22 Feb 2014 19:24:55 -0000	1.61
+++ ChangeLog	23 Feb 2014 15:00:03 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Try-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.61 2014/02/22 19:24:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.62 2014/02/23 15:00:03 naota Exp $
+
+  23 Feb 2014; Naohiro Aota <naota@gentoo.org> Try-Tiny-0.190.0.ebuild:
+  Add ~x86-fbsd wrt bug #501346
 
   22 Feb 2014; Markus Meier <maekke@gentoo.org> Try-Tiny-0.180.0.ebuild:
   arm stable, bug #495496





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.190.0.ebuild ChangeLog
@ 2014-02-24 17:16 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-02-24 17:16 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/02/24 17:16:54

  Modified:             Try-Tiny-0.190.0.ebuild ChangeLog
  Log:
  Add ~mips keyword wrt bug #501346
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?r1=1.2&r2=1.3

Index: Try-Tiny-0.190.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Try-Tiny-0.190.0.ebuild	23 Feb 2014 15:00:03 -0000	1.2
+++ Try-Tiny-0.190.0.ebuild	24 Feb 2014 17:16:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.2 2014/02/23 15:00:03 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.3 2014/02/24 17:16:53 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="



1.63                 dev-perl/Try-Tiny/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	23 Feb 2014 15:00:03 -0000	1.62
+++ ChangeLog	24 Feb 2014 17:16:53 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Try-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.62 2014/02/23 15:00:03 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.63 2014/02/24 17:16:53 zlogene Exp $
+
+  24 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Try-Tiny-0.190.0.ebuild:
+  Add ~mips keyword wrt bug #501346
 
   23 Feb 2014; Naohiro Aota <naota@gentoo.org> Try-Tiny-0.190.0.ebuild:
   Add ~x86-fbsd wrt bug #501346





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.190.0.ebuild ChangeLog
@ 2014-04-26  9:17 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-26  9:17 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/26 09:17:59

  Modified:             Try-Tiny-0.190.0.ebuild ChangeLog
  Log:
  Add ~s390 keyword wrt bug #501346
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.5                  dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?r1=1.4&r2=1.5

Index: Try-Tiny-0.190.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Try-Tiny-0.190.0.ebuild	25 Feb 2014 20:49:43 -0000	1.4
+++ Try-Tiny-0.190.0.ebuild	26 Apr 2014 09:17:59 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.4 2014/02/25 20:49:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.5 2014/04/26 09:17:59 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="



1.71                 dev-perl/Try-Tiny/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	13 Mar 2014 17:38:51 -0000	1.70
+++ ChangeLog	26 Apr 2014 09:17:59 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Try-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.70 2014/03/13 17:38:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.71 2014/04/26 09:17:59 zlogene Exp $
+
+  26 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Try-Tiny-0.190.0.ebuild:
+  Add ~s390 keyword wrt bug #501346
 
   13 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -Try-Tiny-0.110.0.ebuild,
   -Try-Tiny-0.120.0.ebuild, -Try-Tiny-0.160.0.ebuild, Try-Tiny-0.180.0.ebuild:





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.190.0.ebuild ChangeLog
@ 2014-04-26  9:18 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-26  9:18 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/26 09:18:39

  Modified:             Try-Tiny-0.190.0.ebuild ChangeLog
  Log:
  Add ~sh keyword wrt bug #501346
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.6                  dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?r1=1.5&r2=1.6

Index: Try-Tiny-0.190.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Try-Tiny-0.190.0.ebuild	26 Apr 2014 09:17:59 -0000	1.5
+++ Try-Tiny-0.190.0.ebuild	26 Apr 2014 09:18:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v 1.5 2014/04/26 09:17:59 zlogene Exp $
+# $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 $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+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"
 IUSE="test"
 
 DEPEND="



1.72                 dev-perl/Try-Tiny/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	26 Apr 2014 09:17:59 -0000	1.71
+++ ChangeLog	26 Apr 2014 09:18:39 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Try-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.71 2014/04/26 09:17:59 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.72 2014/04/26 09:18:39 zlogene Exp $
+
+  26 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Try-Tiny-0.190.0.ebuild:
+  Add ~sh keyword wrt bug #501346
 
   26 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Try-Tiny-0.190.0.ebuild:
   Add ~s390 keyword wrt bug #501346





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.190.0.ebuild ChangeLog
@ 2014-06-09 23:43 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2014-06-09 23:43 UTC (permalink / raw
  To: gentoo-commits

vapier      14/06/09 23:43:31

  Modified:             Try-Tiny-0.190.0.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.7                  dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild?rev=1.7&view=markup
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
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

Index: Try-Tiny-0.190.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Try-Tiny-0.190.0.ebuild	26 Apr 2014 09:18:39 -0000	1.6
+++ Try-Tiny-0.190.0.ebuild	9 Jun 2014 23:43:31 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-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"
+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"
 IUSE="test"
 
 DEPEND="



1.73                 dev-perl/Try-Tiny/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Try-Tiny/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	26 Apr 2014 09:18:39 -0000	1.72
+++ ChangeLog	9 Jun 2014 23:43:31 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Try-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.72 2014/04/26 09:18:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.73 2014/06/09 23:43:31 vapier Exp $
+
+  09 Jun 2014; Mike Frysinger <vapier@gentoo.org> Try-Tiny-0.190.0.ebuild:
+  Add arm64 love.
 
   26 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Try-Tiny-0.190.0.ebuild:
   Add ~sh keyword wrt bug #501346





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-09 23:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-15  3:34 [gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.190.0.ebuild ChangeLog Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-23 15:00 Naohiro Aota (naota)
2014-02-24 17:16 Mikle Kolyada (zlogene)
2014-04-26  9:17 Mikle Kolyada (zlogene)
2014-04-26  9:18 Mikle Kolyada (zlogene)
2014-06-09 23:43 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox