* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perlbal/
@ 2018-02-11 10:36 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 7eb085d3a25c8451b4846d34ec4ff6b50dfa3d63
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:47 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:35:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb085d3
dev-perl/Perlbal: 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/Perlbal/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-perl/Perlbal/metadata.xml b/dev-perl/Perlbal/metadata.xml
index 653a3d17cfb..f1d24bb9fcc 100644
--- a/dev-perl/Perlbal/metadata.xml
+++ b/dev-perl/Perlbal/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] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perlbal/
@ 2021-07-29 20:01 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-07-29 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 33300117aa4391092e73239d64978098b166749d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 18:42:54 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 20:00:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33300117
dev-perl/Perlbal: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Perlbal-1.800.0-r2.ebuild => Perlbal-1.800.0-r3.ebuild} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Perlbal/Perlbal-1.800.0-r2.ebuild b/dev-perl/Perlbal/Perlbal-1.800.0-r3.ebuild
similarity index 88%
rename from dev-perl/Perlbal/Perlbal-1.800.0-r2.ebuild
rename to dev-perl/Perlbal/Perlbal-1.800.0-r3.ebuild
index 07ce73ed9d0..8734c215269 100644
--- a/dev-perl/Perlbal/Perlbal-1.800.0-r2.ebuild
+++ b/dev-perl/Perlbal/Perlbal-1.800.0-r3.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=DORMANDO
DIST_VERSION=1.80
@@ -12,7 +12,6 @@ HOMEPAGE="http://www.danga.com/perlbal/"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
RDEPEND="
dev-perl/libwww-perl
@@ -23,7 +22,7 @@ RDEPEND="
dev-perl/BSD-Resource
dev-perl/IO-AIO
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-1.58-Use-saner-name-in-process-listing.patch"
@@ -38,11 +37,12 @@ PERL_RM_FILES=(
"t/35-reproxy.t"
"t/40-ranges.t"
)
+
DIST_TEST="do" # parallel testing broken
src_install() {
- perl-module_src_install || die "perl-module_src_install failed"
- cd "${S}"
+ perl-module_src_install
+ cd "${S}" || die
dodoc doc/*.txt
docinto hacking
dodoc doc/hacking/*.txt
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-29 20:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-29 20:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perlbal/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2018-02-11 10:36 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox