[arch-commits] Commit in perl-test-manifest/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Fri Oct 26 12:31:39 UTC 2018
Date: Friday, October 26, 2018 @ 12:31:38
Author: spupykin
Revision: 399112
archrelease: copy trunk to community-any
Added:
perl-test-manifest/repos/community-any/PKGBUILD
(from rev 399111, perl-test-manifest/trunk/PKGBUILD)
Deleted:
perl-test-manifest/repos/community-any/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-26 12:31:22 UTC (rev 399111)
+++ PKGBUILD 2018-10-26 12:31:38 UTC (rev 399112)
@@ -1,29 +0,0 @@
-# $Id$
-# 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.02
-pkgrel=2
-pkgdesc="configure which test files to run"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Manifest"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz)
-md5sums=('fdd832e160cacf1496db3adf57515ad9')
-
-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 399111, perl-test-manifest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-26 12:31:38 UTC (rev 399112)
@@ -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.021
+pkgrel=1
+pkgdesc="configure which test files to run"
+arch=('any')
+url="http://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
+}
More information about the arch-commits
mailing list