* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Password-passwdqc/
@ 2020-09-21 16:53 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-09-21 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 4cbb124efec771137c36b27e78e9c195dcfd8a46
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 16:52:52 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 16:53:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbb124e
dev-perl/Data-Password-passwdqc: Add w/ version=0.90.0
Requsted by juippis as an optional dep of app-admin/kpcli
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Data-Password-passwdqc-0.90.0.ebuild | 48 ++++++++++++++++++++++
dev-perl/Data-Password-passwdqc/Manifest | 1 +
dev-perl/Data-Password-passwdqc/metadata.xml | 12 ++++++
3 files changed, 61 insertions(+)
diff --git a/dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0.ebuild b/dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0.ebuild
new file mode 100644
index 00000000000..48b88d3924e
--- /dev/null
+++ b/dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SHERWIN
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Check password strength and generate password using passwdqc"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/List-MoreUtils
+ dev-perl/Moose
+ dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ dev-perl/Devel-CheckOS
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=(
+ t/pod.t
+)
+src_prepare() {
+ ebegin "Stripping Devel-CheckOS from inc/"
+ rm -rf "${S}/inc/Devel/CheckOS.pm" \
+ "${S}/inc/Devel/AssertOS.pm" \
+ "${S}/inc/Devel/AssertOS" ||
+ die "Can't remove bundled Devel-CheckOS bits"
+ sed -i -e '/^inc\/Devel\/\(Check\|Assert\)OS/d' MANIFEST ||
+ die "Can't remove Devel-CheckOS bits from MANIFEST"
+ eend
+ perl-module_src_prepare
+}
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
diff --git a/dev-perl/Data-Password-passwdqc/Manifest b/dev-perl/Data-Password-passwdqc/Manifest
new file mode 100644
index 00000000000..d5e7e974db5
--- /dev/null
+++ b/dev-perl/Data-Password-passwdqc/Manifest
@@ -0,0 +1 @@
+DIST Data-Password-passwdqc-0.09.tar.gz 110136 BLAKE2B 57418035d911d63974dd1fee7af013be250e638e4fefae11c4dad6ca0963ce19602d17194f16451fc235f3a62a9fbc71f9e90a21a078bc43ee01dd604aed0696 SHA512 08d15ee99129a33579d5782d2226e896815e1ab7a4259dea03f251d67b2fe08661623c6ba1f9a61a6bcf36bad4a25cd87a2c31570c4d0c64640590a0dfc24eea
diff --git a/dev-perl/Data-Password-passwdqc/metadata.xml b/dev-perl/Data-Password-passwdqc/metadata.xml
new file mode 100644
index 00000000000..1b00374afb3
--- /dev/null
+++ b/dev-perl/Data-Password-passwdqc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Data-Password-passwdqc</remote-id>
+ <remote-id type="cpan-module">Data::Password::passwdqc</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Password-passwdqc/
@ 2021-10-16 20:07 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-10-16 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 53aa4895ddbf4320f5a76c3de8a085e6a3a3e669
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 20:07:29 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 20:07:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53aa4895
dev-perl/Data-Password-passwdqc: Simplify; EAPI=8
Closes: https://bugs.gentoo.org/815895
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...0.ebuild => Data-Password-passwdqc-0.90.0-r1.ebuild} | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0.ebuild b/dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0-r1.ebuild
similarity index 79%
rename from dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0.ebuild
rename to dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0-r1.ebuild
index 48b88d3924e..bdc29429421 100644
--- a/dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0.ebuild
+++ b/dev-perl/Data-Password-passwdqc/Data-Password-passwdqc-0.90.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=SHERWIN
DIST_VERSION=0.09
@@ -10,8 +10,6 @@ inherit perl-module
DESCRIPTION="Check password strength and generate password using passwdqc"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
@@ -26,23 +24,18 @@ BDEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
"
+
PERL_RM_FILES=(
t/pod.t
)
+
src_prepare() {
- ebegin "Stripping Devel-CheckOS from inc/"
+ einfo "Stripping Devel-CheckOS from inc/"
rm -rf "${S}/inc/Devel/CheckOS.pm" \
"${S}/inc/Devel/AssertOS.pm" \
"${S}/inc/Devel/AssertOS" ||
die "Can't remove bundled Devel-CheckOS bits"
sed -i -e '/^inc\/Devel\/\(Check\|Assert\)OS/d' MANIFEST ||
die "Can't remove Devel-CheckOS bits from MANIFEST"
- eend
perl-module_src_prepare
}
-src_compile() {
- mymake=(
- "OPTIMIZE=${CFLAGS}"
- )
- perl-module_src_compile
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-16 20:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 16:53 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Password-passwdqc/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-10-16 20:07 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox