[arch-commits] Commit in perl-module-build-xsutil/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Apr 20 07:21:06 UTC 2018


    Date: Friday, April 20, 2018 @ 07:21:05
  Author: felixonmars
Revision: 317120

archrelease: copy trunk to community-any

Added:
  perl-module-build-xsutil/repos/community-any/PKGBUILD
    (from rev 317119, perl-module-build-xsutil/trunk/PKGBUILD)
Deleted:
  perl-module-build-xsutil/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-20 07:20:38 UTC (rev 317119)
+++ PKGBUILD	2018-04-20 07:21:05 UTC (rev 317120)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-module-build-xsutil
-pkgver=0.18
-pkgrel=1
-pkgdesc="A Module::Build class for building XS modules"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-devel-checkcompiler' 'perl')
-makedepends=('perl-module-build')
-checkdepends=('perl-file-copy-recursive' 'perl-cwd-guard' 'perl-capture-tiny')
-url='http://search.cpan.org/dist/Module-Build-XSUtil'
-source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz")
-_distdir="Module-Build-XSUtil-$pkgver"
-sha512sums=('ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be')
-
-build() {
-  cd "$srcdir/$_distdir"
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  perl Build test
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  perl Build install destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-module-build-xsutil/repos/community-any/PKGBUILD (from rev 317119, perl-module-build-xsutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-20 07:21:05 UTC (rev 317120)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-module-build-xsutil
+pkgver=0.19
+pkgrel=1
+pkgdesc="A Module::Build class for building XS modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-checkcompiler' 'perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-capture-tiny' 'perl-cwd-guard' 'perl-file-copy-recursive-reduced')
+url='http://search.cpan.org/dist/Module-Build-XSUtil'
+source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz")
+_distdir="Module-Build-XSUtil-$pkgver"
+sha512sums=('187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819')
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list