* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache2-AuthenNTLM/
@ 2017-10-14 19:37 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-14 19:37 UTC (permalink / raw
To: gentoo-commits
commit: 914bdcba7885cb18e0195eb23faefd1544ee75ac
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 19:36:39 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 19:37:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914bdcba
dev-perl/Apache2-AuthenNTLM: Fixup tests
- EAPI6
- Fix Description
- Compile test all modules
- Run test suite
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Apache2-AuthenNTLM-0.20.0-r2.ebuild | 40 ++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
new file mode 100644
index 00000000000..3f376ef51fd
--- /dev/null
+++ b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SPEEVES
+DIST_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Perform Microsoft NTLM and Basic User Authentication"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-MIME-Base64
+ >=www-apache/mod_perl-2"
+DEPEND="${RDEPEND}"
+
+src_test() {
+ local MODULES=(
+ "Apache2::AuthenNTLM ${DIST_VERSION}"
+ "Authen::Smb 0.96"
+ )
+ local failed=()
+ for dep in "${MODULES[@]}"; do
+ ebegin "Compile testing ${dep}"
+ perl -Mblib="${S}" -M"${dep} ()" -e1
+ eend $? || failed+=( "$dep" )
+ done
+ if [[ ${failed[@]} ]]; then
+ echo
+ eerror "One or more modules failed compile:";
+ for dep in "${failed[@]}"; do
+ eerror " ${dep}"
+ done
+ die "Failing due to module compilation errors";
+ fi
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache2-AuthenNTLM/
@ 2018-04-03 11:52 Jason Zaman
0 siblings, 0 replies; 3+ messages in thread
From: Jason Zaman @ 2018-04-03 11:52 UTC (permalink / raw
To: gentoo-commits
commit: bb06c879c363b8332e4ad04be0315a8e47736c02
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 11:38:42 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 11:50:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb06c879
dev-perl/Apache2-AuthenNTLM: amd64 stable
Gentoo-bug: 652294
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
index 3f376ef51fd..cba20505633 100644
--- a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
+++ b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Perform Microsoft NTLM and Basic User Authentication"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="virtual/perl-MIME-Base64
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache2-AuthenNTLM/
@ 2021-10-07 23:35 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-07 23:35 UTC (permalink / raw
To: gentoo-commits
commit: 7904e56b18f86f8a326253e0fbc275fd50a61ac8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 7 23:31:49 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 7 23:35:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7904e56b
dev-perl/Apache2-AuthenNTLM: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...20.0-r2.ebuild => Apache2-AuthenNTLM-0.20.0-r3.ebuild} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r3.ebuild
similarity index 83%
rename from dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
rename to dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r3.ebuild
index fe97a193154..36db7cd3d0b 100644
--- a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r2.ebuild
+++ b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r3.ebuild
@@ -1,21 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=SPEEVES
DIST_VERSION=0.02
inherit perl-module
DESCRIPTION="Perform Microsoft NTLM and Basic User Authentication"
-
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND="virtual/perl-MIME-Base64
- >=www-apache/mod_perl-2"
-DEPEND="${RDEPEND}"
+RDEPEND="
+ virtual/perl-MIME-Base64
+ >=www-apache/mod_perl-2
+"
+BDEPEND="${RDEPEND}
+"
src_test() {
local MODULES=(
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-07 23:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03 11:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache2-AuthenNTLM/ Jason Zaman
-- strict thread matches above, loose matches on Subject: below --
2021-10-07 23:35 Andreas K. Hüttel
2017-10-14 19:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox