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

commit:     774e643c36a281ff3bdc963f913fd5b7fcd7b873
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:52:44 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 21:53:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e643c

dev-perl/HTTP-Server-Simple-Mason: Fix build with Perl 5.26, bug 616984

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../HTTP-Server-Simple-Mason-0.140.0-r1.ebuild     | 24 ++++++++++++++--------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
index dcad3f1a35e..7fe36dbbefe 100644
--- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.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=JESSE
-MODULE_VERSION=0.14
+DIST_AUTHOR=JESSE
+DIST_VERSION=0.14
 inherit perl-module
 
 DESCRIPTION="An abstract baseclass for a standalone mason server"
@@ -13,11 +13,17 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
-DEPEND="dev-perl/Hook-LexWrap
+RDEPEND="
+	dev-perl/Hook-LexWrap
 	dev-perl/URI
 	dev-perl/libwww-perl
-	>=dev-perl/HTML-Mason-1.25
-	>=dev-perl/HTTP-Server-Simple-0.04"
-RDEPEND="${DEPEND}"
+	>=dev-perl/HTML-Mason-1.250.0
+	>=dev-perl/HTTP-Server-Simple-0.40.0
+"
+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/HTTP-Server-Simple-Mason/
@ 2017-10-24  6:14 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-24  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c204ae29381ea1aa344aba5501f47e9a2d7f2135
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 06:14:27 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 06:14:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c204ae29

dev-perl/HTTP-Server-Simple-Mason: Fix parallel test failure bug #623112

Closes: https://bugs.gentoo.org/623112
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../HTTP-Server-Simple-Mason-0.140.0-r1.ebuild                     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
index 7fe36dbbefe..c37add1045a 100644
--- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
@@ -22,8 +22,15 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+# Parallel failures,
+# https://bugs.gentoo.org/623112
+DIST_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
 }
+src_test() {
+	perl_rm_files t/02pod.t t/03podcoverage.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-Mason/
@ 2021-11-02 22:34 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-11-02 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2c803602c2afa96a679f7c10157298343fba1eee
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 22:30:15 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 22:34:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c803602

dev-perl/HTTP-Server-Simple-Mason: EAPI=8 bump

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

 ...40.0-r1.ebuild => HTTP-Server-Simple-Mason-0.140.0-r2.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r2.ebuild
similarity index 90%
rename from dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
rename to dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r2.ebuild
index c37add1045a..6b610a98030 100644
--- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.0-r1.ebuild
+++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.140.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=JESSE
 DIST_VERSION=0.14
@@ -11,7 +11,6 @@ DESCRIPTION="An abstract baseclass for a standalone mason server"
 
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE=""
 
 RDEPEND="
 	dev-perl/Hook-LexWrap
@@ -20,16 +19,18 @@ RDEPEND="
 	>=dev-perl/HTML-Mason-1.250.0
 	>=dev-perl/HTTP-Server-Simple-0.40.0
 "
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
 
 # Parallel failures,
 # https://bugs.gentoo.org/623112
 DIST_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
 }
+
 src_test() {
 	perl_rm_files t/02pod.t t/03podcoverage.t
 	perl-module_src_test


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

end of thread, other threads:[~2021-11-02 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02 22:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-Mason/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-10-24  6:14 Kent Fredric
2017-06-29 21:53 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