public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/CPAN-Meta: ChangeLog CPAN-Meta-2.120.921.ebuild
@ 2012-04-02 17:58 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-04-02 17:58 UTC (permalink / raw
  To: gentoo-commits

tove        12/04/02 17:58:56

  Modified:             ChangeLog
  Added:                CPAN-Meta-2.120.921.ebuild
  Log:
  [bump] perl-core/CPAN-Meta-2.120.921
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 perl-core/CPAN-Meta/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	30 Mar 2012 14:08:22 -0000	1.25
+++ ChangeLog	2 Apr 2012 17:58:56 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/CPAN-Meta
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.25 2012/03/30 14:08:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.26 2012/04/02 17:58:56 tove Exp $
+
+*CPAN-Meta-2.120.921 (02 Apr 2012)
+
+  02 Apr 2012; Torsten Veller <tove@gentoo.org> +CPAN-Meta-2.120.921.ebuild:
+  Version bump
 
 *CPAN-Meta-2.120.900 (30 Mar 2012)
 



1.1                  perl-core/CPAN-Meta/CPAN-Meta-2.120.921.ebuild

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

Index: CPAN-Meta-2.120.921.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.120.921.ebuild,v 1.1 2012/04/02 17:58:56 tove Exp $

EAPI=4

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=2.120921
inherit perl-module

DESCRIPTION="The distribution metadata for a CPAN dist"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~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=""

RDEPEND="
	>=virtual/perl-CPAN-Meta-Requirements-2.121.0
	>=virtual/perl-CPAN-Meta-YAML-0.8.0
	>=virtual/perl-JSON-PP-2.272.0
	>=virtual/perl-Parse-CPAN-Meta-1.440.300
	virtual/perl-Scalar-List-Utils
	>=virtual/perl-version-0.82
"
DEPEND="${RDEPEND}
	virtual/perl-File-Spec
	>=virtual/perl-File-Temp-0.20
	virtual/perl-IO
	>=virtual/perl-Test-Simple-0.88
	>=virtual/perl-ExtUtils-MakeMaker-6.56
"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/CPAN-Meta: ChangeLog CPAN-Meta-2.120.921.ebuild
@ 2012-04-28  2:41 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-28  2:41 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/28 02:41:15

  Modified:             ChangeLog CPAN-Meta-2.120.921.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 perl-core/CPAN-Meta/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CPAN-Meta/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	2 Apr 2012 17:58:56 -0000	1.26
+++ ChangeLog	28 Apr 2012 02:41:15 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/CPAN-Meta
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.26 2012/04/02 17:58:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.27 2012/04/28 02:41:15 aballier Exp $
+
+  28 Apr 2012; Alexis Ballier <aballier@gentoo.org> CPAN-Meta-2.120.921.ebuild:
+  keyword ~amd64-fbsd
 
 *CPAN-Meta-2.120.921 (02 Apr 2012)
 



1.2                  perl-core/CPAN-Meta/CPAN-Meta-2.120.921.ebuild

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

Index: CPAN-Meta-2.120.921.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.120.921.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CPAN-Meta-2.120.921.ebuild	2 Apr 2012 17:58:56 -0000	1.1
+++ CPAN-Meta-2.120.921.ebuild	28 Apr 2012 02:41:15 -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/perl-core/CPAN-Meta/CPAN-Meta-2.120.921.ebuild,v 1.1 2012/04/02 17:58:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/CPAN-Meta-2.120.921.ebuild,v 1.2 2012/04/28 02:41:15 aballier Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The distribution metadata for a CPAN dist"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~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=""
 
 RDEPEND="






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

end of thread, other threads:[~2012-04-28  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28  2:41 [gentoo-commits] gentoo-x86 commit in perl-core/CPAN-Meta: ChangeLog CPAN-Meta-2.120.921.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-02 17:58 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