* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-ExecFlow/
@ 2020-08-14 9:32 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-14 9:32 UTC (permalink / raw
To: gentoo-commits
commit: e595a8e7c67583cd22cfd5149eb24929ec9e7df4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 09:31:53 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 09:32:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e595a8e7
dev-perl/Event-ExecFlow: -r bump for EAPI7 + Fixes
- EAPI7
- Fix license
- Parallel tests
- Improve deps
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Event-ExecFlow-0.640.0-r2.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild
new file mode 100644
index 00000000000..b69b640ef4a
--- /dev/null
+++ b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=JRED
+DIST_VERSION=0.64
+inherit perl-module
+
+DESCRIPTION="High level API for event-based execution flow control"
+
+LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/AnyEvent-0.400.0
+ dev-perl/libintl-perl
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-ExecFlow/
@ 2021-05-28 21:30 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 21:30 UTC (permalink / raw
To: gentoo-commits
commit: fec7868aba826621140f477df11716d9c023f716
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 20:29:41 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:29:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec7868a
dev-perl/Event-ExecFlow: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild
index b69b640ef4a..631548108fd 100644
--- a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild
+++ b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ DESCRIPTION="High level API for event-based execution flow control"
LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-ExecFlow/
@ 2021-05-28 21:30 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 03aa3c9bd109f7194a9e151f96a60b7b4c05b1bf
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 20:30:01 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:29:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03aa3c9b
dev-perl/Event-ExecFlow: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild
deleted file mode 100644
index 295a2f04d59..00000000000
--- a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JRED
-MODULE_VERSION=0.64
-inherit perl-module
-
-DESCRIPTION="High level API for event-based execution flow control"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/AnyEvent
- dev-perl/libintl-perl"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-28 21:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-28 21:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-ExecFlow/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-05-28 21:30 Andreas K. Hüttel
2020-08-14 9:32 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox