* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman-Client-Async/
@ 2017-10-24 2:43 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-10-24 2:43 UTC (permalink / raw
To: gentoo-commits
commit: f757b5934bb8779c65529eb0ffdf0f39d31db825
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 00:00:56 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 01:48:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f757b593
dev-perl/Gearman-Client-Async: Enable tests
- EAPI6
- Enable tests
- Disable broken tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Gearman-Client-Async-0.940.0-r2.ebuild | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild
new file mode 100644
index 00000000000..642aa1a6bff
--- /dev/null
+++ b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BRADFITZ
+DIST_VERSION=0.94
+inherit perl-module
+
+DESCRIPTION="Asynchronous client module for Gearman for Danga::Socket applications"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Gearman-1.07
+ >=dev-perl/Danga-Socket-1.57"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Gearman-Server )
+"
+
+DIST_TEST="do"
+src_test() {
+ local BADTESTS=(
+ # blocks forever
+ t/err1.t
+ # https://rt.cpan.org/Public/Bug/Display.html?id=87063
+ t/err3.t
+ )
+ perl_rm_files "${BADTESTS[@]}"
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman-Client-Async/
@ 2018-02-11 10:36 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 2352805c262fac4374f072786da627bdc99be452
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:27 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:34:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2352805c
dev-perl/Gearman-Client-Async: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
dev-perl/Gearman-Client-Async/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-perl/Gearman-Client-Async/metadata.xml b/dev-perl/Gearman-Client-Async/metadata.xml
index dca5779a395..ab474413241 100644
--- a/dev-perl/Gearman-Client-Async/metadata.xml
+++ b/dev-perl/Gearman-Client-Async/metadata.xml
@@ -3,7 +3,6 @@
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
- <description>Primary Maintainer</description>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman-Client-Async/
@ 2018-06-09 1:24 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-06-09 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 8135e3994c0490c46300b3dbff5dc34e5dc9c24d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 8 12:09:08 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 01:24:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8135e399
dev-perl/Gearman-Client-Async: Cleanup old version 0.940.0-r1
Package-Manager: Portage-2.3.29, Repoman-2.3.9
.../Gearman-Client-Async-0.940.0-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r1.ebuild b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r1.ebuild
deleted file mode 100644
index b3d4c0f09af..00000000000
--- a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BRADFITZ
-MODULE_VERSION=0.94
-inherit perl-module
-
-DESCRIPTION="Asynchronous client module for Gearman for Danga::Socket applications"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Gearman-1.07
- >=dev-perl/Danga-Socket-1.57"
-
-# testsuite requires gearman server
-SRC_TEST="never"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman-Client-Async/
@ 2021-10-30 15:13 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-10-30 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 241c9e5a633cbb8770d67a5d45373354f003204d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 15:06:50 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 15:12:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241c9e5a
dev-perl/Gearman-Client-Async: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...0-r2.ebuild => Gearman-Client-Async-0.940.0-r3.ebuild} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r3.ebuild
similarity index 74%
rename from dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild
rename to dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r3.ebuild
index 23e50adbb0d..c7409a928ef 100644
--- a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r2.ebuild
+++ b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.940.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=BRADFITZ
DIST_VERSION=0.94
@@ -11,16 +11,17 @@ DESCRIPTION="Asynchronous client module for Gearman for Danga::Socket applicatio
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND=">=dev-perl/Gearman-1.07
- >=dev-perl/Danga-Socket-1.57"
-DEPEND="${RDEPEND}
+RDEPEND="
+ >=dev-perl/Gearman-1.70.0
+ >=dev-perl/Danga-Socket-1.570.0
+"
+BDEPEND="${RDEPEND}
test? ( dev-perl/Gearman-Server )
"
DIST_TEST="do"
+
src_test() {
local BADTESTS=(
# blocks forever
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-30 15:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-30 15:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman-Client-Async/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2018-06-09 1:24 Kent Fredric
2018-02-11 10:36 Michał Górny
2017-10-24 2:43 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox