summaryrefslogtreecommitdiff
path: root/dev-perl/Pod-Parser
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-15 18:47:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-15 18:47:53 +0000
commita4eda25bf0f72d757244b128657832bc4da28375 (patch)
tree5a4bda4947a8d19e1f07c2385db1aff2c18ba0d2 /dev-perl/Pod-Parser
parent6e8d3793323b8f24be801a4aaf31cdd31a8483e9 (diff)
gentoo auto-resync : 15:03:2024 - 18:47:52
Diffstat (limited to 'dev-perl/Pod-Parser')
-rw-r--r--dev-perl/Pod-Parser/Manifest3
-rw-r--r--dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild40
-rw-r--r--dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch25
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-perl/Pod-Parser/Manifest b/dev-perl/Pod-Parser/Manifest
index 371f945cb011..c44cfa0663ba 100644
--- a/dev-perl/Pod-Parser/Manifest
+++ b/dev-perl/Pod-Parser/Manifest
@@ -1,6 +1,3 @@
-AUX Pod-Parser-1.63-no-binscript.patch 683 BLAKE2B dc24a7385d5eb06abf6ae4cc81c503d1a90227e24ef989114913f039d15b1294617f91305ee6d67cfa8431c0c9d163f2495879a2463fde4aeaa840cb5ed89952 SHA512 84d7351ca7a27d361521ea5b916b0dc0b10697594f322b96babc889dac80127ea2801bd3b25b1f156cc90465383b719fd2d2ec6b6b8dee8e02de0f26338c2fa9
-DIST Pod-Parser-1.63.tar.gz 79707 BLAKE2B b53c9ac63f967e712f45af0f935d7a10318e6f39d7489605a9ec013d3249615736ac2ec5206f9d50eedd5eeffb4f0c0df67e071903b08c77946a4c7fbc8e0971 SHA512 55f5741bb906701705f489b2314d3f11cd6d63ca5b64a60fdbda7eed0388945f2e68262735c7cc33b7089794630393049e619f9900e85c71bf9223243bc0984a
DIST Pod-Parser-1.66.tar.gz 84064 BLAKE2B 8b96e0966f96d3ab6c1413c3b3b9ac5f0752005b13703846e538ca4dc4a3c80d70a5d8780478882817e478978aa5b0eca44a4a81a40c625e88134a3c55a6e659 SHA512 7e9db0166ad74e45a61542a12e901443ae82e5ba06d8c0704f9a617fc792b41b5520b9c071f9ec93bddffaae9a3e2232a777e45d1f64f8e418dd788dd49c189f
-EBUILD Pod-Parser-1.630.0-r1.ebuild 1260 BLAKE2B d7244f23de247e5f9e1a8f12d5c9e6a3689bdc6a760aaf60e02c24d0c1938f700910946e21211a06b7a90a81b57596fd47808c539d895782c9b59f0aa47d5b6d SHA512 4d43cf3ce923a9b7582261d28e711df61789f91325733ec4c6cc5ec764aa3da58c69990401543c8fd2e18226d2e400c92aa7877e5a4a1bf7201428b66e6df657
EBUILD Pod-Parser-1.660.0.ebuild 525 BLAKE2B b997cc2b09ee49accb48bfa7427f5f368ef488967f9c5478dba87ea6cf31ff61e3ae18265ed6023075c487aada82ddbb4cb1260b51fc19dd65dff7e2d33d05bd SHA512 a271c9c9cb59b639c7cb6f6f23f7701e76c58b09a1a9855169086eee976e672978537fd889fc66a090ed0b85049ffd35f59d44302b4254be05e0b4e52eb8c9bb
MISC metadata.xml 258 BLAKE2B 27875c94f7bc66379335a8c7aa58972855f92cf88390cc368e1fe86ef5af4f370e66725b314e99486428cdd9330b341a6821ed5d3eb19af1950326f252b3eb18 SHA512 496cdc360ed68aacbf268bcd9d904ec27e855e4f70a4c76f4fd99b29d8abc5a41f598144dfa550c8982b6cc57e900aad69a97e32ad363af83e06b50afcb54080
diff --git a/dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild b/dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild
deleted file mode 100644
index 58e5096a1353..000000000000
--- a/dev-perl/Pod-Parser/Pod-Parser-1.630.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MAREKR
-DIST_VERSION=1.63
-inherit perl-module
-
-DESCRIPTION="POD filters and translators"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-File-Spec
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"
-src_prepare() {
- # This avoids filename collision in /usr/bin on perl <5.32
- # which previously had this script. But no decollisioning needed for the modules
- # due to that already being handled by @INC stuff
- # Though, it does mean that with this installed, the podselect shipped in perl <5.32
- # will consume modules shipped by this ebuild, but that doesn't look very problematic
- # looking at the code (its just a dumb shim with arg-parsing)
- if has_version -r "<dev-lang/perl-5.32"; then
- einfo "Stripping podselect for compat with perl <5.32";
- perl_rm_files "scripts/podselect.PL" \
- "t/pod/podselect.t"
- eapply "${FILESDIR}/${PN}-1.63-no-binscript.patch"
- fi
- perl-module_src_prepare
-}
diff --git a/dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch b/dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch
deleted file mode 100644
index 20efa9b8ac24..000000000000
--- a/dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From c3049f6c575836f19ff234635cd9ac8cf23cc930 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Tue, 11 Aug 2020 10:13:39 +1200
-Subject: Don't compile podselect bin script
-
----
- Makefile.PL | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 258f51e..e6cac08 100755
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -31,7 +31,7 @@ $DISTMOD = 'Pod::Parser'; ## The "title" module of this distribution
- );
-
- ## The executable scripts to be installed
--@SCRIPTS = qw( podselect
-+@SCRIPTS = qw(
- );
- sub script($) { File::Spec->catfile ('scripts', @_) }
- my @EXE_FILES = ();
---
-2.28.0
-