* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client-Async/
@ 2021-11-16 20:33 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-16 20:33 UTC (permalink / raw
To: gentoo-commits
commit: a3e3184b0c101c7a65e8a63dbbdcce22f5b5fcd3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 19:39:52 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:32:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e3184b
dev-perl/MogileFS-Client-Async: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/MogileFS-Client-Async/Manifest | 1 -
.../MogileFS-Client-Async-0.030.0-r1.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/dev-perl/MogileFS-Client-Async/Manifest b/dev-perl/MogileFS-Client-Async/Manifest
index 083deb658381..07442342b9f2 100644
--- a/dev-perl/MogileFS-Client-Async/Manifest
+++ b/dev-perl/MogileFS-Client-Async/Manifest
@@ -1,2 +1 @@
-DIST MogileFS-Client-Async-0.030.tar.gz 24988 BLAKE2B b5b6ed607df8404114bd5e2a9e75171c3d126211564bbcb332d8264d80f9306b3a44f42ff10051f2812d16215e54353b723f0ea4fdee7ecf87ad637e042e6b5f SHA512 32746207f12723171815cdc2e8b401b594b7de34b30a4bc1315575e20cd908ec7ff85b79c9bb501c6f343ed6469ffb80192ae1bdb08c7d76ed53e8d2ef40fcb2
DIST MogileFS-Client-Async-0.031.tar.gz 19503 BLAKE2B ff009f33b38c6ca28f745da2cb0cab594457098297d4a9978b8fafbfc7e6425444e1c2ad55724ffccdbf92d83221bfa07e5d07b34ef8552d69f2aa0657131801 SHA512 1de89701de5884490656ac9f18de63f3bdb595d100542978b3a22123a0e7c66570d1133f14098b83ff06e86f27373b5b21c0e364a48217defc742a8933e89a6c
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
deleted file mode 100644
index 47d6e47d6dee..000000000000
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DLAMBLEY
-DIST_VERSION=${PV%.0}
-inherit perl-module
-
-DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/IO-AIO
- dev-perl/AnyEvent
- dev-perl/AnyEvent-HTTP
- dev-perl/File-Slurp
- >=dev-perl/MogileFS-Client-1.16
- dev-perl/Try-Tiny
- dev-perl/namespace-clean
-"
-DEPEND="${RDEPEND}"
-
-# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
-DIST_TEST=skip
-
-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] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client-Async/
@ 2021-11-16 20:33 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-16 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 84eafb0de974280f2db0e5eeef96b0c44057080d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 19:40:31 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:32:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eafb0d
dev-perl/MogileFS-Client-Async: Normalize PV
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-Client-Async-0.031.0.ebuild => MogileFS-Client-Async-0.31.0.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.31.0.ebuild
similarity index 96%
rename from dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild
rename to dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.31.0.ebuild
index 23146aaf8f95..73fcdfa49549 100644
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild
+++ b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.31.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DIST_AUTHOR=DLAMBLEY
-DIST_VERSION=${PV%.0}
+DIST_VERSION=0.031
inherit perl-module
DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client-Async/
@ 2021-07-07 22:42 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-07-07 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 39adcf5f9da1a7353317cb4c1f447a0d0b17a072
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 7 22:41:29 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 22:42:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39adcf5f
dev-perl/MogileFS-Client-Async: version bump 0.031
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/MogileFS-Client-Async/Manifest | 1 +
.../MogileFS-Client-Async-0.031.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-perl/MogileFS-Client-Async/Manifest b/dev-perl/MogileFS-Client-Async/Manifest
index c1d35baf267..083deb65838 100644
--- a/dev-perl/MogileFS-Client-Async/Manifest
+++ b/dev-perl/MogileFS-Client-Async/Manifest
@@ -1 +1,2 @@
DIST MogileFS-Client-Async-0.030.tar.gz 24988 BLAKE2B b5b6ed607df8404114bd5e2a9e75171c3d126211564bbcb332d8264d80f9306b3a44f42ff10051f2812d16215e54353b723f0ea4fdee7ecf87ad637e042e6b5f SHA512 32746207f12723171815cdc2e8b401b594b7de34b30a4bc1315575e20cd908ec7ff85b79c9bb501c6f343ed6469ffb80192ae1bdb08c7d76ed53e8d2ef40fcb2
+DIST MogileFS-Client-Async-0.031.tar.gz 19503 BLAKE2B ff009f33b38c6ca28f745da2cb0cab594457098297d4a9978b8fafbfc7e6425444e1c2ad55724ffccdbf92d83221bfa07e5d07b34ef8552d69f2aa0657131801 SHA512 1de89701de5884490656ac9f18de63f3bdb595d100542978b3a22123a0e7c66570d1133f14098b83ff06e86f27373b5b21c0e364a48217defc742a8933e89a6c
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild
new file mode 100644
index 00000000000..23146aaf8f9
--- /dev/null
+++ b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DLAMBLEY
+DIST_VERSION=${PV%.0}
+inherit perl-module
+
+DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/AnyEvent
+ dev-perl/AnyEvent-HTTP
+ dev-perl/File-Slurp
+ dev-perl/IO-AIO
+ dev-perl/libwww-perl
+ >=dev-perl/Linux-PipeMagic-0.30.0
+ >=dev-perl/MogileFS-Client-1.160.0
+ dev-perl/Try-Tiny
+ dev-perl/namespace-clean
+"
+BDEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Exception-0.310.0
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
+
+# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
+DIST_TEST=skip
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client-Async/
@ 2018-02-11 10:36 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 17b4ecb74acf40797f568cb62a706a645a32ca81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:33 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:34:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b4ecb7
dev-perl/MogileFS-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/MogileFS-Client-Async/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-perl/MogileFS-Client-Async/metadata.xml b/dev-perl/MogileFS-Client-Async/metadata.xml
index 2dc9f5213cb..361695263c3 100644
--- a/dev-perl/MogileFS-Client-Async/metadata.xml
+++ b/dev-perl/MogileFS-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] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client-Async/
@ 2017-06-30 23:29 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2017-06-30 23:29 UTC (permalink / raw
To: gentoo-commits
commit: 344f02daef95220239bcb170d4fdc081a90499bd
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 23:28:57 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 23:28:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344f02da
dev-perl/MogileFS-Client-Async: Add build fix for Perl 5.26, bug 617138
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../MogileFS-Client-Async-0.030.0-r1.ebuild | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
index a3d5766e320..47d6e47d6de 100644
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
+++ b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.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=DLAMBLEY
-MODULE_VERSION=${PV%.0}
+DIST_AUTHOR=DLAMBLEY
+DIST_VERSION=${PV%.0}
inherit perl-module
DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
@@ -13,14 +13,22 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-perl/IO-AIO
+RDEPEND="
+ dev-perl/IO-AIO
dev-perl/AnyEvent
dev-perl/AnyEvent-HTTP
dev-perl/File-Slurp
>=dev-perl/MogileFS-Client-1.16
dev-perl/Try-Tiny
- dev-perl/namespace-clean"
+ dev-perl/namespace-clean
+"
DEPEND="${RDEPEND}"
# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
-#SRC_TEST="do"
+DIST_TEST=skip
+
+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] 5+ messages in thread
end of thread, other threads:[~2021-11-16 20:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16 20:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client-Async/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-11-16 20:33 Andreas K. Hüttel
2021-07-07 22:42 Andreas K. Hüttel
2018-02-11 10:36 Michał Górny
2017-06-30 23:29 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