public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/UNIVERSAL-isa: ChangeLog UNIVERSAL-isa-1.201.207.260.ebuild
@ 2012-07-27 18:53 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-07-27 18:53 UTC (permalink / raw
  To: gentoo-commits

tove        12/07/27 18:53:50

  Modified:             ChangeLog
  Added:                UNIVERSAL-isa-1.201.207.260.ebuild
  Log:
  [bump] dev-perl/UNIVERSAL-isa-1.201.207.260
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-perl/UNIVERSAL-isa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	24 Jun 2012 12:59:08 -0000	1.6
+++ ChangeLog	27 Jul 2012 18:53:50 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/UNIVERSAL-isa
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.6 2012/06/24 12:59:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.7 2012/07/27 18:53:50 tove Exp $
+
+*UNIVERSAL-isa-1.201.207.260 (27 Jul 2012)
+
+  27 Jul 2012; Torsten Veller <tove@gentoo.org>
+  +UNIVERSAL-isa-1.201.207.260.ebuild:
+  Version bump
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.1                  dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild

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

Index: UNIVERSAL-isa-1.201.207.260.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild,v 1.1 2012/07/27 18:53:50 tove Exp $

EAPI=4

MODULE_AUTHOR=CHROMATIC
MODULE_VERSION=1.20120726
inherit perl-module

DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="virtual/perl-Scalar-List-Utils"
DEPEND="${RDEPEND}"

SRC_TEST=do





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/UNIVERSAL-isa: ChangeLog UNIVERSAL-isa-1.201.207.260.ebuild
@ 2013-06-11 19:06 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2013-06-11 19:06 UTC (permalink / raw
  To: gentoo-commits

maekke      13/06/11 19:06:02

  Modified:             ChangeLog UNIVERSAL-isa-1.201.207.260.ebuild
  Log:
  add ~arm, bug #446958
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.14                 dev-perl/UNIVERSAL-isa/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Mar 2013 17:24:25 -0000	1.13
+++ ChangeLog	11 Jun 2013 19:06:02 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/UNIVERSAL-isa
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.13 2013/03/22 17:24:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.14 2013/06/11 19:06:02 maekke Exp $
+
+  11 Jun 2013; Markus Meier <maekke@gentoo.org>
+  UNIVERSAL-isa-1.201.207.260.ebuild:
+  add ~arm, bug #446958
 
   22 Mar 2013; Agostino Sarubbo <ago@gentoo.org>
   UNIVERSAL-isa-1.201.207.260.ebuild:



1.7                  dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild?r1=1.6&r2=1.7

Index: UNIVERSAL-isa-1.201.207.260.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- UNIVERSAL-isa-1.201.207.260.ebuild	22 Mar 2013 17:24:25 -0000	1.6
+++ UNIVERSAL-isa-1.201.207.260.ebuild	11 Jun 2013 19:06:02 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild,v 1.6 2013/03/22 17:24:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild,v 1.7 2013/06/11 19:06:02 maekke Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function"
 
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~ppc-aix"
+KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix"
 IUSE=""
 
 RDEPEND="virtual/perl-Scalar-List-Utils"





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

end of thread, other threads:[~2013-06-11 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 18:53 [gentoo-commits] gentoo-x86 commit in dev-perl/UNIVERSAL-isa: ChangeLog UNIVERSAL-isa-1.201.207.260.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-11 19:06 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