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

radhermit    14/02/15 03:29:05

  Modified:             ChangeLog
  Added:                Capture-Tiny-0.240.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.41                 dev-perl/Capture-Tiny/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	22 Dec 2013 18:11:25 -0000	1.40
+++ ChangeLog	15 Feb 2014 03:29:05 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Capture-Tiny
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.40 2013/12/22 18:11:25 zlogene Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.41 2014/02/15 03:29:05 radhermit Exp $
+
+*Capture-Tiny-0.240.0 (15 Feb 2014)
+
+  15 Feb 2014; Tim Harder <radhermit@gentoo.org> +Capture-Tiny-0.240.0.ebuild:
+  Version bump.
 
   22 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> Capture-Tiny-0.210.0.ebuild:
   ppc64 stable wrt bug #487638



1.1                  dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild

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

Index: Capture-Tiny-0.240.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/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.1 2014/02/15 03:29:05 radhermit Exp $

EAPI=5

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=0.24
inherit perl-module

DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"

DEPEND="
	test? (
		dev-perl/Inline
	)
"

SRC_TEST=do





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Capture-Tiny: ChangeLog Capture-Tiny-0.240.0.ebuild
@ 2014-02-15 12:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-02-15 12:09 UTC (permalink / raw
  To: gentoo-commits

jer         14/02/15 12:09:21

  Modified:             ChangeLog Capture-Tiny-0.240.0.ebuild
  Log:
  Stable for HPPA (bug #500596).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.42                 dev-perl/Capture-Tiny/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 Feb 2014 03:29:05 -0000	1.41
+++ ChangeLog	15 Feb 2014 12:09:21 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Capture-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.41 2014/02/15 03:29:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.42 2014/02/15 12:09:21 jer Exp $
+
+  15 Feb 2014; Jeroen Roovers <jer@gentoo.org> Capture-Tiny-0.240.0.ebuild:
+  Stable for HPPA (bug #500596).
 
 *Capture-Tiny-0.240.0 (15 Feb 2014)
 



1.2                  dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild

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

Index: Capture-Tiny-0.240.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Capture-Tiny-0.240.0.ebuild	15 Feb 2014 03:29:05 -0000	1.1
+++ Capture-Tiny-0.240.0.ebuild	15 Feb 2014 12:09:21 -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/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.1 2014/02/15 03:29:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.2 2014/02/15 12:09:21 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Capture-Tiny: ChangeLog Capture-Tiny-0.240.0.ebuild
@ 2014-02-25 20:49 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2014-02-25 20:49 UTC (permalink / raw
  To: gentoo-commits

maekke      14/02/25 20:49:20

  Modified:             ChangeLog Capture-Tiny-0.240.0.ebuild
  Log:
  add ~arm, bug #501346
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.53                 dev-perl/Capture-Tiny/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	24 Feb 2014 12:31:41 -0000	1.52
+++ ChangeLog	25 Feb 2014 20:49:20 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Capture-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.52 2014/02/24 12:31:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.53 2014/02/25 20:49:20 maekke Exp $
+
+  25 Feb 2014; Markus Meier <maekke@gentoo.org> Capture-Tiny-0.240.0.ebuild:
+  add ~arm, bug #501346
 
   24 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Capture-Tiny-0.240.0.ebuild:
   Add ~mips keyword wrt bug #501346



1.12                 dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild?r1=1.11&r2=1.12

Index: Capture-Tiny-0.240.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Capture-Tiny-0.240.0.ebuild	24 Feb 2014 12:31:41 -0000	1.11
+++ Capture-Tiny-0.240.0.ebuild	25 Feb 2014 20:49:20 -0000	1.12
@@ -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/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.11 2014/02/24 12:31:41 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.12 2014/02/25 20:49:20 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="test"
 
 DEPEND="





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

end of thread, other threads:[~2014-02-25 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-15  3:29 [gentoo-commits] gentoo-x86 commit in dev-perl/Capture-Tiny: ChangeLog Capture-Tiny-0.240.0.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-15 12:09 Jeroen Roovers (jer)
2014-02-25 20:49 Markus Meier (maekke)

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