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

Felix Yan felixonmars at archlinux.org
Fri Jan 19 08:42:02 UTC 2018


    Date: Friday, January 19, 2018 @ 08:41:59
  Author: felixonmars
Revision: 284141

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-19 08:41:35 UTC (rev 284140)
+++ PKGBUILD	2018-01-19 08:41:59 UTC (rev 284141)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
-
-pkgname=perl-module-install
-pkgver=1.18
-pkgrel=3
-pkgdesc="Module::Install - Standalone, extensible Perl module installer"
-arch=('any')
-url='http://search.cpan.org/dist/Module-Install'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-file-remove' 'perl-json' 'perl-module-build' 'perl-module-scandeps' 'perl-par-dist'
-         'perl-cpan-meta' 'perl-yaml-tiny')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-$pkgver.tar.gz")
-sha512sums=('2126d35c9bab151548551629e6a470f9a7b90fd901f32cdc15e9aa83b931178f99e28e2de32ce7b8a677d187474efc428839d7e7254074f26fcfcfe18fa297a9')
-
-build() {
-  cd Module-Install-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Module-Install-$pkgver
-  make test
-}
-
-package() {
-  cd Module-Install-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-module-install/repos/community-any/PKGBUILD (from rev 284140, perl-module-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-19 08:41:59 UTC (rev 284141)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
+
+pkgname=perl-module-install
+pkgver=1.19
+pkgrel=1
+pkgdesc="Module::Install - Standalone, extensible Perl module installer"
+arch=('any')
+url='http://search.cpan.org/dist/Module-Install'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-file-remove' 'perl-json' 'perl-module-build' 'perl-module-scandeps' 'perl-par-dist'
+         'perl-cpan-meta' 'perl-yaml-tiny')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-$pkgver.tar.gz")
+sha512sums=('68a255402c98955cfcb5a8a99555fe511b89d5fccf96ee1c498cab347c8945f3abe53485ea936f7419420d9c7beb52c861516f4cfd299812cebf80eab50fa5ba')
+
+build() {
+  cd Module-Install-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Module-Install-$pkgver
+  make test
+}
+
+package() {
+  cd Module-Install-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list