[arch-commits] Commit in perl-test-manifest/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 17:38:30 UTC 2022


    Date: Thursday, June 2, 2022 @ 17:38:29
  Author: spupykin
Revision: 1218849

archrelease: copy trunk to community-any

Added:
  perl-test-manifest/repos/community-any/PKGBUILD
    (from rev 1218848, perl-test-manifest/trunk/PKGBUILD)
Deleted:
  perl-test-manifest/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 17:38:22 UTC (rev 1218848)
+++ PKGBUILD	2022-06-02 17:38:29 UTC (rev 1218849)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-test-manifest
-pkgver=2.021
-pkgrel=2
-pkgdesc="configure which test files to run"
-arch=('any')
-url="https://search.cpan.org/dist/Test-Manifest"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz)
-sha256sums=('a47aaad71c580e16e6e63d8c037cdddcd919876754beb2c95d9a88682dd332d9')
-
-build() {
-  cd  "$srcdir"/Test-Manifest-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Test-Manifest-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-test-manifest/repos/community-any/PKGBUILD (from rev 1218848, perl-test-manifest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 17:38:29 UTC (rev 1218849)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-manifest
+pkgver=2.023
+pkgrel=1
+pkgdesc="configure which test files to run"
+arch=('any')
+url="https://search.cpan.org/dist/Test-Manifest"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz)
+sha256sums=('d24e52553e7cb9cda81f92ffe8c92b3e4346718e4710801a5b35b7f251a771e2')
+
+build() {
+  cd  "$srcdir"/Test-Manifest-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Manifest-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list