[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Password-Pronounceable/

2022-11-23 Thread Jakov Smolić
commit: 518f5552bf3964558eacffda0fd6c0969036e943
Author: Yu Gu  gmail  com>
AuthorDate: Sat Oct 29 11:07:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 14:02:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518f5552

dev-perl/Text-Password-Pronounceable: Keyword 0.300.0-r2 riscv, #878483

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 .../Text-Password-Pronounceable-0.300.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
index a920fab3be8d..11e1c5f9b149 100644
--- 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
+++ 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Generate pronounceable passwords"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 src_prepare() {
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Password-Pronounceable/

2021-09-25 Thread Andreas K. Hüttel
commit: e61de038c83f6036eb978d4448554c722b504e1b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep 25 18:29:30 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Sep 25 18:34:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61de038

dev-perl/Text-Password-Pronounceable: EAPI=8 bump

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

 ...build => Text-Password-Pronounceable-0.300.0-r2.ebuild} | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
similarity index 70%
rename from 
dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
rename to 
dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
index e059ea14c1c..a920fab3be8 100644
--- 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
+++ 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
@@ -1,22 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_VERSION=0.30
-MODULE_AUTHOR=TSIBLEY
+DIST_VERSION=0.30
+DIST_AUTHOR=TSIBLEY
 inherit perl-module
 
 DESCRIPTION="Generate pronounceable passwords"
 
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
 
 src_prepare() {
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Password-Pronounceable/

2017-06-14 Thread Kent Fredric
commit: 20d2e04ad13bf2e14874571a1a30324a9de4bb8d
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jun 15 02:04:01 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jun 15 02:06:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d2e04a

dev-perl/Text-Password-Pronounceable: Fix for '.' in @INC re bug #614946

Module::Install fix for Perl 5.26

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

 .../Text-Password-Pronounceable-0.300.0-r1.ebuild   | 6 ++
 1 file changed, 6 insertions(+)

diff --git 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
index d6468554239..8a34a4c2d3c 100644
--- 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
+++ 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
@@ -17,6 +17,12 @@ DEPEND="test? ( virtual/perl-Test-Simple )"
 
 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
+}
+
 src_test() {
perl_rm_files t/99pod.t t/99pod-coverage.t
perl-module_src_test



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Password-Pronounceable/

2017-03-14 Thread Agostino Sarubbo
commit: a4905cf4ca492252974ec84b6ab6df21e9e68d39
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 14 14:28:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 14 14:28:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4905cf4

dev-perl/Text-Password-Pronounceable: amd64 stable wrt bug #612558

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../Text-Password-Pronounceable-0.300.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
index 502c21921ae..d6468554239 100644
--- 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
+++ 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Generate pronounceable passwords"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 DEPEND="test? ( virtual/perl-Test-Simple )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Password-Pronounceable/

2016-08-08 Thread Kent Fredric
commit: 3ae4722735619da7482a5f9bb3c56790ae91828b
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug  8 13:40:52 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug  8 13:49:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae47227

dev-perl/Text-Password-Pronounceable: Remove POD author tests.

Not useful in Gentoo.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../Text-Password-Pronounceable-0.300.0-r1.ebuild  | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
index 2b38ff2..44b8076 100644
--- 
a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
+++ 
b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.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$
 
@@ -14,11 +14,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-DEPEND="
-   test? (
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
-   )
-"
+DEPEND="test? ( virtual/perl-Test-Simple )"
 
 SRC_TEST="do"
+
+src_test() {
+   perl_rm_files t/99pod.t t/99pod-coverage.t
+   perl-module_src_test
+}