public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-02-21 17:48 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2012-02-21 17:48 UTC (permalink / raw
  To: gentoo-commits

tove        12/02/21 17:48:28

  Modified:             ChangeLog
  Added:                Inline-0.500.0.ebuild
  Log:
  [bump] dev-perl/Inline-0.500.0
  
  (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	11 Oct 2011 20:54:46 -0000	1.45
+++ ChangeLog	21 Feb 2012 17:48:28 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Inline
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.45 2011/10/11 20:54:46 mattst88 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.46 2012/02/21 17:48:28 tove Exp $
+
+*Inline-0.500.0 (21 Feb 2012)
+
+  21 Feb 2012; Torsten Veller <tove@gentoo.org> +Inline-0.500.0.ebuild:
+  Version bump
 
   11 Oct 2011; Matt Turner <mattst88@gentoo.org> Inline-0.480.0.ebuild:
   Added ~mips, bug 384677



1.1                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.1 2012/02/21 17:48:28 tove Exp $

EAPI=4

MODULE_AUTHOR=SISYPHUS
MODULE_VERSION=0.50
inherit perl-module

DESCRIPTION="Write Perl subroutines in other languages"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="test"

RDEPEND="virtual/perl-Digest-MD5
	virtual/perl-File-Spec
	dev-perl/Parse-RecDescent"
DEPEND="${RDEPEND}
	test? (
		dev-perl/Test-Warn
	)"

SRC_TEST=do

src_test() {
	MAKEOPTS+=" -j1" perl-module_src_test # bug 384137
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-04-21 20:21 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-04-21 20:21 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/04/21 20:21:26

  Modified:             ChangeLog Inline-0.500.0.ebuild
  Log:
  marked x86 per bug 412985
  
  (Portage version: 2.2.0_alpha100/cvs/Linux i686)

Revision  Changes    Path
1.47                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	21 Feb 2012 17:48:28 -0000	1.46
+++ ChangeLog	21 Apr 2012 20:21:26 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.46 2012/02/21 17:48:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.47 2012/04/21 20:21:26 jdhore Exp $
+
+  21 Apr 2012; Jeff Horelick <jdhore@gentoo.org> Inline-0.500.0.ebuild:
+  marked x86 per bug 412985
 
 *Inline-0.500.0 (21 Feb 2012)
 



1.2                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Inline-0.500.0.ebuild	21 Feb 2012 17:48:28 -0000	1.1
+++ Inline-0.500.0.ebuild	21 Apr 2012 20:21:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.1 2012/02/21 17:48:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.2 2012/04/21 20:21:26 jdhore Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Digest-MD5






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-04-22 10:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-22 10:22 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/22 10:22:45

  Modified:             ChangeLog Inline-0.500.0.ebuild
  Log:
  Stable for amd64, wrt bug #412985
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	21 Apr 2012 20:21:26 -0000	1.47
+++ ChangeLog	22 Apr 2012 10:22:45 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.47 2012/04/21 20:21:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.48 2012/04/22 10:22:45 ago Exp $
+
+  22 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Inline-0.500.0.ebuild:
+  Stable for amd64, wrt bug #412985
 
   21 Apr 2012; Jeff Horelick <jdhore@gentoo.org> Inline-0.500.0.ebuild:
   marked x86 per bug 412985



1.3                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Inline-0.500.0.ebuild	21 Apr 2012 20:21:26 -0000	1.2
+++ Inline-0.500.0.ebuild	22 Apr 2012 10:22:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.2 2012/04/21 20:21:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.3 2012/04/22 10:22:45 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Digest-MD5






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-04-25 18:57 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-04-25 18:57 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/25 18:57:14

  Modified:             ChangeLog Inline-0.500.0.ebuild
  Log:
  arm stable, bug #412985
  
  (Portage version: 2.1.10.56/cvs/Linux i686)

Revision  Changes    Path
1.49                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	22 Apr 2012 10:22:45 -0000	1.48
+++ ChangeLog	25 Apr 2012 18:57:14 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.48 2012/04/22 10:22:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.49 2012/04/25 18:57:14 maekke Exp $
+
+  25 Apr 2012; Markus Meier <maekke@gentoo.org> Inline-0.500.0.ebuild:
+  arm stable, bug #412985
 
   22 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Inline-0.500.0.ebuild:
   Stable for amd64, wrt bug #412985



1.4                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Inline-0.500.0.ebuild	22 Apr 2012 10:22:45 -0000	1.3
+++ Inline-0.500.0.ebuild	25 Apr 2012 18:57:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.3 2012/04/22 10:22:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.4 2012/04/25 18:57:14 maekke Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Digest-MD5






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-04-26  1:56 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-04-26  1:56 UTC (permalink / raw
  To: gentoo-commits

jer         12/04/26 01:56:12

  Modified:             ChangeLog Inline-0.500.0.ebuild
  Log:
  Stable for HPPA (bug #412985).
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	25 Apr 2012 18:57:14 -0000	1.49
+++ ChangeLog	26 Apr 2012 01:56:12 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.49 2012/04/25 18:57:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.50 2012/04/26 01:56:12 jer Exp $
+
+  26 Apr 2012; Jeroen Roovers <jer@gentoo.org> Inline-0.500.0.ebuild:
+  Stable for HPPA (bug #412985).
 
   25 Apr 2012; Markus Meier <maekke@gentoo.org> Inline-0.500.0.ebuild:
   arm stable, bug #412985



1.5                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Inline-0.500.0.ebuild	25 Apr 2012 18:57:14 -0000	1.4
+++ Inline-0.500.0.ebuild	26 Apr 2012 01:56:12 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.4 2012/04/25 18:57:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.5 2012/04/26 01:56:12 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Digest-MD5






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-05-06 20:20 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-05-06 20:20 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/06 20:20:36

  Modified:             ChangeLog Inline-0.500.0.ebuild
  Log:
  Marking Inline-0.500.0 ppc for bug 412985
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.51                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	26 Apr 2012 01:56:12 -0000	1.50
+++ ChangeLog	6 May 2012 20:20:36 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.50 2012/04/26 01:56:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.51 2012/05/06 20:20:36 ranger Exp $
+
+  06 May 2012; Brent Baude <ranger@gentoo.org> Inline-0.500.0.ebuild:
+  Marking Inline-0.500.0 ppc for bug 412985
 
   26 Apr 2012; Jeroen Roovers <jer@gentoo.org> Inline-0.500.0.ebuild:
   Stable for HPPA (bug #412985).



1.6                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Inline-0.500.0.ebuild	26 Apr 2012 01:56:12 -0000	1.5
+++ Inline-0.500.0.ebuild	6 May 2012 20:20:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.5 2012/04/26 01:56:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.6 2012/05/06 20:20:36 ranger Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Digest-MD5






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-06-17 13:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-06-17 13:53 UTC (permalink / raw
  To: gentoo-commits

armin76     12/06/17 13:53:53

  Modified:             ChangeLog Inline-0.500.0.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #412985
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.52                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	6 May 2012 20:20:36 -0000	1.51
+++ ChangeLog	17 Jun 2012 13:53:53 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.51 2012/05/06 20:20:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.52 2012/06/17 13:53:53 armin76 Exp $
+
+  17 Jun 2012; Raúl Porcel <armin76@gentoo.org> Inline-0.500.0.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #412985
 
   06 May 2012; Brent Baude <ranger@gentoo.org> Inline-0.500.0.ebuild:
   Marking Inline-0.500.0 ppc for bug 412985



1.7                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Inline-0.500.0.ebuild	6 May 2012 20:20:36 -0000	1.6
+++ Inline-0.500.0.ebuild	17 Jun 2012 13:53:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.6 2012/05/06 20:20:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.7 2012/06/17 13:53:53 armin76 Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Digest-MD5






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild
@ 2012-09-22 13:20 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-22 13:20 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/22 13:20:24

  Modified:             ChangeLog Inline-0.500.0.ebuild
  Log:
  keyword ~ppc64, bug #384677
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	24 Jun 2012 12:59:29 -0000	1.53
+++ ChangeLog	22 Sep 2012 13:20:24 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.53 2012/06/24 12:59:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.54 2012/09/22 13:20:24 blueness Exp $
+
+  22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> Inline-0.500.0.ebuild:
+  keyword ~ppc64, bug #384677
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.8                  dev-perl/Inline/Inline-0.500.0.ebuild

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

Index: Inline-0.500.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Inline-0.500.0.ebuild	17 Jun 2012 13:53:53 -0000	1.7
+++ Inline-0.500.0.ebuild	22 Sep 2012 13:20:24 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.7 2012/06/17 13:53:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.8 2012/09/22 13:20:24 blueness Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc s390 sh sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Digest-MD5





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

end of thread, other threads:[~2012-09-22 13:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 20:20 [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: ChangeLog Inline-0.500.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-22 13:20 Anthony G. Basile (blueness)
2012-06-17 13:53 Raul Porcel (armin76)
2012-04-26  1:56 Jeroen Roovers (jer)
2012-04-25 18:57 Markus Meier (maekke)
2012-04-22 10:22 Agostino Sarubbo (ago)
2012-04-21 20:21 Jeff Horelick (jdhore)
2012-02-21 17:48 Torsten Veller (tove)

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