* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Htpasswd/
@ 2020-09-25 23:03 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-09-25 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 378ebf750c1e3e1ba20c0abffeab50b59389e248
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 22:50:55 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 23:02:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378ebf75
dev-perl/Authen-Htpasswd: Cleanup old 0.171.0-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Authen-Htpasswd-0.171.0-r1.ebuild | 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild
deleted file mode 100644
index d27f69f6a1f..00000000000
--- a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MSTROUT
-MODULE_VERSION=0.171
-inherit perl-module
-
-DESCRIPTION="interface to read and modify Apache .htpasswd files"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-perl/Class-Accessor
- dev-perl/IO-LockedFile
- dev-perl/Crypt-PasswdMD5
- dev-perl/Digest-SHA1"
-# pod tests need TEST_POD anyway
-RDEPEND="${DEPEND}"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Htpasswd/
@ 2023-06-22 4:17 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-22 4:17 UTC (permalink / raw
To: gentoo-commits
commit: 7666e888398d3dcd4c0922cb5a7010678838d4c2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:16:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:16:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7666e888
dev-perl/Authen-Htpasswd: fix BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
index 469cd40c1866..c4969bfd0e18 100644
--- a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
+++ b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
@@ -20,7 +20,7 @@ DEPEND="
dev-perl/IO-LockedFile
virtual/perl-Scalar-List-Utils
"
-BRDEPEND="${DEPEND}
+BDEPEND="${DEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PERL_RM_FILES=(
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Htpasswd/
@ 2023-06-22 4:17 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-22 4:17 UTC (permalink / raw
To: gentoo-commits
commit: 1adede8e2f66cfab2258b529b6089b345388eaf0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:16:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:16:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adede8e
dev-perl/Authen-Htpasswd: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
index b33a5f212129..469cd40c1866 100644
--- a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
+++ b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ DIST_AUTHOR=MSTROUT
DIST_VERSION=0.171
inherit perl-module
-DESCRIPTION="interface to read and modify Apache .htpasswd files"
+DESCRIPTION="Interface to read and modify Apache .htpasswd files"
SLOT="0"
KEYWORDS="amd64 x86"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Htpasswd/
@ 2020-04-29 22:36 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-04-29 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 31e3bf49569cf879494cc42750b366dfb8dfb921
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 22:35:04 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 22:35:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e3bf49
dev-perl/Authen-Htpasswd: -r bump for EAPI7
- EAPI7
- Remove empty assignments
- Remove cruft tests
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Authen-Htpasswd-0.171.0-r2.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
new file mode 100644
index 00000000000..ee4a5289d46
--- /dev/null
+++ b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MSTROUT
+DIST_VERSION=0.171
+inherit perl-module
+
+DESCRIPTION="interface to read and modify Apache .htpasswd files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-perl/Class-Accessor
+ dev-perl/Crypt-PasswdMD5
+ virtual/perl-Digest
+ dev-perl/Digest-SHA1
+ dev-perl/IO-LockedFile
+ virtual/perl-Scalar-List-Utils
+"
+BRDEPEND="${DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=(
+ "t/02pod.t"
+ "t/03podcoverage.t"
+)
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-22 4:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25 23:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Htpasswd/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2023-06-22 4:17 Sam James
2023-06-22 4:17 Sam James
2020-04-29 22:36 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox