commit:     aa436652d5e20038ede6a26aab0f35db62318c75
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 14:00:20 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 14:00:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa436652

dev-perl/SGMLSpm: Remove old 1.03-r7

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/SGMLSpm/Manifest               |  1 -
 dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild | 24 ------------------------
 dev-perl/SGMLSpm/files/Makefile.PL      | 17 -----------------
 dev-perl/SGMLSpm/files/sgmlspl.patch    | 11 -----------
 4 files changed, 53 deletions(-)

diff --git a/dev-perl/SGMLSpm/Manifest b/dev-perl/SGMLSpm/Manifest
index 748ccdfbbec..a293faba4ea 100644
--- a/dev-perl/SGMLSpm/Manifest
+++ b/dev-perl/SGMLSpm/Manifest
@@ -1,2 +1 @@
-DIST SGMLSpm-1.03ii.tar.gz 93250 BLAKE2B 
88d0f36321c42891c62cc1dbb263d5f3c04377ebe80b9e5f41fa3199efe45c78b35dd4fe21e3a769b8cd5785ad4fc5954a617f1a594afb12be74486e468157da
 SHA512 
edbac8112561912d5d7a9faee2d920bf763576ace5a9bdef5fc3f235533805643ad8db5f57d96c34ce9ecbf1796399dc531f40ab4b2796a1e130a8f288c901d4
 DIST SGMLSpm-1.1.tar.gz 114100 BLAKE2B 
eef93b64f7fcded73bee0e169e417853d84e2f446d569906f752a87ddd1edcb40c63dde3a50d4e4d7840e8c296d9ff20eed5c316bbd528adef16a1d85a38f0d2
 SHA512 
0ca3f0f3265f20661ae88ad4764fbf82f226382f79f62c01653265cc7372524dfdf30ce5abffc0344624f5e6138e483952471f8c18d59794b40035af0b7526bc

diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild 
b/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild
deleted file mode 100644
index a3f7b2eb0cd..00000000000
--- a/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils perl-module
-
-MY_P="${P}ii"
-S=${WORKDIR}/${PN}
-
-DESCRIPTION="Perl library for parsing the output of nsgmls"
-HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/";
-SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
-       cp "${FILESDIR}"/Makefile.PL "${S}"/Makefile.PL || die
-       epatch "${FILESDIR}"/sgmlspl.patch
-       mv sgmlspl{.pl,} || die
-}

diff --git a/dev-perl/SGMLSpm/files/Makefile.PL 
b/dev-perl/SGMLSpm/files/Makefile.PL
deleted file mode 100644
index a2508c0a9af..00000000000
--- a/dev-perl/SGMLSpm/files/Makefile.PL
+++ /dev/null
@@ -1,17 +0,0 @@
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
-      'NAME'   => 'SGMLS',
-      'VERSION'        => '1.03ii',
-      'PM'     => { 'SGMLS.pm' => '$(INST_LIBDIR)/SGMLS.pm',
-                    'Output.pm' => '$(INST_LIBDIR)/SGMLS/Output.pm',
-                    'Refs.pm' => '$(INST_LIBDIR)/SGMLS/Refs.pm',
-                    'skel.pl' => '$(INST_LIBDIR)/sgmlspl-specs/skel.pl',
-                },
-      'MAN3PODS'=> { 'SGMLS.pm' => '$(INST_MAN3DIR)/SGMLS.3pm',
-                    'Output.pm' => '$(INST_MAN3DIR)/SGMLS::Output.3pm',
-                    'Refs.pm' => '$(INST_MAN3DIR)/SGMLS::Refs.3pm',
-                },
-      'EXE_FILES' => [ 'sgmlspl', ],
-);

diff --git a/dev-perl/SGMLSpm/files/sgmlspl.patch 
b/dev-perl/SGMLSpm/files/sgmlspl.patch
deleted file mode 100644
index 946ce319a97..00000000000
--- a/dev-perl/SGMLSpm/files/sgmlspl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- SGMLSpm/sgmlspl.pl.old     2008-08-23 17:06:13.000000000 +0200
-+++ SGMLSpm/sgmlspl.pl 2008-08-23 17:07:13.000000000 +0200
-@@ -238,7 +238,7 @@
- package main;
- 
- $ARGV = shift;
--unless ($ARGV eq '' || do $ARGV) {
-+unless ($ARGV eq '' || do 'sgmlspl-specs/' . $ARGV || do $ARGV) {
-     if (!-e $ARGV) {
-       die "FATAL: $ARGV does not exist.\n";
-     } elsif (!-r $ARGV) {

Reply via email to