From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Debug-Client/
Date: Thu, 29 Jun 2017 21:43:36 +0000 (UTC) [thread overview]
Message-ID: <1498772601.3485364fde82b1e9d37326a6450932319b91892d.dilfridge@gentoo> (raw)
commit: 3485364fde82b1e9d37326a6450932319b91892d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:43:21 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 21:43:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3485364f
dev-perl/Debug-Client: Version bump, also adding build fix for Perl 5.26, bug 615722
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Debug-Client/Debug-Client-0.300.0.ebuild | 46 +++++++++++++++++++++++
dev-perl/Debug-Client/Manifest | 1 +
2 files changed, 47 insertions(+)
diff --git a/dev-perl/Debug-Client/Debug-Client-0.300.0.ebuild b/dev-perl/Debug-Client/Debug-Client-0.300.0.ebuild
new file mode 100644
index 00000000000..27b9217908b
--- /dev/null
+++ b/dev-perl/Debug-Client/Debug-Client-0.300.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MANWAR
+DIST_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION="Client side code for perl debugger"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Carp-1.330.100
+ >=virtual/perl-Exporter-5.700.0
+ >=virtual/perl-IO-Socket-IP-0.290.0
+ >=dev-perl/PadWalker-1.980.0
+ >=virtual/perl-Term-ReadLine-1.140.0
+ >=dev-perl/Term-ReadLine-Gnu-1.200.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ test? (
+ >=dev-perl/File-HomeDir-1.0.0
+ >=virtual/perl-File-Temp-0.230.400
+ >=virtual/perl-Scalar-List-Utils-1.380.0
+ >=dev-perl/Test-CheckDeps-0.10.0
+ >=dev-perl/Test-Class-0.420.0
+ >=dev-perl/Test-Deep-0.112.0
+ >=virtual/perl-Test-Simple-1.1.3
+ >=dev-perl/Test-Requires-0.70.0
+ >=virtual/perl-parent-0.228.0
+ >=virtual/perl-version-0.990.800
+ >=dev-perl/PadWalker-1.920.0
+ >=dev-perl/Term-ReadLine-Perl-1.30.300
+ )
+"
+
+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
+}
diff --git a/dev-perl/Debug-Client/Manifest b/dev-perl/Debug-Client/Manifest
index 03111e1f0a2..046334287c3 100644
--- a/dev-perl/Debug-Client/Manifest
+++ b/dev-perl/Debug-Client/Manifest
@@ -1 +1,2 @@
DIST Debug-Client-0.29.tar.gz 41615 SHA256 51f4ea6c6991221024a08b6106d4af1455452fae3b809b0bf0a208fbddb30efa SHA512 32c5adcc11cf32d729fd027e6cc5c2129d2375391cee4321b29a508029da3054fbc84fae4e84674bf0eac2740f431c9d41d3059e48e4e4963be4bdaa29ebd17e WHIRLPOOL 8af7b98c83c136bcfb9c1759c456a7ff0e6d45344f032a5ed634f91f2d288370943a7498d262c115fba00cd1ba745aec77fd668bcf905a9ac044711d032161b9
+DIST Debug-Client-0.30.tar.gz 41779 SHA256 f5d9013a98e25a97eabcdcd888a3bf65f9ff047dac38d761488192386e2375b2 SHA512 7de7abac46d6a7f7e1785921f69a23b4d92fa3fe03d0609d5354a0d3459c616213e7715237a8a0a1863363ba21e5ebd99c1f9fb8bf4f622b96aec3dd20eedaf9 WHIRLPOOL d8c57a528c65eb15355278f1b46de7dec93641ab69a09dcb00ef96f29a4207c4f0ca8198eeb5bbc9cb3dc3274b95b8a72caea80247a836fe59d232c3b7ca30bb
next reply other threads:[~2017-06-29 21:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-29 21:43 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-31 8:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Debug-Client/ Kent Fredric
2020-07-28 12:35 Kent Fredric
2017-10-19 8:35 Kent Fredric
2017-09-17 22:55 Kent Fredric
2016-01-03 18:30 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1498772601.3485364fde82b1e9d37326a6450932319b91892d.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox