public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.362.400.ebuild
@ 2011-01-29  9:56 Torsten Veller (tove)
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller (tove) @ 2011-01-29  9:56 UTC (permalink / raw
  To: gentoo-commits

tove        11/01/29 09:56:33

  Modified:             ChangeLog
  Added:                Module-Build-0.362.400.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 perl-core/Module-Build/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	17 Jan 2011 07:54:41 -0000	1.40
+++ ChangeLog	29 Jan 2011 09:56:33 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/Module-Build
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.40 2011/01/17 07:54:41 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.41 2011/01/29 09:56:33 tove Exp $
+
+*Module-Build-0.362.400 (29 Jan 2011)
+
+  29 Jan 2011; Torsten Veller <tove@gentoo.org> +Module-Build-0.362.400.ebuild:
+  Version bump
 
   17 Jan 2011; Torsten Veller <tove@gentoo.org> -Module-Build-0.35.ebuild,
   -Module-Build-0.36.01.ebuild, -Module-Build-0.36.03.ebuild:



1.1                  perl-core/Module-Build/Module-Build-0.362.400.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild?rev=1.1&content-type=text/plain

Index: Module-Build-0.362.400.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.1 2011/01/29 09:56:33 tove Exp $

EAPI=3

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=0.3624
inherit perl-module

DESCRIPTION="Build and install Perl modules"

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

DEPEND="
	>=virtual/perl-CPAN-Meta-YAML-0.2
	>=virtual/perl-Module-Metadata-1.0.2
	>=virtual/perl-Perl-OSType-1
	>=virtual/perl-ExtUtils-CBuilder-0.27
	>=virtual/perl-ExtUtils-ParseXS-2.22.05
	>=virtual/perl-Archive-Tar-1.09
	>=virtual/perl-Test-Harness-3.16
	>=virtual/perl-version-0.87
"
RDEPEND="${DEPEND}"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.362.400.ebuild
@ 2011-01-29 18:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-29 18:32 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/29 18:32:18

  Modified:             ChangeLog Module-Build-0.362.400.ebuild
  Log:
  Marked ~hppa (bug #353115).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.42                 perl-core/Module-Build/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	29 Jan 2011 09:56:33 -0000	1.41
+++ ChangeLog	29 Jan 2011 18:32:17 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Module-Build
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.41 2011/01/29 09:56:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.42 2011/01/29 18:32:17 jer Exp $
+
+  29 Jan 2011; Jeroen Roovers <jer@gentoo.org> Module-Build-0.362.400.ebuild:
+  Marked ~hppa (bug #353115).
 
 *Module-Build-0.362.400 (29 Jan 2011)
 



1.2                  perl-core/Module-Build/Module-Build-0.362.400.ebuild

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

Index: Module-Build-0.362.400.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Module-Build-0.362.400.ebuild	29 Jan 2011 09:56:33 -0000	1.1
+++ Module-Build-0.362.400.ebuild	29 Jan 2011 18:32:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.1 2011/01/29 09:56:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.2 2011/01/29 18:32:17 jer Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Build and install Perl modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.362.400.ebuild
@ 2011-01-30 18:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-30 18:17 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/30 18:17:43

  Modified:             ChangeLog Module-Build-0.362.400.ebuild
  Log:
  Add ~alpha/~arm/~ia64/~m68k/~s390/~sh/~sparc wrt #353115
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.43                 perl-core/Module-Build/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	29 Jan 2011 18:32:17 -0000	1.42
+++ ChangeLog	30 Jan 2011 18:17:43 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Module-Build
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.42 2011/01/29 18:32:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.43 2011/01/30 18:17:43 armin76 Exp $
+
+  30 Jan 2011; Raúl Porcel <armin76@gentoo.org> Module-Build-0.362.400.ebuild:
+  Add ~alpha/~arm/~ia64/~m68k/~s390/~sh/~sparc wrt #353115
 
   29 Jan 2011; Jeroen Roovers <jer@gentoo.org> Module-Build-0.362.400.ebuild:
   Marked ~hppa (bug #353115).



1.3                  perl-core/Module-Build/Module-Build-0.362.400.ebuild

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

Index: Module-Build-0.362.400.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Module-Build-0.362.400.ebuild	29 Jan 2011 18:32:17 -0000	1.2
+++ Module-Build-0.362.400.ebuild	30 Jan 2011 18:17:43 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.2 2011/01/29 18:32:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.3 2011/01/30 18:17:43 armin76 Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Build and install Perl modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.362.400.ebuild
@ 2011-02-27 10:33 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-27 10:33 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/27 10:33:15

  Modified:             ChangeLog Module-Build-0.362.400.ebuild
  Log:
  Marked ~ppc/~ppc64 wrt #353115
  
  (Portage version: 2.2.0_alpha25/cvs/Linux ppc64)

Revision  Changes    Path
1.44                 perl-core/Module-Build/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	30 Jan 2011 18:17:43 -0000	1.43
+++ ChangeLog	27 Feb 2011 10:33:15 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Module-Build
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.43 2011/01/30 18:17:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.44 2011/02/27 10:33:15 xarthisius Exp $
+
+  27 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  Module-Build-0.362.400.ebuild:
+  Marked ~ppc/~ppc64 wrt #353115
 
   30 Jan 2011; Raúl Porcel <armin76@gentoo.org> Module-Build-0.362.400.ebuild:
   Add ~alpha/~arm/~ia64/~m68k/~s390/~sh/~sparc wrt #353115



1.4                  perl-core/Module-Build/Module-Build-0.362.400.ebuild

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

Index: Module-Build-0.362.400.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Module-Build-0.362.400.ebuild	30 Jan 2011 18:17:43 -0000	1.3
+++ Module-Build-0.362.400.ebuild	27 Feb 2011 10:33:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.3 2011/01/30 18:17:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.4 2011/02/27 10:33:15 xarthisius Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Build and install Perl modules"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.362.400.ebuild
@ 2011-02-27 12:09 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2011-02-27 12:09 UTC (permalink / raw
  To: gentoo-commits

grobian     11/02/27 12:09:12

  Modified:             ChangeLog Module-Build-0.362.400.ebuild
  Log:
  Add Prefix keywords, bug #353115
  
  (Portage version: 2.2.01.18036-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.45                 perl-core/Module-Build/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	27 Feb 2011 10:33:15 -0000	1.44
+++ ChangeLog	27 Feb 2011 12:09:12 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Module-Build
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.44 2011/02/27 10:33:15 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.45 2011/02/27 12:09:12 grobian Exp $
+
+  27 Feb 2011; Fabian Groffen <grobian@gentoo.org>
+  Module-Build-0.362.400.ebuild:
+  Add Prefix keywords, bug #353115
 
   27 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
   Module-Build-0.362.400.ebuild:



1.5                  perl-core/Module-Build/Module-Build-0.362.400.ebuild

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

Index: Module-Build-0.362.400.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Module-Build-0.362.400.ebuild	27 Feb 2011 10:33:15 -0000	1.4
+++ Module-Build-0.362.400.ebuild	27 Feb 2011 12:09:12 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.4 2011/02/27 10:33:15 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.362.400.ebuild,v 1.5 2011/02/27 12:09:12 grobian Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Build and install Perl modules"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="






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

end of thread, other threads:[~2011-02-27 12:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29  9:56 [gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: ChangeLog Module-Build-0.362.400.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-29 18:32 Jeroen Roovers (jer)
2011-01-30 18:17 Raul Porcel (armin76)
2011-02-27 10:33 Kacper Kowalik (xarthisius)
2011-02-27 12:09 Fabian Groffen (grobian)

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