public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/CPAN-Meta: CPAN-Meta-2.120.921-r1.ebuild CPAN-Meta-2.132.510-r1.ebuild ChangeLog CPAN-Meta-2.132.510.ebuild CPAN-Meta-2.120.921.ebuild
@ 2014-07-25 21:18 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2014-07-25 21:18 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/07/25 21:18:59

  Modified:             ChangeLog
  Added:                CPAN-Meta-2.120.921-r1.ebuild
                        CPAN-Meta-2.132.510-r1.ebuild
  Removed:              CPAN-Meta-2.132.510.ebuild
                        CPAN-Meta-2.120.921.ebuild
  Log:
  EAPI bump
  
  (Portage version: 2.2.10_p41/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	18 Jul 2014 18:00:59 -0000	1.49
+++ ChangeLog	25 Jul 2014 21:18:59 -0000	1.50
@@ -1,6 +1,14 @@
 # ChangeLog for perl-core/CPAN-Meta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.49 2014/07/18 18:00:59 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CPAN-Meta/ChangeLog,v 1.50 2014/07/25 21:18:59 dilfridge Exp $
+
+*CPAN-Meta-2.120.921-r1 (25 Jul 2014)
+*CPAN-Meta-2.132.510-r1 (25 Jul 2014)
+
+  25 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+  +CPAN-Meta-2.120.921-r1.ebuild, +CPAN-Meta-2.132.510-r1.ebuild,
+  -CPAN-Meta-2.120.921.ebuild, -CPAN-Meta-2.132.510.ebuild:
+  EAPI bump
 
   18 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
   -CPAN-Meta-2.120.630.ebuild:



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

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

Index: CPAN-Meta-2.120.921-r1.ebuild
===================================================================
# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/07/25 21:18:59 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=2.120921
inherit perl-module

DESCRIPTION="The distribution metadata for a CPAN dist"

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



1.1                  perl-core/CPAN-Meta/CPAN-Meta-2.132.510-r1.ebuild

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

Index: CPAN-Meta-2.132.510-r1.ebuild
===================================================================
# Copyright 1999-2014 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.132.510-r1.ebuild,v 1.1 2014/07/25 21:18:59 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=2.132510
inherit perl-module

DESCRIPTION="The distribution metadata for a CPAN dist"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-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] only message in thread

only message in thread, other threads:[~2014-07-25 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 21:18 [gentoo-commits] gentoo-x86 commit in perl-core/CPAN-Meta: CPAN-Meta-2.120.921-r1.ebuild CPAN-Meta-2.132.510-r1.ebuild ChangeLog CPAN-Meta-2.132.510.ebuild CPAN-Meta-2.120.921.ebuild Andreas HAttel (dilfridge)

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