dilfridge    15/07/23 23:57:19

  Modified:             ChangeLog
  Added:                Module-Locate-1.790.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.12                 dev-perl/Module-Locate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Oct 2014 17:54:02 -0000      1.11
+++ ChangeLog   23 Jul 2015 23:57:19 -0000      1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-Locate
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v 1.11 
2014/10/10 17:54:02 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v 1.12 
2015/07/23 23:57:19 dilfridge Exp $
+
+*Module-Locate-1.790.0 (23 Jul 2015)
+
+  23 Jul 2015; Andreas K. Huettel <[email protected]>
+  +Module-Locate-1.790.0.ebuild:
+  Version bump
 
   10 Oct 2014; Mikle Kolyada <[email protected]> 
-Module-Locate-1.720.0.ebuild,
   -Module-Locate-1.740.0.ebuild:



1.1                  dev-perl/Module-Locate/Module-Locate-1.790.0.ebuild

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

Index: Module-Locate-1.790.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Locate/Module-Locate-1.790.0.ebuild,v 
1.1 2015/07/23 23:57:19 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=NEILB
MODULE_VERSION=1.79
inherit perl-module

DESCRIPTION="Locate modules in the same fashion as require and use"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
IUSE="test"

RDEPEND="
        virtual/perl-Carp
        virtual/perl-File-Spec
        virtual/perl-IO
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? ( virtual/perl-Test-Simple )
"

SRC_TEST="do parallel"




Reply via email to