axs         14/08/24 02:22:56

  Modified:             ChangeLog
  Added:                CPAN-Mini-1.111.9-r1.ebuild
  Removed:              CPAN-Mini-1.111.9.ebuild
  Log:
  bumped EAPI to 5; committed directly to stable as no other changes present 
and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.56                 dev-perl/CPAN-Mini/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   15 May 2013 14:13:48 -0000      1.55
+++ ChangeLog   24 Aug 2014 02:22:56 -0000      1.56
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/CPAN-Mini
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini/ChangeLog,v 1.55 
2013/05/15 14:13:48 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini/ChangeLog,v 1.56 
2014/08/24 02:22:56 axs Exp $
+
+*CPAN-Mini-1.111.9-r1 (24 Aug 2014)
+
+  24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +CPAN-Mini-1.111.9-r1.ebuild, -CPAN-Mini-1.111.9.ebuild:
+  bumped EAPI to 5; committed directly to stable as no other changes present 
and
+  revbump helps stable systems to keep from dieing on perl-5.18 upgrade
 
   15 May 2013; Agostino Sarubbo <[email protected]> CPAN-Mini-1.111.11.ebuild:
   Stable for x86, wrt bug #463042



1.1                  dev-perl/CPAN-Mini/CPAN-Mini-1.111.9-r1.ebuild

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

Index: CPAN-Mini-1.111.9-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini/CPAN-Mini-1.111.9-r1.ebuild,v 1.1 
2014/08/24 02:22:56 axs Exp $

EAPI=5

MODULE_AUTHOR=RJBS
MODULE_VERSION=1.111009
inherit perl-module

DESCRIPTION="Create a minimal mirror of CPAN"

SLOT="0"
KEYWORDS="amd64 x86 ~ppc-aix"
IUSE="test"

RDEPEND="
        dev-perl/libwww-perl
        >=virtual/perl-IO-Compress-1.20
        dev-perl/File-HomeDir
        >=virtual/perl-File-Path-2.08
        dev-perl/URI
"
DEPEND="${RDEPEND}
        test? (
                >=virtual/perl-Test-Simple-0.96
        )
"

SRC_TEST="do"




Reply via email to