[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2021-10-24 Thread Andreas K. Hüttel
commit: 50a339e9f3d8250edd45e772eab02bd996b55532
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 24 21:22:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 24 21:23:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a339e9

dev-perl/ExtUtils-AutoInstall: Space comes at a premium

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
index b6b91bc5770..249c6e79e67 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
@@ -26,7 +26,6 @@ src_compile() {
echo "n" | perl-module_src_compile
 }
 
-
 src_test() {
local MODULES=(
"ExtUtils::AutoInstall ${DIST_VERSION}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2021-10-24 Thread Andreas K. Hüttel
commit: 6062414b1f5976a72add5d9bda7902a82e8b0ef3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 24 18:11:48 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 24 18:24:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6062414b

dev-perl/ExtUtils-AutoInstall: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...640.0.ebuild => ExtUtils-AutoInstall-0.640.0-r1.ebuild} | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
similarity index 86%
rename from dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
rename to dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
index fdc6eb124e7..b6b91bc5770 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=INGY
 DIST_VERSION=0.64
@@ -11,22 +11,22 @@ DESCRIPTION="Automatic installation of dependencies via 
CPAN from within Makefil
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~sparc-solaris"
-IUSE=""
 
-# TESTS BAD. Wants to write to cpan's config on the live system
-#SRC_TEST="do"
-
-RDEPEND="dev-perl/Sort-Versions"
-DEPEND="${RDEPEND}"
+RDEPEND="
+   dev-perl/Sort-Versions
+"
+BDEPEND="${RDEPEND}"
 
 PATCHES=(
"${FILESDIR}/${P}-no-dot-inc.patch"
"${FILESDIR}/${P}-cpantest.patch"
 )
+
 src_compile() {
echo "n" | perl-module_src_compile
 }
 
+
 src_test() {
local MODULES=(
"ExtUtils::AutoInstall ${DIST_VERSION}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2020-04-14 Thread Kent Fredric
commit: 21a5e5de929d09e0c28a107cb3e608add26caab3
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Apr 14 09:38:37 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Apr 14 09:51:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a5e5de

dev-perl/ExtUtils-AutoInstall: Remove old 0.630.0-r1

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../ExtUtils-AutoInstall-0.630.0-r1.ebuild | 30 --
 dev-perl/ExtUtils-AutoInstall/Manifest |  1 -
 2 files changed, 31 deletions(-)

diff --git 
a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
deleted file mode 100644
index 0c2e3e82327..000
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=AUTRIJUS
-MODULE_VERSION=0.63
-inherit perl-module
-
-DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-# TESTS BAD. Wants to write to cpan's config on the live system
-#SRC_TEST="do"
-
-RDEPEND="dev-perl/Sort-Versions"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}
-
-src_compile() {
-   echo "n" | perl-module_src_compile
-}

diff --git a/dev-perl/ExtUtils-AutoInstall/Manifest 
b/dev-perl/ExtUtils-AutoInstall/Manifest
index 6b43e6e13ec..78df9d9d323 100644
--- a/dev-perl/ExtUtils-AutoInstall/Manifest
+++ b/dev-perl/ExtUtils-AutoInstall/Manifest
@@ -1,2 +1 @@
-DIST ExtUtils-AutoInstall-0.63.tar.gz 26951 BLAKE2B 
9044d6b40bf7952499d93564b92b3db7f00ce1ea4635d8f50c41be22686e06c0baa2b1625d9ff3ba29d2c20ce0f8bebad6bd58809a6511dfe275b27d422aab49
 SHA512 
3836dbdd175732109c88a2c0e8d19929fbf59ef453c7149b6a6b6658cf419f241c91ba86fe7f4a1d7bf1af4d7ef42809e523f05e683e9bba75ca9aa9d47e1445
 DIST ExtUtils-AutoInstall-0.64.tar.gz 25886 BLAKE2B 
e5490f7dcb386b85dff77857ca20d0b03268dc31c76ca3e4770186a468f5c1235dba25e2b8a9b9931c7806ade7c721e87f3dc72a7089b9be27aa9d7a436496f2
 SHA512 
18f8d58673ea5c0f9654b2c39297e974c6e464250af63e569fbe5966ce7a59cb2ec0ea1190b84cb47bf061eb90fd9307b52ead38491f3220fc301fff342bf860



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2018-06-25 Thread Tobias Klausmann
commit: 9294b410702776efff35edc8fcc0502f7c3635b4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 25 21:22:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 25 21:23:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9294b410

dev-perl/ExtUtils-AutoInstall-0.640.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/657574

 dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
index e181161715d..b037121e6b8 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 # TESTS BAD. Wants to write to cpan's config on the live system



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2018-06-10 Thread Sergei Trofimovich
commit: c8dde16e57a89824dd200c7a85364d587b66f2f0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 10 18:01:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 10 18:14:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dde16e

dev-perl/ExtUtils-AutoInstall: stable 0.640.0 for ia64, bug #657574

Bug: https://bugs.gentoo.org/657574
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
index ea685465335..ed585d4d667 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 # TESTS BAD. Wants to write to cpan's config on the live system



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2018-06-10 Thread Thomas Deutschmann
commit: ca3e687c70b00c32a187bbc42a11746bf0f40859
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 10 16:49:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 10 16:49:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3e687c

dev-perl/ExtUtils-AutoInstall: x86 stable (bug #657574)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
index af215c77b11..ea685465335 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 # TESTS BAD. Wants to write to cpan's config on the live system



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2018-06-10 Thread Aaron Bauman
commit: 8ce128c78bbf4bac35406fa8c0c4c9e8b0c50472
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun 10 15:29:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun 10 15:37:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce128c7

dev-perl/ExtUtils-AutoInstall: amd64 stable wrt bug #657574

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
index 24585242d7a..af215c77b11 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 # TESTS BAD. Wants to write to cpan's config on the live system



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2018-06-09 Thread Sergei Trofimovich
commit: 4fe2074dde2162b8d7405685f19ad28a3cbb9588
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  9 08:36:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  9 10:05:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe2074d

dev-perl/ExtUtils-AutoInstall: stable 0.640.0 for sparc

Bug: https://bugs.gentoo.org/657574
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
index 67b5ca9597f..24585242d7a 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 # TESTS BAD. Wants to write to cpan's config on the live system



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/files/, dev-perl/ExtUtils-AutoInstall/

2017-10-20 Thread Kent Fredric
commit: f4296657581e1a0899193e2ad5b60864c64fe92d
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct 21 02:46:55 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct 21 02:46:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4296657

dev-perl/ExtUtils-AutoInstall: Bump to version 0.640.0

- EAPI6
- Enable tests
- Migrate Makefile.PL hack to patch
- Patch tests to work

Upstream:
- Fix tests building properly with newer ExtUtils::MakeMaker

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../ExtUtils-AutoInstall-0.640.0.ebuild|  49 +
 dev-perl/ExtUtils-AutoInstall/Manifest |   1 +
 .../ExtUtils-AutoInstall-0.640.0-cpantest.patch| 111 +
 .../ExtUtils-AutoInstall-0.640.0-no-dot-inc.patch  |  27 +
 4 files changed, 188 insertions(+)

diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
new file mode 100644
index 000..67b5ca9597f
--- /dev/null
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=INGY
+DIST_VERSION=0.64
+inherit perl-module
+
+DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+# TESTS BAD. Wants to write to cpan's config on the live system
+#SRC_TEST="do"
+
+RDEPEND="dev-perl/Sort-Versions"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-no-dot-inc.patch"
+   "${FILESDIR}/${P}-cpantest.patch"
+)
+src_compile() {
+   echo "n" | perl-module_src_compile
+}
+
+src_test() {
+   local MODULES=(
+   "ExtUtils::AutoInstall ${DIST_VERSION}"
+   )
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+   eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   perl-module_src_test
+}

diff --git a/dev-perl/ExtUtils-AutoInstall/Manifest 
b/dev-perl/ExtUtils-AutoInstall/Manifest
index 7d2ee2edec9..18a76ec0af5 100644
--- a/dev-perl/ExtUtils-AutoInstall/Manifest
+++ b/dev-perl/ExtUtils-AutoInstall/Manifest
@@ -1 +1,2 @@
 DIST ExtUtils-AutoInstall-0.63.tar.gz 26951 SHA256 
829d4976e85d04dd18e24f500d03fb662e40aabf8609b61b1925e0455299 SHA512 
3836dbdd175732109c88a2c0e8d19929fbf59ef453c7149b6a6b6658cf419f241c91ba86fe7f4a1d7bf1af4d7ef42809e523f05e683e9bba75ca9aa9d47e1445
 WHIRLPOOL 
759e7802bb74821bb76d23ab1e554f70612f12487296ac27abc1c89a4911f99548866ebacfd29ecc1e23033a6ac7dd1697056afd7b2843a0c0b7d9c2cbb558bc
+DIST ExtUtils-AutoInstall-0.64.tar.gz 25886 SHA256 
0fe48f78b5ee39acb3be38a7a039789abc46195af411297dabec294c2851027f SHA512 
18f8d58673ea5c0f9654b2c39297e974c6e464250af63e569fbe5966ce7a59cb2ec0ea1190b84cb47bf061eb90fd9307b52ead38491f3220fc301fff342bf860
 WHIRLPOOL 
ec5f4b52f7ccc762fb0c4280d626a362d66462a23dc2400574a0d2f99c495dbd8b8bf908f007031a327e40bba56ed3d607c88200b4b8cd1e727be37e1cdb1083

diff --git 
a/dev-perl/ExtUtils-AutoInstall/files/ExtUtils-AutoInstall-0.640.0-cpantest.patch
 
b/dev-perl/ExtUtils-AutoInstall/files/ExtUtils-AutoInstall-0.640.0-cpantest.patch
new file mode 100644
index 000..4040016fe9c
--- /dev/null
+++ 
b/dev-perl/ExtUtils-AutoInstall/files/ExtUtils-AutoInstall-0.640.0-cpantest.patch
@@ -0,0 +1,111 @@
+From fe02934c5a5bba11e351be5a2f3f95a4461779af Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sat, 21 Oct 2017 15:37:11 +1300
+Subject: Patch around annoying CPAN-initialization test
+
+This is a terrible way of doing this, but its good enough for now
+and convinces CPAN that its already configured and doesn't block
+waiting for input. A more sensible narrow set is probably viable,
+and OS specifics probably need to be considered.
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=96782
+---
+ t/1-basic.t | 75 +
+ 1 file changed, 75 insertions(+)
+
+diff --git a/t/1-basic.t b/t/1-basic.t
+index dbf7e27..2cdffab 100644
+--- a/t/1-basic.t
 b/t/1-basic.t
+@@ -10,6 +10,7 @@ my $mm_args;
+ my @prompts = qw/y n n y y/;
+ 
+ use ExtUtils::MakeMaker;
++use File::Temp qw( tempdir );
+ sub ExtUtils::MakeMaker::WriteMakefile { $mm_args = {@_} }
+ sub ExtUtils::MakeMaker::prompt ($;$) { return 'n' }
+ 
+@@ -24,6 +25,80 @@ my $fh  = Symbol::gensym;
+ my $out = tie *$fh, 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2017-06-25 Thread Kent Fredric
commit: da43366ae3a90846b0c1030e2d3d992bbb71f125
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 26 02:54:05 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 26 02:54:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da43366a

dev-perl/ExtUtils-AutoInstall: Fix DESCRIPTION.toolong

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
index 7944b76c81f..14447677c2b 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
@@ -7,7 +7,7 @@ MODULE_AUTHOR=AUTRIJUS
 MODULE_VERSION=0.63
 inherit perl-module
 
-DESCRIPTION="Allows module writers to specify a more sophisticated form of 
dependency information"
+DESCRIPTION="Automatic installation of dependencies via CPAN from within 
Makefile.PL"
 
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-AutoInstall/

2017-06-25 Thread Kent Fredric
commit: 917f4c4a93c38adfd9a9a6dc6ce20aaef95f5849
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 26 02:52:09 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 26 02:54:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917f4c4a

dev-perl/ExtUtils-AutoInstall: Fix for '.' in @INC re bug #615830

Generic Module::Install fix for 5.26

Bug: https://bugs.gentoo.org/615830
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild   | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild 
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
index 0084a070603..7944b76c81f 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.630.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,6 +19,12 @@ IUSE=""
 RDEPEND="dev-perl/Sort-Versions"
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}
+
 src_compile() {
echo "n" | perl-module_src_compile
 }