From f023261d8969d0ed89f0d7671a72e932c295c726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Wed, 24 Dec 2025 19:55:30 +0100 Subject: [PATCH] archive_extract: rebuild for perl update, cleanup patch --- .../archive_extract-0.88.recipe | 6 ++--- .../patches/archive_extract-0.88.patchset | 22 ------------------- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 dev-perl/archive_extract/patches/archive_extract-0.88.patchset diff --git a/dev-perl/archive_extract/archive_extract-0.88.recipe b/dev-perl/archive_extract/archive_extract-0.88.recipe index 352ab1474..f572956f3 100644 --- a/dev-perl/archive_extract/archive_extract-0.88.recipe +++ b/dev-perl/archive_extract/archive_extract-0.88.recipe @@ -6,11 +6,10 @@ commandline tools" HOMEPAGE="https://metacpan.org/pod/Archive::Extract" COPYRIGHT="2006-2021 Andy Lester" LICENSE="Artistic" -REVISION="3" +REVISION="4" SOURCE_URI="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Archive-Extract-$portVersion.tar.gz" CHECKSUM_SHA256="cffcf135cd0622287d3b02154f7d6716495449fcaed03966621948e25ea5f742" SOURCE_DIR="Archive-Extract-$portVersion" -PATCHES="archive_extract-$portVersion.patchset" ARCHITECTURES="any" @@ -32,7 +31,8 @@ BUILD_PREREQUIRES=" BUILD() { - perl Makefile.PL PREFIX=$prefix + # this overrides INSTALLDIRS for historic reasons, thus we need to specify it manually + perl Makefile.PL PREFIX=$prefix INSTALLDIRS=vendor make } diff --git a/dev-perl/archive_extract/patches/archive_extract-0.88.patchset b/dev-perl/archive_extract/patches/archive_extract-0.88.patchset deleted file mode 100644 index 21fbab7ca..000000000 --- a/dev-perl/archive_extract/patches/archive_extract-0.88.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 01a14737b604bbe58981d6a7f058347f63d3e41a Mon Sep 17 00:00:00 2001 -From: Begasus -Date: Fri, 8 Sep 2023 12:43:19 +0200 -Subject: Install in vendor_perl instead of site_perl - - -diff --git a/Makefile.PL b/Makefile.PL -index 509e74a..8826632 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -22,7 +22,7 @@ WriteMakefile1( - 'Module::Load::Conditional' => 0.66, - 'Locale::Maketext::Simple' => 0, - }, -- INSTALLDIRS => ( $] >= 5.009005 && $] < 5.012 ? 'perl' : 'site' ), -+ INSTALLDIRS => ( $] >= 5.009005 && $] < 5.012 ? 'perl' : 'vendor' ), - AUTHOR => 'Jos Boumans ', - ABSTRACT => 'Generic archive extracting mechanism' - ); --- -2.42.0 -