* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Server-Coro/
@ 2016-03-09 20:48 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-03-09 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 513c419fc493ed89e30f62e3887a0f33c875dbdb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 6 09:11:58 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 20:48:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513c419f
dev-perl/Net-Server-Coro: Fix dependency on dev-perl/Net-Server
Package-Manager: portage-2.2.27
dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
index db1ab3a..e091fca 100644
--- a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
+++ b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ IUSE="ssl"
RDEPEND="
dev-perl/Coro
dev-perl/AnyEvent
- >=dev-perl/net-server-2
+ >=dev-perl/Net-Server-2
ssl? (
dev-perl/Net-SSLeay
)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Server-Coro/
@ 2017-07-05 17:06 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2017-07-05 17:06 UTC (permalink / raw
To: gentoo-commits
commit: be16c4b7f315c540f5de73aaa661a106c68e2379
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 16:55:58 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 16:55:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be16c4b7
dev-perl/Net-Server-Coro: Add build fix for Perl 5.26, bug 623010
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
index 3785e3dd539..0a4bc89181c 100644
--- a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
+++ b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=1.3
+DIST_AUTHOR=ALEXMV
+DIST_VERSION=1.3
inherit perl-module
DESCRIPTION="A co-operative multithreaded server using Coro"
@@ -24,4 +24,8 @@ RDEPEND="
"
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/Net-Server-Coro/
@ 2021-07-15 21:37 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-07-15 21:37 UTC (permalink / raw
To: gentoo-commits
commit: 809080de8d2e976d2aea3a22f36877b293c46958
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:25:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:36:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809080de
dev-perl/Net-Server-Coro: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...er-Coro-1.300.0-r1.ebuild => Net-Server-Coro-1.300.0-r2.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r2.ebuild
similarity index 88%
rename from dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
rename to dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r2.ebuild
index 0a4bc89181c..e09234b5eec 100644
--- a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild
+++ b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.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=ALEXMV
DIST_VERSION=1.3
@@ -22,7 +22,8 @@ RDEPEND="
dev-perl/Net-SSLeay
)
"
-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
end of thread, other threads:[~2021-07-15 21:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 17:06 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Server-Coro/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-07-15 21:37 Andreas K. Hüttel
2016-03-09 20:48 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