[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2024-06-24 Thread Sam James
commit: 2dc7c5f5834325d748316f1ae1977b1c1e1fc063
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 04:39:37 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 04:39:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc7c5f5

dev-perl/Crypt-Cracklib: Stabilize 1.700.0-r4 amd64, #934832

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild
index 9ef971e75ad3..119bde80f212 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sys-libs/cracklib"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2024-05-21 Thread Sam James
commit: ec62351bace628be592dcdd47af8cc8a163ec5a6
Author: Sam James  gentoo  org>
AuthorDate: Wed May 22 02:38:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 22 02:38:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec62351b

dev-perl/Crypt-Cracklib: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

Signed-off-by: Sam James  gentoo.org>

 .../Crypt-Cracklib-1.700.0-r4.ebuild   | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild
new file mode 100644
index ..db112e35efee
--- /dev/null
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DANIEL
+DIST_VERSION=1.7
+inherit perl-module
+
+DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/cracklib"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+   test? (
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.7-CFLAGS-1.patch"
+   "${FILESDIR}/${PN}-1.7-no-dot-inc.patch"
+)
+
+PERL_RM_FILES=(
+   t/pod-coverage.t
+   t/pod.t
+)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/files/

2021-10-29 Thread Conrad Kostecki
commit: cac3f55843cdecde646b430a52ba0a1cce425c51
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Oct 14 18:18:45 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 29 21:46:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac3f558

dev-perl/Crypt-Cracklib: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/22577
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch  | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch 
b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch
deleted file mode 100644
index d483d0d9b12..000
--- a/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN Crypt-Cracklib-1.7.orig/Makefile.PL Crypt-Cracklib-1.7/Makefile.PL
 Crypt-Cracklib-1.7.orig/Makefile.PL2019-10-16 05:55:37.321262001 
+0200
-+++ Crypt-Cracklib-1.7/Makefile.PL 2019-10-16 05:56:38.585611172 +0200
-@@ -15,7 +15,6 @@
- requires_external_cc();
- 
- cc_lib_links('crack');
--cc_optimize_flags('-g -Wall -Werror');
- 
- auto_install();
- WriteAll();



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2021-10-10 Thread Andreas K. Hüttel
commit: 846e88466158456f93887b34bdf2d0ecc3c56b6a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct  9 20:00:16 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 10 14:01:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846e8846

dev-perl/Crypt-Cracklib: Remove old

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

 .../Crypt-Cracklib-1.700.0-r2.ebuild   | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild
deleted file mode 100644
index f19a634b0f6..000
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DANIEL
-DIST_VERSION=1.7
-inherit perl-module
-
-DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-libs/cracklib"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-CFLAGS.patch" )
-
-src_prepare() {
-   use test && perl_rm_files t/pod-coverage.t t/pod.t
-   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2021-05-08 Thread Sam James
commit: 988b076290fea210cb10e89d1c96a0e83872c294
Author: Sam James  gentoo  org>
AuthorDate: Sat May  8 18:42:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  8 18:42:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988b0762

dev-perl/Crypt-Cracklib: Stabilize 1.700.0-r3 x86, #788784

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
index b5711f02b53..916aa358f4c 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2021-05-08 Thread Sam James
commit: 1b455c2a1f3b7296ea7f13ac611982fa038ecf45
Author: Sam James  gentoo  org>
AuthorDate: Fri May  7 15:06:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  7 15:06:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b455c2a

dev-perl/Crypt-Cracklib: Stabilize 1.700.0-r3 amd64, #788784

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
index 9d86b5c2aae..b5711f02b53 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2020-08-06 Thread Kent Fredric
commit: a914bd68331764b72d7b5d2aae11e328b1bd7f2e
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Aug  6 16:34:25 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Aug  6 16:38:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a914bd68

dev-perl/Crypt-Cracklib: Cleanup old 1.700.0-r1

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

 .../Crypt-Cracklib-1.700.0-r1.ebuild   | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
deleted file mode 100644
index 97c42f216f5..000
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANIEL
-MODULE_VERSION=1.7
-inherit perl-module
-
-DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-libs/cracklib"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
-   use test && perl_rm_files t/pod-coverage.t t/pod.t
-   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/files/, dev-perl/Crypt-Cracklib/

2020-06-30 Thread Kent Fredric
commit: 1d79ac57f4449ed34d97ddea06fedcfd479f5a5c
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jun 30 13:59:30 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jun 30 13:59:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d79ac57

dev-perl/Crypt-Cracklib: -r bump for EAPI7 and fixes

- EAPI7
- Expand dependencies better
- Migrade "sed" hackery to a patch
- Rework existing patch into git format
- Unconditionally patch out bad tests
- Ensure CFLAGS passed through to make

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

 .../Crypt-Cracklib-1.700.0-r3.ebuild   | 39 ++
 .../files/Crypt-Cracklib-1.7-CFLAGS-1.patch| 25 ++
 .../files/Crypt-Cracklib-1.7-no-dot-inc.patch  | 21 
 3 files changed, 85 insertions(+)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
new file mode 100644
index 000..9d86b5c2aae
--- /dev/null
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DANIEL
+DIST_VERSION=1.7
+inherit perl-module
+
+DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/cracklib"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+   test? (
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.7-CFLAGS-1.patch"
+   "${FILESDIR}/${PN}-1.7-no-dot-inc.patch"
+)
+PERL_RM_FILES=(
+   t/pod-coverage.t
+   t/pod.t
+)
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.7-CFLAGS-1.patch 
b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.7-CFLAGS-1.patch
new file mode 100644
index 000..fbc5517efec
--- /dev/null
+++ b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.7-CFLAGS-1.patch
@@ -0,0 +1,25 @@
+From 160ea833ef64916906c9334f7da12db3208293eb Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= 
+Date: Wed, 16 Oct 2019 17:00:25 +1300
+Subject: Avoid clobbering CFLAGS in Makefile.pl
+
+Bug: https://bugs.gentoo.org/658000
+---
+ Makefile.PL | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 34f1008..6ede3a6 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -15,7 +15,6 @@ test_requires 'Test::More' => '0.47';
+ requires_external_cc();
+ 
+ cc_lib_links('crack');
+-cc_optimize_flags('-g -Wall -Werror');
+ 
+ auto_install();
+ WriteAll();
+-- 
+2.27.0
+

diff --git a/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.7-no-dot-inc.patch 
b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.7-no-dot-inc.patch
new file mode 100644
index 000..0af640bcf48
--- /dev/null
+++ b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.7-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 8dd70878d095fa0b35b81ee6e21c2b1fc010b41b Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 1 Jul 2020 01:23:46 +1200
+Subject: Include '.' in @INC for perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 6ede3a6..d793c3b 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install;
+ 
+ name('Crypt-Cracklib');
+-- 
+2.27.0
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/files/, dev-perl/Crypt-Cracklib/

2019-10-15 Thread Andreas K. Hüttel
commit: 974c3c3a68dc7390ef544b261b83d8d1ba797f67
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct 16 04:00:25 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct 16 04:00:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974c3c3a

dev-perl/Crypt-Cracklib: don't "enhance" CFLAGS in Makefile.PL, bug 658000

Bug: https://bugs.gentoo.org/658000
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Crypt-Cracklib-1.700.0-r2.ebuild   | 26 ++
 .../files/Crypt-Cracklib-1.700.0-CFLAGS.patch  | 11 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild
new file mode 100644
index 000..19885fe803a
--- /dev/null
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DANIEL
+DIST_VERSION=1.7
+inherit perl-module
+
+DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="sys-libs/cracklib"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-CFLAGS.patch" )
+
+src_prepare() {
+   use test && perl_rm_files t/pod-coverage.t t/pod.t
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}

diff --git a/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch 
b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch
new file mode 100644
index 000..d483d0d9b12
--- /dev/null
+++ b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch
@@ -0,0 +1,11 @@
+diff -ruN Crypt-Cracklib-1.7.orig/Makefile.PL Crypt-Cracklib-1.7/Makefile.PL
+--- Crypt-Cracklib-1.7.orig/Makefile.PL2019-10-16 05:55:37.321262001 
+0200
 Crypt-Cracklib-1.7/Makefile.PL 2019-10-16 05:56:38.585611172 +0200
+@@ -15,7 +15,6 @@
+ requires_external_cc();
+ 
+ cc_lib_links('crack');
+-cc_optimize_flags('-g -Wall -Werror');
+ 
+ auto_install();
+ WriteAll();



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2017-06-19 Thread Kent Fredric
commit: 11bb13ad3f4bcb0a672fb84fb6a06729dca93ce4
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 19:28:24 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 19:32:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bb13ad

dev-perl/Crypt-Cracklib: Fix for '.' in @INC re bug #615122

Generic Module::Install + 5.26 Fix

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

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
index 06949da9626..8e1fefef707 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,3 +20,9 @@ DEPEND="${RDEPEND}
dev-perl/Test-Pod-Coverage )"
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2017-06-19 Thread Kent Fredric
commit: fef7d729b12c83b89621bedfbaea1f5ae8af28ca
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 19:32:03 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 19:32:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef7d729

dev-perl/Crypt-Cracklib: Remove useless authortests and related deps

Pod:: and friends cause more problems than they solve.
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
index 8e1fefef707..52a6b669eee 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
@@ -14,14 +14,12 @@ KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="sys-libs/cracklib"
-DEPEND="${RDEPEND}
-   test? ( dev-perl/Pod-Coverage
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage )"
+DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
 
 src_prepare() {
+   use test && perl_rm_files t/pod-coverage.t t/pod.t
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/

2016-12-27 Thread Andreas Hüttel
commit: 8e372baab4470ecfa6886492975eab7b73c91bd4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 27 19:46:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Dec 27 19:59:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e372baa

dev-perl/Crypt-Cracklib: Fix license, bug 301969

Package-Manager: portage-2.3.3

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
index 68cad3d..9cf65a4 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,6 @@ inherit perl-module
 DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
 
 SLOT="0"
-LICENSE="Artistic"
 KEYWORDS="amd64 x86"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/files/

2016-09-09 Thread Patrice Clement
commit: a7beb5c32dd1c6b60e84d9e884cf42d9fa23fc36
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Sep  7 17:45:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep  9 13:27:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7beb5c3

dev-perl/Crypt-Cracklib: remove unused patch.

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/1.4-disable-reversed-test.patch   | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch 
b/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch
deleted file mode 100644
index f8cde38..
--- a/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 Crypt-Cracklib-1.4/t/01use.t
-+++ Crypt-Cracklib-1.4/t/01use.t
-@@ -1,4 +1,4 @@
--use Test::More tests => 19;
-+use Test::More tests => 18;
- 
- BEGIN { use_ok( 'Crypt::Cracklib' ); }
- 
-@@ -28,7 +28,7 @@
- like(fascist_check('dictionary'), qr/dictionary/, "dictionary");
- 
- # it is based on a (reversed) dictionary word
--like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
-+#like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
- 
- # Ok
- ok(fascist_check('Sil1ntBob') eq 'ok');