[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/

2023-06-21 Thread Sam James
commit: 669430a652390bc1a150d9a79b53d91e784bf1f9
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 21 07:52:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 21 07:53:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669430a6

dev-perl/Data-Dump-Streamer: add 2.420.0

Signed-off-by: Sam James  gentoo.org>

 .../Data-Dump-Streamer-2.420.0.ebuild  | 46 ++
 dev-perl/Data-Dump-Streamer/Manifest   |  1 +
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.420.0.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.420.0.ebuild
new file mode 100644
index ..3ef4dc291b28
--- /dev/null
+++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.420.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=YVES
+DIST_VERSION=2.42
+inherit perl-module
+
+DESCRIPTION="Accurately serialize a data structure as Perl code"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="
+   dev-perl/B-Utils
+   virtual/perl-Data-Dumper
+   virtual/perl-Exporter
+   virtual/perl-IO
+   virtual/perl-IO-Compress
+   virtual/perl-MIME-Base64
+   virtual/perl-Text-Balanced
+   dev-perl/PadWalker
+   virtual/perl-XSLoader
+"
+BDEPEND="
+   ${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-Carp
+   virtual/perl-ExtUtils-CBuilder
+   dev-perl/ExtUtils-Depends
+   test? (
+   dev-perl/Cpanel-JSON-XS
+   virtual/perl-Test-Simple
+   )
+"
+
+src_prepare() {
+   # Add DDS.pm shortcut
+   echo 'yes' > "${S}"/.answer || die
+   perl-module_src_prepare
+}
+
+src_compile() {
+   ./Build --config optimize="${CFLAGS}" build || die
+}

diff --git a/dev-perl/Data-Dump-Streamer/Manifest 
b/dev-perl/Data-Dump-Streamer/Manifest
index b8bf77126bfd..9c8a5b03b83f 100644
--- a/dev-perl/Data-Dump-Streamer/Manifest
+++ b/dev-perl/Data-Dump-Streamer/Manifest
@@ -1 +1,2 @@
 DIST Data-Dump-Streamer-2.40.tar.gz 145760 BLAKE2B 
b819d6cee0fd13c8a27f381c49af63fa21831e1fa8e07c5e2527f90ff874daebb0a10a667b3ada539d3837dc5848e6ba6dc09e4af1f694954ca9d137d3c1615f
 SHA512 
db21f42ba477cc644cf1e0c572ad5cace072b35d4760e85edccd4a7ae313d1eee19158dbbdd82f42de47ab26ca5f7528882a2a983df3cc44ea3b57f8bc832f64
+DIST Data-Dump-Streamer-2.42.tar.gz 147463 BLAKE2B 
d5f1d2e3959060cc3ae6956f823c7287c5063650ba914eded061e2d35cea3ca2be8ab503d347e8dc96bef6370a6ff9b25e2a4cfe0a9c1caaa21d730aa8a6b154
 SHA512 
481cc12f8111d83bc97695226531c7eb4ebdbb16ac540de90d8a0c8b1f30cd3dbc62f5def737b9eb08e6c1294fb290d9f347dd90869a7a7278d71ce436787f7d



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2022-05-06 Thread Arthur Zamarin
commit: 7b9d362294d3c857cb7090448376088e4666be3e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  6 20:02:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  6 20:02:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9d3622

dev-perl/Data-Dump: Stabilize 1.250.0 hppa, #841845

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
index 4039b2632c1a..79bed6ff14a6 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2022-05-04 Thread Arthur Zamarin
commit: ba9c879cdaaa657363d436308af3e7b0c837e898
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May  5 05:28:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May  5 05:28:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9c879c

dev-perl/Data-Dump: Stabilize 1.250.0 arm64, #841845

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
index d3cb5d9eca3d..4039b2632c1a 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2022-05-03 Thread Arthur Zamarin
commit: 60fd1eefa189053ab987507ca7accf9ae88a5c5d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  3 19:47:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  3 19:47:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fd1eef

dev-perl/Data-Dump: Stabilize 1.250.0 arm, #841845

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
index 48021abfde0b..d3cb5d9eca3d 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2022-05-03 Thread Arthur Zamarin
commit: 1f0215f0ff4c2a3294db5b29649b56b267bf464e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  3 19:46:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  3 19:46:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0215f0

dev-perl/Data-Dump: Stabilize 1.250.0 ppc64, #841845

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
index e21601408aac..48021abfde0b 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2022-01-21 Thread Arthur Zamarin
commit: 2062ddea4549b5e483649a551ce3d0e6549374a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 21 20:12:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 21 20:12:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2062ddea

dev-perl/Data-Dump: Keyword 1.250.0 sparc, #831613

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
index a5d3d7b37bba..e21601408aac 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2021-12-05 Thread James Le Cuirot
commit: bc7ea02129cd90fa0baaf7bc583f40aa5d0bf021
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Dec  5 21:39:08 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Dec  5 21:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7ea021

dev-perl/Data-Dump: Keyword 1.250.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
index 95681b69fdb9..a5d3d7b37bba 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2021-12-04 Thread Sam James
commit: 201cd8f9f086c48996280ea26c17d33bf4529a76
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:06:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:06:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201cd8f9

dev-perl/Data-Dump: Stabilize 1.250.0 x86, #828164

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
index a0f6add96c73..584d19edd29e 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-MIME-Base64



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2021-10-17 Thread Andreas K. Hüttel
commit: 1046c2f23f44903487520f8347be62e4d5d1d5d9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 17 12:37:29 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 17 14:03:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1046c2f2

dev-perl/Data-Dump: Version bump 1.25

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

 dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild | 23 +++
 dev-perl/Data-Dump/Manifest |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
new file mode 100644
index 000..d92b5fd6bbd
--- /dev/null
+++ b/dev-perl/Data-Dump/Data-Dump-1.250.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=GARU
+DIST_VERSION=1.25
+inherit perl-module
+
+DESCRIPTION="Pretty printing of data structures"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   virtual/perl-MIME-Base64
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test
+   )
+"

diff --git a/dev-perl/Data-Dump/Manifest b/dev-perl/Data-Dump/Manifest
index 41140508253..60f2da73d5e 100644
--- a/dev-perl/Data-Dump/Manifest
+++ b/dev-perl/Data-Dump/Manifest
@@ -1 +1,2 @@
 DIST Data-Dump-1.23.tar.gz 20771 BLAKE2B 
04f28bc08e43a736cb9fc532883aecb85add98651e21f19a68387dd578efacc71ef85b567ed7f3c82a13a9e8ce84b0c4bebb9afffbb43f892f6b1adcd065ef92
 SHA512 
6fd6c23bb6df7f7396219149dbfd23132fc2ea1dd344c32f62fc27a1afeeb28d7ebf2d429184bb6d1189f412e218f9e62a966b49fdd9ad5564e5152d67a02b96
+DIST Data-Dump-1.25.tar.gz 20912 BLAKE2B 
c68ba6c3af8d5b963185c2643411afa294e12a0353baa08c12eb784640aa080926a0e6fc13f57071218fc4ac65d5a16ed12b14894319aee6625a0786a714d440
 SHA512 
fc859b0f02a44a959da3e162606c8fbaefececf8dbd0aa357d68a5a3143b818ae423dd7862063f2f77161ea000fcaa6841c96a2c4a268b889da9588292b157fe



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2021-05-14 Thread Andreas K. Hüttel
commit: 5f440273cc5637cbd23e7e17a7b303a9478100e9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 14 20:38:19 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 14 20:51:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f440273

dev-perl/Data-Dump: Stable for all

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

 dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
index 8d094b33849..db2906e130f 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2021-05-14 Thread Andreas K. Hüttel
commit: ab999fa7a2e6cb4f97e875def8faeb210dd357b4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 14 20:38:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 14 20:51:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab999fa7

dev-perl/Data-Dump: Remove old

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

 dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
deleted file mode 100644
index 3f25f1c392a..000
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GAAS
-MODULE_VERSION=1.23
-inherit perl-module
-
-DESCRIPTION="Pretty printing of data structures"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2020-12-27 Thread Fabian Groffen
commit: 7e707e9456a025161f0c76fd4866c34530c8569b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 14:45:54 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 14:45:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e707e94

dev-perl/Data-Dump: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild | 2 +-
 dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
index 08573a37b70..69e78a5ae79 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
index e30616342f3..ac1fd8f3d1e 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~mips ppc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~mips ppc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2020-10-16 Thread Sam James
commit: d072bba03710183a55df635ca64d37448c426a4c
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 16 21:51:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 16 21:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d072bba0

dev-perl/Data-Dump: ppc64 keyworded (bug #746560)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
index e36590eea3e..08573a37b70 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/

2020-08-18 Thread Kent Fredric
commit: d5196d6d72969b442b2f050a59ca51eac95df264
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug 18 09:14:58 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug 18 09:29:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5196d6d

dev-perl/Data-Dump-Streamer: Cleanup old 2.400.0

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Data-Dump-Streamer-2.400.0.ebuild  | 43 --
 1 file changed, 43 deletions(-)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
deleted file mode 100644
index 77ef58a4c9a..000
--- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=YVES
-DIST_VERSION=2.40
-inherit perl-module
-
-DESCRIPTION="Accurately serialize a data structure as Perl code"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/B-Utils
-   virtual/perl-Data-Dumper
-   virtual/perl-Exporter
-   virtual/perl-IO
-   virtual/perl-IO-Compress
-   virtual/perl-MIME-Base64
-   virtual/perl-Text-Balanced
-   dev-perl/PadWalker
-   virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   virtual/perl-Carp
-   virtual/perl-ExtUtils-CBuilder
-   dev-perl/ExtUtils-Depends
-   test? (
-   virtual/perl-Test-Simple
-   dev-perl/JSON-XS
-   )
-"
-PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
-src_prepare() {
-   # Add DDS.pm shortcut
-   echo 'yes' > "${S}"/.answer
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2020-07-15 Thread Kent Fredric
commit: acad6df310d8fe7ce0be30d3e5b6d75df5d28862
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 15 08:59:59 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul 15 09:00:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acad6df3

dev-perl/Data-Dump: -r bump for EAPI7

- EAPI7
- Add more virtual deps
- Parallel tests

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
new file mode 100644
index 000..e36590eea3e
--- /dev/null
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=1.23
+inherit perl-module
+
+DESCRIPTION="Pretty printing of data structures"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   virtual/perl-MIME-Base64
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/

2020-07-05 Thread Kent Fredric
commit: 5bf738c5f0c57446d435263b7e10ab104bdad9f6
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jul  5 21:36:03 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jul  5 21:36:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf738c5

dev-perl/Data-Dump-Streamer: -r bump for EAPI7 + Toolchain love

- EAPI7
- Ensure not to break when LD!=CCLD
- Ensure CFLAGS passed to compiler

Bug: https://bugs.gentoo.org/723222
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Data-Dump-Streamer-2.400.0-r1.ebuild   | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild
new file mode 100644
index 000..e94f03a64b8
--- /dev/null
+++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=YVES
+DIST_VERSION=2.40
+inherit perl-module
+
+DESCRIPTION="Accurately serialize a data structure as Perl code"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/B-Utils
+   virtual/perl-Data-Dumper
+   virtual/perl-Exporter
+   virtual/perl-IO
+   virtual/perl-IO-Compress
+   virtual/perl-MIME-Base64
+   virtual/perl-Text-Balanced
+   dev-perl/PadWalker
+   virtual/perl-XSLoader
+"
+DEPEND="
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-Carp
+   virtual/perl-ExtUtils-CBuilder
+   dev-perl/ExtUtils-Depends
+   test? (
+   virtual/perl-Test-Simple
+   dev-perl/JSON-XS
+   )
+"
+PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
+src_prepare() {
+   # Add DDS.pm shortcut
+   echo 'yes' > "${S}"/.answer
+   perl-module_src_prepare
+}
+src_configure() {
+   unset LD
+   [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+   perl-module_src_configure
+}
+src_compile() {
+   ./Build --config optimize="${CFLAGS}" build || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2018-04-02 Thread Mart Raudsepp
commit: 85a9615dcb8fadd6b61a9d7ab4f026aa5621e24d
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Sat Mar 31 20:53:40 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr  2 18:05:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a9615d

dev-perl/Data-Dump: keyword ~arm64

 dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
index 9bfe3fd1cf4..e37a3de56c7 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~mips ppc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/

2017-10-14 Thread Kent Fredric
commit: 8927259336d18d93a360ae287b094e40254e3d21
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Oct 15 04:55:45 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Oct 15 04:55:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89272593

dev-perl/Data-Dump-Streamer: Cleanup old re bug #615698

Closes: https://bugs.gentoo.org/615698
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Data-Dump-Streamer-2.390.0.ebuild  | 39 --
 dev-perl/Data-Dump-Streamer/Manifest   |  1 -
 2 files changed, 40 deletions(-)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.390.0.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.390.0.ebuild
deleted file mode 100644
index eadaea820ef..000
--- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.390.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=YVES
-DIST_VERSION=2.39
-inherit perl-module
-
-DESCRIPTION="Accurately serialize a data structure as Perl code"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-perl/B-Utils
-   virtual/perl-Data-Dumper
-   virtual/perl-Exporter
-   virtual/perl-IO
-   virtual/perl-Text-Balanced
-"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   virtual/perl-ExtUtils-CBuilder
-   dev-perl/ExtUtils-Depends
-   virtual/perl-Carp
-   test? (
-   virtual/perl-Test-Simple
-   dev-perl/JSON-XS
-   dev-perl/PadWalker
-   )
-"
-
-src_prepare() {
-   # Add DDS.pm shortcut
-   echo 'yes' > "${S}"/.answer
-   perl-module_src_prepare
-}

diff --git a/dev-perl/Data-Dump-Streamer/Manifest 
b/dev-perl/Data-Dump-Streamer/Manifest
index 322818cca7d..eb47047a65a 100644
--- a/dev-perl/Data-Dump-Streamer/Manifest
+++ b/dev-perl/Data-Dump-Streamer/Manifest
@@ -1,2 +1 @@
-DIST Data-Dump-Streamer-2.39.tar.gz 150029 SHA256 
3b03763f527bfd27deae7912735a5edfd50627af7dece852505cc791a596a6c4 SHA512 
40774e1ac4f352bc79c2d32e286e79489271050fa06560ac8d4bbe096041072124f5d446235aedc4e1a3d0cf0b7866eec9493f7edd09b0bc446c6b79913f82d9
 WHIRLPOOL 
251f12fa6267614e37aa2f3e8ee566674d2d9e0f6cbc9f8e35b65a12f7975ef33c2f349922f3a4f7886b488e6f3c7c388f47b3cd1a0b3abf0aae6265991bd3b1
 DIST Data-Dump-Streamer-2.40.tar.gz 145760 SHA256 
24be356e39c20de9c65dcb0607b0e5b37b77fc57375f3a717ccbd1901f091d35 SHA512 
db21f42ba477cc644cf1e0c572ad5cace072b35d4760e85edccd4a7ae313d1eee19158dbbdd82f42de47ab26ca5f7528882a2a983df3cc44ea3b57f8bc832f64
 WHIRLPOOL 
5c7bd8f13cfc53eb6e741e0ca48554d7d11cd27bc3573a535f208c3aa81068e2645b6d89b87ee3822044cefa393c43098352f177eef4d60340abdeafd544f241



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/, dev-perl/Data-Dump-Streamer/files/

2017-10-06 Thread Kent Fredric
commit: 3a1bf55248fcb973b51a3aef6c006ab3f03f326c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct  7 04:50:19 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  7 04:50:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1bf552

dev-perl/Data-Dump-Streamer: Fix test failures without '.' in @INC  bug #615698

Bug: https://bugs.gentoo.org/615698
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Data-Dump-Streamer-2.400.0.ebuild  |   4 +-
 .../files/Data-Dump-Streamer-2.400.0-perl526.patch | 243 +
 2 files changed, 245 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
index c9fb9556744..d6212f58e64 100644
--- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
+++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.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
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
dev-perl/JSON-XS
)
 "
-
+PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
 src_prepare() {
# Add DDS.pm shortcut
echo 'yes' > "${S}"/.answer

diff --git 
a/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch 
b/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch
new file mode 100644
index 000..e297650be41
--- /dev/null
+++ b/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch
@@ -0,0 +1,243 @@
+From 91e95b2c1a29253a823f9e6ee06a545d57648166 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sat, 7 Oct 2017 17:34:57 +1300
+Subject: Fix tests for Perl 5.26
+
+This removes the jiggery-pokery with $0 because its not actually
+necessary vendor side, and require './t/test_helper.pl' is *MORE* than
+adequate
+
+Bug: https://bugs.gentoo.org/615698
+Bug: https://rt.cpan.org/Ticket/Display.html?id=121169
+Bug: https://github.com/demerphq/Data-Dump-Streamer/pull/15
+---
+ t/dogpound.t   | 3 +--
+ t/dump.t   | 3 +--
+ t/filter.t | 3 +--
+ t/globtest.t   | 3 +--
+ t/hardrefs.t   | 3 +--
+ t/impure_madness.t | 3 +--
+ t/lexicals.t   | 3 +--
+ t/locked.t | 3 +--
+ t/madness.t| 3 +--
+ t/madness_json.t   | 3 +--
+ t/madness_w.t  | 3 +--
+ t/names.t  | 3 +--
+ t/overload.t   | 3 +--
+ t/sortkeys.t   | 3 +--
+ t/tree.t   | 3 +--
+ 15 files changed, 15 insertions(+), 30 deletions(-)
+
+diff --git a/t/dogpound.t b/t/dogpound.t
+index a534257..3d63a61 100644
+--- a/t/dogpound.t
 b/t/dogpound.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/dump.t b/t/dump.t
+index c5efb28..5d0ae48 100644
+--- a/t/dump.t
 b/t/dump.t
+@@ -7,8 +7,7 @@ use Data::Dumper;
+ #$Id: dump.t 40 2007-12-22 00:37:55Z demerphq $#
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/filter.t b/t/filter.t
+index 9bd9d5c..c8de30c 100644
+--- a/t/filter.t
 b/t/filter.t
+@@ -7,8 +7,7 @@ use Data::Dumper;
+ #$Id: filter.t 26 2006-04-16 15:18:52Z demerphq $#
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/globtest.t b/t/globtest.t
+index 5ff7c66..fc55e56 100644
+--- a/t/globtest.t
 b/t/globtest.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/hardrefs.t b/t/hardrefs.t
+index 3d97988..b17eebb 100644
+--- a/t/hardrefs.t
 b/t/hardrefs.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/impure_madness.t b/t/impure_madness.t
+index 168db14..db496a0 100644
+--- a/t/impure_madness.t
 b/t/impure_madness.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/

2017-04-15 Thread Kent Fredric
commit: b35f3ce5150bac0c642daf32df049d1449629636
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr 16 02:00:23 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr 16 02:00:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35f3ce5

dev-perl/Data-Dump-Streamer: Cleanup old

Removing versions so broken on Perl 5.26
that PERL_USE_UNSAFE_INC=1  cant fix it.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Data-Dump-Streamer-2.380.0.ebuild  | 38 --
 dev-perl/Data-Dump-Streamer/Manifest   |  1 -
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.380.0.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.380.0.ebuild
deleted file mode 100644
index 46339040cce..000
--- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.380.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=YVES
-MODULE_VERSION=2.38
-inherit perl-module
-
-DESCRIPTION="Accurately serialize a data structure as Perl code"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/B-Utils-0.70.0
-   virtual/perl-Carp
-   virtual/perl-Data-Dumper
-   virtual/perl-Exporter
-   virtual/perl-IO
-   virtual/perl-Text-Balanced
-"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   virtual/perl-ExtUtils-CBuilder
-   test? (
-   virtual/perl-Test-Simple
-   dev-perl/JSON-XS
-   )
-"
-
-SRC_TEST=do
-
-src_prepare() {
-   # Add DDS.pm shortcut
-   echo 'yes' > "${S}"/.answer
-   perl-module_src_prepare
-}

diff --git a/dev-perl/Data-Dump-Streamer/Manifest 
b/dev-perl/Data-Dump-Streamer/Manifest
index 12ed7e14404..322818cca7d 100644
--- a/dev-perl/Data-Dump-Streamer/Manifest
+++ b/dev-perl/Data-Dump-Streamer/Manifest
@@ -1,3 +1,2 @@
-DIST Data-Dump-Streamer-2.38.tar.gz 148048 SHA256 
210684c5a6805d61dd49ec0a17ae5ba359f100877e0dc8e467d956c78c693a5d SHA512 
1a1e248e4fc6687ca99b1cb105b4ffc13f8f0a3d39c85c4eb82fc465d18b92815b7a9f10bb6b1e31c6d1553e3bdbb24eaefd850b0bdfafc058859882ddf5a51b
 WHIRLPOOL 
bdcef04f1cf7e1e849dfe76cf2cc464ee5280ded227b943640391d88d02dc33f5c62253f847da353c8c04afbfcb76d36b0f50dfa9bf2d23a0c86f7f88fb58f78
 DIST Data-Dump-Streamer-2.39.tar.gz 150029 SHA256 
3b03763f527bfd27deae7912735a5edfd50627af7dece852505cc791a596a6c4 SHA512 
40774e1ac4f352bc79c2d32e286e79489271050fa06560ac8d4bbe096041072124f5d446235aedc4e1a3d0cf0b7866eec9493f7edd09b0bc446c6b79913f82d9
 WHIRLPOOL 
251f12fa6267614e37aa2f3e8ee566674d2d9e0f6cbc9f8e35b65a12f7975ef33c2f349922f3a4f7886b488e6f3c7c388f47b3cd1a0b3abf0aae6265991bd3b1
 DIST Data-Dump-Streamer-2.40.tar.gz 145760 SHA256 
24be356e39c20de9c65dcb0607b0e5b37b77fc57375f3a717ccbd1901f091d35 SHA512 
db21f42ba477cc644cf1e0c572ad5cace072b35d4760e85edccd4a7ae313d1eee19158dbbdd82f42de47ab26ca5f7528882a2a983df3cc44ea3b57f8bc832f64
 WHIRLPOOL 
5c7bd8f13cfc53eb6e741e0ca48554d7d11cd27bc3573a535f208c3aa81068e2645b6d89b87ee3822044cefa393c43098352f177eef4d60340abdeafd544f241



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/

2016-11-10 Thread Kent Fredric
commit: 02ec97f0713c49a432eab8e140e3bbfac1428551
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Nov 10 15:46:31 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Nov 10 15:46:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ec97f0

dev-perl/Data-Dump-Streamer: Bump to version 2.400.0

Upstream:
- Fix JSON handling errors in padwalkerless environements
- Various perl portability fixes

Package-Manager: portage-2.3.2

 .../Data-Dump-Streamer-2.400.0.ebuild  | 43 ++
 dev-perl/Data-Dump-Streamer/Manifest   |  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
new file mode 100644
index ..a2eae7c
--- /dev/null
+++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=YVES
+DIST_VERSION=2.40
+inherit perl-module
+
+DESCRIPTION="Accurately serialize a data structure as Perl code"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-perl/B-Utils
+   virtual/perl-Data-Dumper
+   virtual/perl-Exporter
+   virtual/perl-IO
+   virtual/perl-IO-Compress
+   virtual/perl-MIME-Base64
+   virtual/perl-Text-Balanced
+   dev-perl/PadWalker
+   virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-Carp
+   virtual/perl-ExtUtils-CBuilder
+   dev-perl/ExtUtils-Depends
+   test? (
+   virtual/perl-Test-Simple
+   dev-perl/JSON-XS
+   )
+"
+
+src_prepare() {
+   # Add DDS.pm shortcut
+   echo 'yes' > "${S}"/.answer
+   perl-module_src_prepare
+}

diff --git a/dev-perl/Data-Dump-Streamer/Manifest 
b/dev-perl/Data-Dump-Streamer/Manifest
index 68177d6..12ed7e1 100644
--- a/dev-perl/Data-Dump-Streamer/Manifest
+++ b/dev-perl/Data-Dump-Streamer/Manifest
@@ -1,2 +1,3 @@
 DIST Data-Dump-Streamer-2.38.tar.gz 148048 SHA256 
210684c5a6805d61dd49ec0a17ae5ba359f100877e0dc8e467d956c78c693a5d SHA512 
1a1e248e4fc6687ca99b1cb105b4ffc13f8f0a3d39c85c4eb82fc465d18b92815b7a9f10bb6b1e31c6d1553e3bdbb24eaefd850b0bdfafc058859882ddf5a51b
 WHIRLPOOL 
bdcef04f1cf7e1e849dfe76cf2cc464ee5280ded227b943640391d88d02dc33f5c62253f847da353c8c04afbfcb76d36b0f50dfa9bf2d23a0c86f7f88fb58f78
 DIST Data-Dump-Streamer-2.39.tar.gz 150029 SHA256 
3b03763f527bfd27deae7912735a5edfd50627af7dece852505cc791a596a6c4 SHA512 
40774e1ac4f352bc79c2d32e286e79489271050fa06560ac8d4bbe096041072124f5d446235aedc4e1a3d0cf0b7866eec9493f7edd09b0bc446c6b79913f82d9
 WHIRLPOOL 
251f12fa6267614e37aa2f3e8ee566674d2d9e0f6cbc9f8e35b65a12f7975ef33c2f349922f3a4f7886b488e6f3c7c388f47b3cd1a0b3abf0aae6265991bd3b1
+DIST Data-Dump-Streamer-2.40.tar.gz 145760 SHA256 
24be356e39c20de9c65dcb0607b0e5b37b77fc57375f3a717ccbd1901f091d35 SHA512 
db21f42ba477cc644cf1e0c572ad5cace072b35d4760e85edccd4a7ae313d1eee19158dbbdd82f42de47ab26ca5f7528882a2a983df3cc44ea3b57f8bc832f64
 WHIRLPOOL 
5c7bd8f13cfc53eb6e741e0ca48554d7d11cd27bc3573a535f208c3aa81068e2645b6d89b87ee3822044cefa393c43098352f177eef4d60340abdeafd544f241



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2016-01-02 Thread Andreas Hüttel
commit: 2202e8aef71b2927166d7706e85248043d2e0b61
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jan  2 18:59:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jan  2 18:59:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2202e8ae

dev-perl/Data-Dump: Remove old

Package-Manager: portage-2.2.26

 dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild | 17 -
 dev-perl/Data-Dump/Manifest|  1 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild
deleted file mode 100644
index b630ed3..000
--- a/dev-perl/Data-Dump/Data-Dump-1.220.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=GAAS
-MODULE_VERSION=1.22
-inherit perl-module
-
-DESCRIPTION="Pretty printing of data structures"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
-IUSE=""
-
-SRC_TEST=do

diff --git a/dev-perl/Data-Dump/Manifest b/dev-perl/Data-Dump/Manifest
index 0e79550..dd01583 100644
--- a/dev-perl/Data-Dump/Manifest
+++ b/dev-perl/Data-Dump/Manifest
@@ -1,2 +1 @@
-DIST Data-Dump-1.22.tar.gz 20621 SHA256 
533caad79f2f5ff453ed30137c96c1cb2a7e83972bf9dc48d265e0e035a738b2 SHA512 
b4d8d493b0b1707d3d33058d90663f55f335933ea57ac36ab99b4d1ffd1c932d21b161778cfdf622a94ce5ca40a943bca0efc1baf25e1db12f34a54741eef149
 WHIRLPOOL 
3f4410bb5e69f85a5b9956e80111adf042fa10225f8514a70a99747f7f6cbdd525a20d733db791d939abd88bff2677e9e07bb7607572c53f73fa8a860fbffede
 DIST Data-Dump-1.23.tar.gz 20771 SHA256 
af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65 SHA512 
6fd6c23bb6df7f7396219149dbfd23132fc2ea1dd344c32f62fc27a1afeeb28d7ebf2d429184bb6d1189f412e218f9e62a966b49fdd9ad5564e5152d67a02b96
 WHIRLPOOL 
1b195d161701566035d45bd40040ecf3230cda2cc047ce41c96615476b5fdc7d66b34507c8a0f4c32caf4e0312cd128ac1874b3874a1ede803f6afcba027285f



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2016-01-02 Thread Agostino Sarubbo
commit: dc20e94c87c87e8d4810e145c87711e9ed9c1ce5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan  2 17:52:37 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan  2 17:52:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc20e94c

dev-perl/Data-Dump: alpha/amd64/hppa/ppc/x86 stable, (ALLARCHES policy) wrt bug 
#570432

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
index 9afaebc..4576e01 100644
--- a/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Pretty printing of data structures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/

2015-12-31 Thread Andreas Hüttel
commit: f3c8c7745f905a24e626ca795852f337355e92a1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Dec 31 22:27:41 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Dec 31 22:30:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c8c774

dev-perl/Data-Dump-Streamer: Version bump; remove old

Package-Manager: portage-2.2.26

 ...-r1.ebuild => Data-Dump-Streamer-2.390.0.ebuild} | 21 +++--
 dev-perl/Data-Dump-Streamer/Manifest|  2 +-
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.360.0-r1.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.390.0.ebuild
similarity index 59%
rename from dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.360.0-r1.ebuild
rename to dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.390.0.ebuild
index 8c28cb7..0f0d4c9 100644
--- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.360.0-r1.ebuild
+++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.390.0.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=YVES
-MODULE_VERSION=2.36
+DIST_AUTHOR=YVES
+DIST_VERSION=2.39
 inherit perl-module
 
 DESCRIPTION="Accurately serialize a data structure as Perl code"
@@ -14,16 +14,25 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="test"
 
-RDEPEND=">=dev-perl/B-Utils-0.07"
+RDEPEND="
+   dev-perl/B-Utils
+   virtual/perl-Data-Dumper
+   virtual/perl-Exporter
+   virtual/perl-IO
+   virtual/perl-Text-Balanced
+"
 DEPEND="${RDEPEND}
dev-perl/Module-Build
+   virtual/perl-ExtUtils-CBuilder
+   dev-perl/ExtUtils-Depends
+   virtual/perl-Carp
test? (
+   virtual/perl-Test-Simple
dev-perl/JSON-XS
+   dev-perl/PadWalker
)
 "
 
-SRC_TEST=do
-
 src_prepare() {
# Add DDS.pm shortcut
echo 'yes' > "${S}"/.answer

diff --git a/dev-perl/Data-Dump-Streamer/Manifest 
b/dev-perl/Data-Dump-Streamer/Manifest
index ef3cfa2..68177d6 100644
--- a/dev-perl/Data-Dump-Streamer/Manifest
+++ b/dev-perl/Data-Dump-Streamer/Manifest
@@ -1,2 +1,2 @@
-DIST Data-Dump-Streamer-2.36.tar.gz 146731 SHA256 
4547179175eabf56b15cd558829c1245a796f9ebe35017dae1b2fbba6ecb8ae2 SHA512 
89e742dacef0c65701a3e66179e5a6392c16d4ff180e8ca8604b7271243a31511dbdfb5a2a6dbc4bb21fe1d50899c4a5313e8a9e3ddae14cacd7d432b4a7e606
 WHIRLPOOL 
d0618cde8281d801b9f780667aaf01bcfe07a9d4d68321a7915d3b2ad9cdbeabfb344d752bdcad434e8c3769c7a57fd1c113de0b123a2c29a1d3988a82d60732
 DIST Data-Dump-Streamer-2.38.tar.gz 148048 SHA256 
210684c5a6805d61dd49ec0a17ae5ba359f100877e0dc8e467d956c78c693a5d SHA512 
1a1e248e4fc6687ca99b1cb105b4ffc13f8f0a3d39c85c4eb82fc465d18b92815b7a9f10bb6b1e31c6d1553e3bdbb24eaefd850b0bdfafc058859882ddf5a51b
 WHIRLPOOL 
bdcef04f1cf7e1e849dfe76cf2cc464ee5280ded227b943640391d88d02dc33f5c62253f847da353c8c04afbfcb76d36b0f50dfa9bf2d23a0c86f7f88fb58f78
+DIST Data-Dump-Streamer-2.39.tar.gz 150029 SHA256 
3b03763f527bfd27deae7912735a5edfd50627af7dece852505cc791a596a6c4 SHA512 
40774e1ac4f352bc79c2d32e286e79489271050fa06560ac8d4bbe096041072124f5d446235aedc4e1a3d0cf0b7866eec9493f7edd09b0bc446c6b79913f82d9
 WHIRLPOOL 
251f12fa6267614e37aa2f3e8ee566674d2d9e0f6cbc9f8e35b65a12f7975ef33c2f349922f3a4f7886b488e6f3c7c388f47b3cd1a0b3abf0aae6265991bd3b1



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump/

2015-12-31 Thread Andreas Hüttel
commit: aac5063195d995cdd57c8ec6958de5fa2a8d57f0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Dec 31 19:02:04 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Dec 31 22:30:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac50631

dev-perl/Data-Dump: Remove old

Package-Manager: portage-2.2.26

 dev-perl/Data-Dump/Data-Dump-1.210.0-r1.ebuild | 17 -
 dev-perl/Data-Dump/Manifest|  1 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Data-Dump/Data-Dump-1.210.0-r1.ebuild 
b/dev-perl/Data-Dump/Data-Dump-1.210.0-r1.ebuild
deleted file mode 100644
index d9c0567..000
--- a/dev-perl/Data-Dump/Data-Dump-1.210.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=GAAS
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION="Pretty printing of data structures"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-SRC_TEST=do

diff --git a/dev-perl/Data-Dump/Manifest b/dev-perl/Data-Dump/Manifest
index c151e0a..0e79550 100644
--- a/dev-perl/Data-Dump/Manifest
+++ b/dev-perl/Data-Dump/Manifest
@@ -1,3 +1,2 @@
-DIST Data-Dump-1.21.tar.gz 20132 SHA256 
bdf9f4a7ed8a5cbd2ee2d35054c8725ff539b4b5ff50501e7aca007211369eb9 SHA512 
25a11d3f7b0d075a4bea58848b7b3f4dfde19c8c294632714d674426ea7bb0cdea33ac09ec03d4ba0135ce5ba68bb7072ace93cbd4cb04c17f76f424919fe20b
 WHIRLPOOL 
c4387c7d42e80cf75e19b9a852dd686ce829bbcd9219c5e81caf6f9b08c1bf696a13ad0050c38602c4017f644354327328dc92356df6fe6d792d3f8dc5d2284b
 DIST Data-Dump-1.22.tar.gz 20621 SHA256 
533caad79f2f5ff453ed30137c96c1cb2a7e83972bf9dc48d265e0e035a738b2 SHA512 
b4d8d493b0b1707d3d33058d90663f55f335933ea57ac36ab99b4d1ffd1c932d21b161778cfdf622a94ce5ca40a943bca0efc1baf25e1db12f34a54741eef149
 WHIRLPOOL 
3f4410bb5e69f85a5b9956e80111adf042fa10225f8514a70a99747f7f6cbdd525a20d733db791d939abd88bff2677e9e07bb7607572c53f73fa8a860fbffede
 DIST Data-Dump-1.23.tar.gz 20771 SHA256 
af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65 SHA512 
6fd6c23bb6df7f7396219149dbfd23132fc2ea1dd344c32f62fc27a1afeeb28d7ebf2d429184bb6d1189f412e218f9e62a966b49fdd9ad5564e5152d67a02b96
 WHIRLPOOL 
1b195d161701566035d45bd40040ecf3230cda2cc047ce41c96615476b5fdc7d66b34507c8a0f4c32caf4e0312cd128ac1874b3874a1ede803f6afcba027285f