public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Authen-Wsse/
@ 2017-06-29 21:58 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2017-06-29 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     83105e2e7d3aff5f08b4578709aecced4e4bb318
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:58:23 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 21:58:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83105e2e

dev-perl/LWP-Authen-Wsse: Add build fix for Perl 5.26, bug 617008

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild
index 98ea60ef9ee..a6448f84dce 100644
--- a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild
+++ b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=AUTRIJUS
-MODULE_VERSION=0.05
+DIST_AUTHOR=AUTRIJUS
+DIST_VERSION=0.05
 inherit perl-module
 
 DESCRIPTION="Library for enabling X-WSSE authentication in LWP"
@@ -13,8 +13,14 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="virtual/perl-MIME-Base64
-	dev-perl/Digest-SHA1"
+RDEPEND="
+	virtual/perl-MIME-Base64
+	dev-perl/Digest-SHA1
+"
 DEPEND="${RDEPEND}"
 
-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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Authen-Wsse/
@ 2021-11-11 18:48 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-11-11 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8cce3e53935cb34677d53f5ea36295da47b699a8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:25:41 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:47:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cce3e53

dev-perl/LWP-Authen-Wsse: EAPI=8 bump

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

 ...then-Wsse-0.50.0-r1.ebuild => LWP-Authen-Wsse-0.50.0-r2.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild
similarity index 86%
rename from dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild
rename to dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild
index a6448f84dce..0e17a61d2f6 100644
--- a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r1.ebuild
+++ b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=AUTRIJUS
 DIST_VERSION=0.05
@@ -11,13 +11,12 @@ DESCRIPTION="Library for enabling X-WSSE authentication in LWP"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="
 	virtual/perl-MIME-Base64
 	dev-perl/Digest-SHA1
 "
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
 
 src_prepare() {
 	sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Authen-Wsse/
@ 2022-07-30  5:59 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-07-30  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     735b65b3baa41493107373637fe600ac657112f9
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Jul 25 04:30:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 05:58:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735b65b3

dev-perl/LWP-Authen-Wsse: keyword 0.50.0-r2 for ~ppc64

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild
index 0e17a61d2f66..5a4869e1f7b5 100644
--- a/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.0-r2.ebuild
+++ b/dev-perl/LWP-Authen-Wsse/LWP-Authen-Wsse-0.50.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="Library for enabling X-WSSE authentication in LWP"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 RDEPEND="
 	virtual/perl-MIME-Base64


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-30  5:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-30  5:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Authen-Wsse/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-11-11 18:48 Andreas K. Hüttel
2017-06-29 21:58 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox