[arch-commits] Commit in perl-class-load-xs/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Aug 24 13:40:56 UTC 2017


    Date: Thursday, August 24, 2017 @ 13:40:52
  Author: foutrelis
Revision: 253258

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-class-load-xs/repos/community-staging-i686/
  perl-class-load-xs/repos/community-staging-i686/PKGBUILD
    (from rev 253257, perl-class-load-xs/trunk/PKGBUILD)
  perl-class-load-xs/repos/community-staging-x86_64/
  perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD
    (from rev 253257, perl-class-load-xs/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: perl-class-load-xs/repos/community-staging-i686/PKGBUILD (from rev 253257, perl-class-load-xs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-24 13:40:52 UTC (rev 253258)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.10
+pkgrel=3
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('i686' 'x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS"
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 'perl-test-needs'
+              'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('16ab845dc393567f0b0e9597eda7d7678b8a41d218823a166bacdfd4dc93e704a6aff98662340b8d7f4d045a60530071bb84ea8da8be5a6930af47722207d126')
+
+build() {
+  cd Class-Load-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Load-XS-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Load-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD (from rev 253257, perl-class-load-xs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-24 13:40:52 UTC (rev 253258)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.10
+pkgrel=3
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('i686' 'x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS"
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 'perl-test-needs'
+              'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('16ab845dc393567f0b0e9597eda7d7678b8a41d218823a166bacdfd4dc93e704a6aff98662340b8d7f4d045a60530071bb84ea8da8be5a6930af47722207d126')
+
+build() {
+  cd Class-Load-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Load-XS-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Load-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list