From e575d09c5e28cba2c7ad3ae9202d7b25f69fa7e7 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Fri, 18 Aug 2023 19:22:46 +0200 Subject: [PATCH] p5-locale-gettext: marked unmaintained --- p5-locale-gettext/.signature | 4 ++-- p5-locale-gettext/Pkgfile | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/p5-locale-gettext/.signature b/p5-locale-gettext/.signature index ca65adb1c..155bae914 100644 --- a/p5-locale-gettext/.signature +++ b/p5-locale-gettext/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wRmdRxvX6ova3Roti64YZlXCkVaq8/mShdeJ8U98iUirsxglcQ4v72bRUOkT/el4Ebv6ObfB2EJrWk9nE1YRA8= -SHA256 (Pkgfile) = 09bd6c2d6e0c224d2d7c1c2c69a3624bed8f05583b38267992302252203965d2 +RWSagIOpLGJF3+zRY6/wHqN8kB5zcfqENMEHxxpDHd6MWYoZhlIlFT0s+Xnj6oE7FRQRy/01DsgqQnLhZ+eTlZKLYVDpCyCJ3QU= +SHA256 (Pkgfile) = 7577aa122627b9e4e2e1b7e386eb11507748d8abdf9b3c49e0c7e466d6609a5f SHA256 (.footprint) = 80ca426510ce4b01b92643b2290d8794dd75d665f8148f4fb4ee848acd7d4d77 SHA256 (gettext-1.07.tar.gz) = 909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15 diff --git a/p5-locale-gettext/Pkgfile b/p5-locale-gettext/Pkgfile index ef69b536c..a74b6febc 100644 --- a/p5-locale-gettext/Pkgfile +++ b/p5-locale-gettext/Pkgfile @@ -1,6 +1,6 @@ # Description: Locale::gettext - Interface to C library functions for internatialization. # URL: https://metacpan.org/release/gettext -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained name=p5-locale-gettext version=1.07 @@ -8,19 +8,19 @@ release=2 source=(https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz) build() { - cd Locale-gettext-$version + cd Locale-gettext-$version - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make OPTIMIZE="$CFLAGS" - make DESTDIR=$PKG install + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make OPTIMIZE="$CFLAGS" + make DESTDIR=$PKG install - # Remove perlcrap - find $PKG \ - -name '.packlist' -delete -or \ - -name '*.bs' -delete -or \ - -name 'autosplit.ix' -delete -or \ - -name 'perllocal.pod' -delete + # Remove perlcrap + find $PKG \ + -name '.packlist' -delete -or \ + -name '*.bs' -delete -or \ + -name 'autosplit.ix' -delete -or \ + -name 'perllocal.pod' -delete - # Remove empty directories - find $PKG -depth -empty -exec rm -rf {} \; + # Remove empty directories + find $PKG -depth -empty -exec rm -rf {} \; }