diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-29 04:08:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-29 04:08:30 +0000 |
commit | 4243281ae1f98c83fce90643ee5e8ccb20491906 (patch) | |
tree | e38d20eaa4c5dff201fc90220fbd47704ad59f50 /perl-core/ExtUtils-MakeMaker | |
parent | marked x86 per bug 415393 (diff) | |
download | gentoo-2-4243281ae1f98c83fce90643ee5e8ccb20491906.tar.gz gentoo-2-4243281ae1f98c83fce90643ee5e8ccb20491906.tar.bz2 gentoo-2-4243281ae1f98c83fce90643ee5e8ccb20491906.zip |
Create perllocal.pod for modules in site in INSTALLSITEARCH
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/ExtUtils-MakeMaker')
3 files changed, 132 insertions, 1 deletions
diff --git a/perl-core/ExtUtils-MakeMaker/ChangeLog b/perl-core/ExtUtils-MakeMaker/ChangeLog index 686906fd28ef..42dfef582ad0 100644 --- a/perl-core/ExtUtils-MakeMaker/ChangeLog +++ b/perl-core/ExtUtils-MakeMaker/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for perl-core/ExtUtils-MakeMaker # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.33 2012/04/28 02:41:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.34 2012/05/29 04:08:30 tove Exp $ + +*ExtUtils-MakeMaker-6.620.0-r1 (29 May 2012) + + 29 May 2012; Torsten Veller <tove@gentoo.org> + +files/6.62-delete_packlist_podlocal.patch, + +ExtUtils-MakeMaker-6.620.0-r1.ebuild: + Create perllocal.pod for modules in site in INSTALLSITEARCH 28 Apr 2012; Alexis Ballier <aballier@gentoo.org> ExtUtils-MakeMaker-6.620.0.ebuild: diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0-r1.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0-r1.ebuild new file mode 100644 index 000000000000..697a92234038 --- /dev/null +++ b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.620.0-r1.ebuild,v 1.1 2012/05/29 04:08:30 tove Exp $ + +EAPI=4 +MODULE_AUTHOR=MSCHWERN +MODULE_VERSION=6.62 +inherit eutils perl-module + +DESCRIPTION="Create a module Makefile" +HOMEPAGE="http://makemaker.org ${HOMEPAGE}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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="" + +DEPEND=" + >=virtual/perl-ExtUtils-Command-1.16 + >=virtual/perl-ExtUtils-Install-1.52 + >=virtual/perl-ExtUtils-Manifest-1.58 + >=virtual/perl-File-Spec-0.8 +" +RDEPEND="${DEPEND}" +PDEPEND=" + >=virtual/perl-CPAN-Meta-2.110.930 + >=virtual/perl-Parse-CPAN-Meta-1.440.100 +" + +PATCHES=( + "${FILESDIR}/6.62-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 -rf {} \+ + popd >/dev/null +} diff --git a/perl-core/ExtUtils-MakeMaker/files/6.62-delete_packlist_podlocal.patch b/perl-core/ExtUtils-MakeMaker/files/6.62-delete_packlist_podlocal.patch new file mode 100644 index 000000000000..9d8ee7e580aa --- /dev/null +++ b/perl-core/ExtUtils-MakeMaker/files/6.62-delete_packlist_podlocal.patch @@ -0,0 +1,76 @@ +--- a/lib/ExtUtils/MM_Unix.pm ++++ b/lib/ExtUtils/MM_Unix.pm +@@ -2052,8 +2052,6 @@ doc__install : doc_site_install + + pure_perl_install :: all + $(NOECHO) $(MOD_INSTALL) \ +- read }.$self->catfile('$(PERL_ARCHLIB)','auto','$(FULLEXT)','.packlist').q{ \ +- write }.$self->catfile('$(DESTINSTALLARCHLIB)','auto','$(FULLEXT)','.packlist').q{ \ + $(INST_LIB) $(DESTINSTALLPRIVLIB) \ + $(INST_ARCHLIB) $(DESTINSTALLARCHLIB) \ + $(INST_BIN) $(DESTINSTALLBIN) \ +@@ -2079,8 +2077,6 @@ pure_site_install :: all + + pure_vendor_install :: all + $(NOECHO) $(MOD_INSTALL) \ +- read }.$self->catfile('$(VENDORARCHEXP)','auto','$(FULLEXT)','.packlist').q{ \ +- write }.$self->catfile('$(DESTINSTALLVENDORARCH)','auto','$(FULLEXT)','.packlist').q{ \ + $(INST_LIB) $(DESTINSTALLVENDORLIB) \ + $(INST_ARCHLIB) $(DESTINSTALLVENDORARCH) \ + $(INST_BIN) $(DESTINSTALLVENDORBIN) \ +@@ -2089,37 +2085,19 @@ pure_vendor_install :: all + $(INST_MAN3DIR) $(DESTINSTALLVENDORMAN3DIR) + + doc_perl_install :: all +- $(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod +- -$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB) +- -$(NOECHO) $(DOC_INSTALL) \ +- "Module" "$(NAME)" \ +- "installed into" "$(INSTALLPRIVLIB)" \ +- LINKTYPE "$(LINKTYPE)" \ +- VERSION "$(VERSION)" \ +- EXE_FILES "$(EXE_FILES)" \ +- >> }.$self->catfile('$(DESTINSTALLARCHLIB)','perllocal.pod').q{ + + doc_site_install :: all +- $(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod +- -$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB) ++ $(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLSITEARCH)/perllocal.pod ++ -$(NOECHO) $(MKPATH) $(DESTINSTALLSITEARCH) + -$(NOECHO) $(DOC_INSTALL) \ + "Module" "$(NAME)" \ + "installed into" "$(INSTALLSITELIB)" \ + LINKTYPE "$(LINKTYPE)" \ + VERSION "$(VERSION)" \ + EXE_FILES "$(EXE_FILES)" \ +- >> }.$self->catfile('$(DESTINSTALLARCHLIB)','perllocal.pod').q{ ++ >> }.$self->catfile('$(DESTINSTALLSITEARCH)','perllocal.pod').q{ + + doc_vendor_install :: all +- $(NOECHO) $(ECHO) Appending installation info to $(DESTINSTALLARCHLIB)/perllocal.pod +- -$(NOECHO) $(MKPATH) $(DESTINSTALLARCHLIB) +- -$(NOECHO) $(DOC_INSTALL) \ +- "Module" "$(NAME)" \ +- "installed into" "$(INSTALLVENDORLIB)" \ +- LINKTYPE "$(LINKTYPE)" \ +- VERSION "$(VERSION)" \ +- EXE_FILES "$(EXE_FILES)" \ +- >> }.$self->catfile('$(DESTINSTALLARCHLIB)','perllocal.pod').q{ + + }; + +@@ -2128,13 +2106,12 @@ uninstall :: uninstall_from_$(INSTALLDIRS)dirs + $(NOECHO) $(NOOP) + + uninstall_from_perldirs :: +- $(NOECHO) $(UNINSTALL) }.$self->catfile('$(PERL_ARCHLIB)','auto','$(FULLEXT)','.packlist').q{ + + uninstall_from_sitedirs :: + $(NOECHO) $(UNINSTALL) }.$self->catfile('$(SITEARCHEXP)','auto','$(FULLEXT)','.packlist').q{ + + uninstall_from_vendordirs :: +- $(NOECHO) $(UNINSTALL) }.$self->catfile('$(VENDORARCHEXP)','auto','$(FULLEXT)','.packlist').q{ ++ + }; + + join("",@m); |