commit:     d5196d6d72969b442b2f050a59ca51eac95df264
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 09:14:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 09:29:00 2020 +0000
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 <kentnl <AT> 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..00000000000
--- 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
-}

Reply via email to