dilfridge    15/02/25 23:08:03

  Modified:             ChangeLog
  Added:                ExtUtils-MakeMaker-7.40.0.ebuild
  Log:
  Version bump, needed for dev-perl/Inline-C
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  Changes    Path
1.65                 perl-core/ExtUtils-MakeMaker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   8 Nov 2014 15:25:52 -0000       1.64
+++ ChangeLog   25 Feb 2015 23:08:03 -0000      1.65
@@ -1,6 +1,13 @@
 # ChangeLog for perl-core/ExtUtils-MakeMaker
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 
1.64 2014/11/08 15:25:52 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 
1.65 2015/02/25 23:08:03 dilfridge Exp $
+
+*ExtUtils-MakeMaker-7.40.0 (25 Feb 2015)
+
+  25 Feb 2015; Andreas K. Huettel <[email protected]>
+  +ExtUtils-MakeMaker-7.40.0.ebuild,
+  +files/7.04-delete_packlist_podlocal.patch:
+  Version bump, needed for dev-perl/Inline-C
 
   08 Nov 2014; Andreas K. Huettel <[email protected]>
   -ExtUtils-MakeMaker-6.640.0-r1.ebuild:



1.1                  
perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.40.0.ebuild

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

Index: ExtUtils-MakeMaker-7.40.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.40.0.ebuild,v
 1.1 2015/02/25 23:08:03 dilfridge Exp $

EAPI=5
MODULE_AUTHOR=BINGOS
MODULE_VERSION=7.04
inherit eutils perl-module

DESCRIPTION="Create a module Makefile"
HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
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=""

DEPEND="
        >=virtual/perl-ExtUtils-Command-1.160.0
        >=virtual/perl-ExtUtils-Install-1.540.0
        >=virtual/perl-ExtUtils-Manifest-1.600.0
        >=virtual/perl-File-Spec-0.800.0
"
RDEPEND="${DEPEND}"
PDEPEND="
        >=virtual/perl-CPAN-Meta-2.112.621
        >=virtual/perl-Parse-CPAN-Meta-1.440.100
"

PATCHES=(
        "${FILESDIR}/7.04-delete_packlist_podlocal.patch"
        "${FILESDIR}/6.58-RUNPATH.patch"
)
SRC_TEST=do

src_prepare() {
        edos2unix "${S}/lib/ExtUtils/MM_Unix.pm"
        edos2unix "${S}/lib/ExtUtils/MM_Any.pm"

        perl-module_src_prepare
}

src_install() {
        perl-module_src_install

        # remove all the bundled distributions
        pushd "${D}" >/dev/null
        find ".${VENDOR_LIB}" -mindepth 1 -maxdepth 1 -not -name "ExtUtils" 
-exec rm -rfv {} \+
        popd >/dev/null
}




Reply via email to