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

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Mon Jun 13 15:47:58 UTC 2022


    Date: Monday, June 13, 2022 @ 15:47:58
  Author: jlichtblau
Revision: 1237730

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 15:47:52 UTC (rev 1237729)
+++ PKGBUILD	2022-06-13 15:47:58 UTC (rev 1237730)
@@ -1,37 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: John D Jones III
-
-pkgname=perl-module-manifest
-pkgver=1.08
-pkgrel=5
-pkgdesc="Parse and examine a Perl distribution MANIFEST file"
-arch=('any')
-url='https://search.cpan.org/dist/Module-Manifest/'
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-params-util' 'perl' 'perl-file-slurp')
-checkdepends=('perl-test-exception' 'perl-test-warn')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Module-Manifest-$pkgver.tar.gz)
-sha256sums=('722ed428afcbe5b5b441b0165cbafbd8534fa63d7856d4089e6e25ac21e6445d')
-
-build() {
-  cd "${srcdir}"/Module-Manifest-$pkgver
-
-  PERL_USE_UNSAFE_INC=1 PERL_MM_USE_DEFAULT=1 perl Makefile.PL installdirs=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}"/Module-Manifest-$pkgver
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/Module-Manifest-$pkgver
-
-  make install DESTDIR="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: perl-module-manifest/repos/community-any/PKGBUILD (from rev 1237729, perl-module-manifest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-13 15:47:58 UTC (rev 1237730)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: John D Jones III
+
+pkgname=perl-module-manifest
+pkgver=1.09
+pkgrel=1
+pkgdesc="Parse and examine a Perl distribution MANIFEST file"
+arch=('any')
+url='https://search.cpan.org/dist/Module-Manifest/'
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-params-util' 'perl' 'perl-file-slurp')
+checkdepends=('perl-test-exception' 'perl-test-warn')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Manifest-$pkgver.tar.gz)
+sha256sums=('a395f80ff15ea0e66fd6c453844b6787ed4a875a3cd8df9f7e29280250bd539b')
+
+build() {
+  cd "${srcdir}"/Module-Manifest-$pkgver
+
+  PERL_USE_UNSAFE_INC=1 PERL_MM_USE_DEFAULT=1 perl Makefile.PL installdirs=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}"/Module-Manifest-$pkgver
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/Module-Manifest-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



More information about the arch-commits mailing list