[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-ErrorString-Perl/

2021-07-17 Thread Andreas K. Hüttel
commit: 3a58ff84c6c2f6b1a3fa457c1056ff0ac2746de5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 19:18:08 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 17 19:18:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a58ff84

dev-perl/Parse-ErrorString-Perl: EAPI=8; virtual/perl-Pod-Parser -> dev-perl/...

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...270.0.ebuild => Parse-ErrorString-Perl-0.270.0-r1.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild 
b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild
similarity index 79%
rename from 
dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild
rename to 
dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild
index a382ae4c1d1..b747bac9f61 100644
--- a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild
+++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.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=MANWAR
 DIST_VERSION=0.27
@@ -11,21 +11,21 @@ DESCRIPTION="Parse error messages from the perl interpreter"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-Carp
dev-perl/Class-XSAccessor
virtual/perl-File-Spec
-   virtual/perl-Pod-Parser
+   dev-perl/Pod-Parser
>=dev-perl/Pod-POM-0.270.0
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.59
test? (
dev-perl/Test-Differences
>=virtual/perl-Test-Simple-0.470.0
)
 "
+
 PATCHES=( "${FILESDIR}/${PN}-0.27-no-dot-inc.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-ErrorString-Perl/

2018-07-21 Thread Kent Fredric
commit: 435b3d5228d2e2babe69dbb7d281440d5e9b3318
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 21 10:52:56 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 21 11:15:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435b3d52

dev-perl/Parse-ErrorString-Perl: Cleanup old version 0.220.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Parse-ErrorString-Perl/Manifest   |  1 -
 .../Parse-ErrorString-Perl-0.220.0.ebuild  | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-perl/Parse-ErrorString-Perl/Manifest 
b/dev-perl/Parse-ErrorString-Perl/Manifest
index c966a9b0fd4..c9a89300855 100644
--- a/dev-perl/Parse-ErrorString-Perl/Manifest
+++ b/dev-perl/Parse-ErrorString-Perl/Manifest
@@ -1,2 +1 @@
-DIST Parse-ErrorString-Perl-0.22.tar.gz 29675 BLAKE2B 
bbb8043ba24f5bdc7f2ceb741757dafa32f577876199418c2162ad56eef32975c8a153b1941d0d8ba6983eb881bcde199379a1cb18d276d1c8d611951bd3e231
 SHA512 
a1a99a876cd575adfcd30a3f73ed23c104380b32e24f34fc135b315794c640a37369abe10aea0daa5a73da030a38b52439b4a4716cc3c2c5a610a524a9ced507
 DIST Parse-ErrorString-Perl-0.27.tar.gz 29698 BLAKE2B 
fc1743382145c40a44de21f9a48d302fbb5f80f583b8545553507ef892baebb4f879649e1ccc0e511ffe3d986184397c8933ccd4066be3154785b1b0004a
 SHA512 
2111d3d130e7eeb754e11d6a20cd289be888fd384853d19000820363b8a2bb60f75db029cbf6646ec267ba5a9f25ddc596c335c41623cc07a82b12fce81a9800

diff --git 
a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild 
b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
deleted file mode 100644
index 0b2fe9e5621..000
--- a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SZABGAB
-DIST_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION="Parse error messages from the perl interpreter"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/Class-XSAccessor
-   virtual/perl-File-Spec
-   virtual/perl-Pod-Parser
-   >=dev-perl/Pod-POM-0.270.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.59
-   test? (
-   dev-perl/Test-Differences
-   >=virtual/perl-Test-Simple-0.470.0
-   )
-"
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-ErrorString-Perl/files/, dev-perl/Parse-ErrorString-Perl/

2017-12-26 Thread Kent Fredric
commit: 713c9226f90553c27ab841c56888a1f50ded5925
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Dec 26 07:09:46 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Dec 26 08:48:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713c9226

dev-perl/Parse-ErrorString-Perl: Bump to version 0.270.0

- Patchify Perl 5.26 fix

Upstream:
- Documentation fixes
- Remove unreachable code

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Parse-ErrorString-Perl/Manifest   |  1 +
 .../Parse-ErrorString-Perl-0.270.0.ebuild  | 30 ++
 .../Parse-ErrorString-Perl-0.27-no-dot-inc.patch   | 25 ++
 3 files changed, 56 insertions(+)

diff --git a/dev-perl/Parse-ErrorString-Perl/Manifest 
b/dev-perl/Parse-ErrorString-Perl/Manifest
index db684f1e2f6..c966a9b0fd4 100644
--- a/dev-perl/Parse-ErrorString-Perl/Manifest
+++ b/dev-perl/Parse-ErrorString-Perl/Manifest
@@ -1 +1,2 @@
 DIST Parse-ErrorString-Perl-0.22.tar.gz 29675 BLAKE2B 
bbb8043ba24f5bdc7f2ceb741757dafa32f577876199418c2162ad56eef32975c8a153b1941d0d8ba6983eb881bcde199379a1cb18d276d1c8d611951bd3e231
 SHA512 
a1a99a876cd575adfcd30a3f73ed23c104380b32e24f34fc135b315794c640a37369abe10aea0daa5a73da030a38b52439b4a4716cc3c2c5a610a524a9ced507
+DIST Parse-ErrorString-Perl-0.27.tar.gz 29698 BLAKE2B 
fc1743382145c40a44de21f9a48d302fbb5f80f583b8545553507ef892baebb4f879649e1ccc0e511ffe3d986184397c8933ccd4066be3154785b1b0004a
 SHA512 
2111d3d130e7eeb754e11d6a20cd289be888fd384853d19000820363b8a2bb60f75db029cbf6646ec267ba5a9f25ddc596c335c41623cc07a82b12fce81a9800

diff --git 
a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild 
b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild
new file mode 100644
index 000..a2b8e197eb1
--- /dev/null
+++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MANWAR
+DIST_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Parse error messages from the perl interpreter"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Class-XSAccessor
+   virtual/perl-File-Spec
+   virtual/perl-Pod-Parser
+   >=dev-perl/Pod-POM-0.270.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.59
+   test? (
+   dev-perl/Test-Differences
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"
+PATCHES=( "${FILESDIR}/${PN}-0.27-no-dot-inc.patch" )

diff --git 
a/dev-perl/Parse-ErrorString-Perl/files/Parse-ErrorString-Perl-0.27-no-dot-inc.patch
 
b/dev-perl/Parse-ErrorString-Perl/files/Parse-ErrorString-Perl-0.27-no-dot-inc.patch
new file mode 100644
index 000..1fd431da93f
--- /dev/null
+++ 
b/dev-perl/Parse-ErrorString-Perl/files/Parse-ErrorString-Perl-0.27-no-dot-inc.patch
@@ -0,0 +1,25 @@
+From ef3a6362d55a02572b55d8f56cccb1beaa873097 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= 
+Date: Tue, 4 Jul 2017 09:17:29 +1200
+Subject: Add build fixx for Perl 5.26
+
+Bug: https://bugs.gentoo.org/623086
+---
+ Makefile.PL | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 86e91c4..091130b 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,6 +1,6 @@
+ use strict;
+ use warnings;
+-use inc::Module::Install;
++use lib q[.]; use inc::Module::Install;
+ 
+ name   'Parse-ErrorString-Perl';
+ license'perl';
+-- 
+2.15.1
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-ErrorString-Perl/

2017-07-03 Thread Andreas Hüttel
commit: ffdca42d4cbf750662f5af0a721b3457b1d8f5ee
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jul  3 21:17:29 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jul  3 21:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdca42d

dev-perl/Parse-ErrorString-Perl: Add build fix for Perl 5.26, bug 623086

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild  | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild 
b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
index 5fdd5edc1a8..0b2fe9e5621 100644
--- a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
+++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,3 +27,9 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.470.0
)
 "
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-ErrorString-Perl/

2016-04-13 Thread Andreas Hüttel
commit: 7894ce4645e42431beb7202f70d648d6bff925cd
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Apr 13 22:59:56 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Apr 13 23:15:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7894ce46

dev-perl/Parse-ErrorString-Perl: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Parse-ErrorString-Perl/Manifest   |  1 -
 .../Parse-ErrorString-Perl-0.190.0-r1.ebuild   | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/Parse-ErrorString-Perl/Manifest 
b/dev-perl/Parse-ErrorString-Perl/Manifest
index e93415d..b83745d 100644
--- a/dev-perl/Parse-ErrorString-Perl/Manifest
+++ b/dev-perl/Parse-ErrorString-Perl/Manifest
@@ -1,2 +1 @@
-DIST Parse-ErrorString-Perl-0.19.tar.gz 28489 SHA256 
ff724115ddab48d0b98a4287d0c480ab66c0c200ee6474da5f45f782de04feb4 SHA512 
54e7b3bd85a2ce7244c0e95ede64f641cc3c8497e5ed9e25337297f6650c3bbd8445f3b157018c9f4f3b5fbcca55e00c5edea5f5d497bbe5352964d325fd6f6d
 WHIRLPOOL 
c4c0b7fb7348967ca4c410f7ba9fd145f7b9683ce12ae61830a40181fd2d6ba64a382c7ad0d472ef0c7c1a3287296fe5ec637e0f493f872f756593e951c41e5d
 DIST Parse-ErrorString-Perl-0.22.tar.gz 29675 SHA256 
a60d266e41f3ddf7609a39dc1ea39dcc4bd0ee0218b0d169b69692d781c99ffd SHA512 
a1a99a876cd575adfcd30a3f73ed23c104380b32e24f34fc135b315794c640a37369abe10aea0daa5a73da030a38b52439b4a4716cc3c2c5a610a524a9ced507
 WHIRLPOOL 
c186a410af65f522a9357ad4d7dcbf45eb7ab65def32916a89c7ccbf89226619337067ad7f63e5ce27e58ec13504847a62617434d67a5b7782369e3fbe35cd25

diff --git 
a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.190.0-r1.ebuild 
b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.190.0-r1.ebuild
deleted file mode 100644
index bf07d8a..000
--- a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.190.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=AZAWAWI
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION="Parse error messages from the perl interpreter"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Class-XSAccessor
-   virtual/perl-Pod-Parser
-   >=dev-perl/Pod-POM-0.27"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.31
-   test? ( dev-perl/Test-Differences )"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-ErrorString-Perl/

2016-03-19 Thread Andreas Hüttel
commit: 8e99cf52349dfb7c78fe738b8807e45383022133
Author: Kent Fredric  gmail  com>
AuthorDate: Wed Mar 16 00:45:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Mar 16 22:49:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e99cf52

dev-perl/Parse-ErrorString-Perl: Bump to version 0.220.0

- EAPI6

Upstream:
- Fix test bug on Perl 5.22

Package-Manager: portage-2.2.28

 dev-perl/Parse-ErrorString-Perl/Manifest   |  1 +
 .../Parse-ErrorString-Perl-0.220.0.ebuild  | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Parse-ErrorString-Perl/Manifest 
b/dev-perl/Parse-ErrorString-Perl/Manifest
index f32adb1..e93415d 100644
--- a/dev-perl/Parse-ErrorString-Perl/Manifest
+++ b/dev-perl/Parse-ErrorString-Perl/Manifest
@@ -1 +1,2 @@
 DIST Parse-ErrorString-Perl-0.19.tar.gz 28489 SHA256 
ff724115ddab48d0b98a4287d0c480ab66c0c200ee6474da5f45f782de04feb4 SHA512 
54e7b3bd85a2ce7244c0e95ede64f641cc3c8497e5ed9e25337297f6650c3bbd8445f3b157018c9f4f3b5fbcca55e00c5edea5f5d497bbe5352964d325fd6f6d
 WHIRLPOOL 
c4c0b7fb7348967ca4c410f7ba9fd145f7b9683ce12ae61830a40181fd2d6ba64a382c7ad0d472ef0c7c1a3287296fe5ec637e0f493f872f756593e951c41e5d
+DIST Parse-ErrorString-Perl-0.22.tar.gz 29675 SHA256 
a60d266e41f3ddf7609a39dc1ea39dcc4bd0ee0218b0d169b69692d781c99ffd SHA512 
a1a99a876cd575adfcd30a3f73ed23c104380b32e24f34fc135b315794c640a37369abe10aea0daa5a73da030a38b52439b4a4716cc3c2c5a610a524a9ced507
 WHIRLPOOL 
c186a410af65f522a9357ad4d7dcbf45eb7ab65def32916a89c7ccbf89226619337067ad7f63e5ce27e58ec13504847a62617434d67a5b7782369e3fbe35cd25

diff --git 
a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild 
b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
new file mode 100644
index 000..011209b
--- /dev/null
+++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SZABGAB
+DIST_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="Parse error messages from the perl interpreter"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Class-XSAccessor
+   virtual/perl-File-Spec
+   virtual/perl-Pod-Parser
+   >=dev-perl/Pod-POM-0.270.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.59
+   test? (
+   dev-perl/Test-Differences
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"