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

Felix Yan felixonmars at archlinux.org
Fri Dec 22 05:52:54 UTC 2017


    Date: Friday, December 22, 2017 @ 05:52:53
  Author: felixonmars
Revision: 275336

archrelease: copy trunk to community-any

Added:
  perl-module-build-xsutil/repos/community-any/PKGBUILD
    (from rev 275335, 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	2017-12-22 05:52:36 UTC (rev 275335)
+++ PKGBUILD	2017-12-22 05:52:53 UTC (rev 275336)
@@ -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.16
-pkgrel=3
-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=('8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e')
-
-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 275335, perl-module-build-xsutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-22 05:52:53 UTC (rev 275336)
@@ -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.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:



More information about the arch-commits mailing list