[arch-commits] Commit in perl-list-utilsby/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 17:36:53 UTC 2022


    Date: Thursday, June 2, 2022 @ 17:36:53
  Author: spupykin
Revision: 1218833

archrelease: copy trunk to community-any

Added:
  perl-list-utilsby/repos/community-any/PKGBUILD
    (from rev 1218832, perl-list-utilsby/trunk/PKGBUILD)
Deleted:
  perl-list-utilsby/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 17:36:46 UTC (rev 1218832)
+++ PKGBUILD	2022-06-02 17:36:53 UTC (rev 1218833)
@@ -1,44 +0,0 @@
-# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-
-pkgname=perl-list-utilsby
-_cpanname="List-UtilsBy"
-pkgver=0.11
-pkgrel=6
-pkgdesc="Higher-order list utility functions"
-arch=('any')
-url="https://search.cpan.org/~pevans/$_cpanname"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.5.0')
-options=('!emptydirs')
-# Function to change to the working directory and set
-# environment variables to override undesired options.
-prepareEnvironment() {
-	cd "$srcdir/$_cpanname-$pkgver"
-	export \
-		PERL_MM_USE_DEFAULT=1 \
-		PERL_AUTOINSTALL=--skipdeps \
-		PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-		PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-		MODULEBUILDRC=/dev/null
-}
-source=("https://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_cpanname-$pkgver.tar.gz")
-sha256sums=('faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a')
-
-build() {
-	prepareEnvironment
-	/usr/bin/perl Makefile.PL
-	make
-}
-
-check() {
-	prepareEnvironment
-	make test
-}
-
-package() {
-	prepareEnvironment
-	make install
-
-	# Remove "perllocal.pod" and ".packlist".
-	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-list-utilsby/repos/community-any/PKGBUILD (from rev 1218832, perl-list-utilsby/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 17:36:53 UTC (rev 1218833)
@@ -0,0 +1,44 @@
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+
+pkgname=perl-list-utilsby
+_cpanname="List-UtilsBy"
+pkgver=0.12
+pkgrel=1
+pkgdesc="Higher-order list utility functions"
+arch=('any')
+url="https://search.cpan.org/~pevans/$_cpanname"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.5.0')
+options=('!emptydirs')
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+	cd "$srcdir/$_cpanname-$pkgver"
+	export \
+		PERL_MM_USE_DEFAULT=1 \
+		PERL_AUTOINSTALL=--skipdeps \
+		PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+		PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+		MODULEBUILDRC=/dev/null
+}
+source=("https://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_cpanname-$pkgver.tar.gz")
+sha256sums=('fff1281fd469fe982b1a58044becfd970f313bff3a26e1c7b2b3f4c0a5ed71e0')
+
+build() {
+	prepareEnvironment
+	/usr/bin/perl Makefile.PL
+	make
+}
+
+check() {
+	prepareEnvironment
+	make test
+}
+
+package() {
+	prepareEnvironment
+	make install
+
+	# Remove "perllocal.pod" and ".packlist".
+	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list