public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Password-passwdqc/
Date: Sat, 16 Oct 2021 20:07:47 +0000 (UTC)	[thread overview]
Message-ID: <1634414849.53aa4895ddbf4320f5a76c3de8a085e6a3a3e669.dilfridge@gentoo> (raw)

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
-}


             reply	other threads:[~2021-10-16 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16 20:07 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-21 16:53 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Password-passwdqc/ Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1634414849.53aa4895ddbf4320f5a76c3de8a085e6a3a3e669.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox