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

Felix Yan felixonmars at archlinux.org
Thu Apr 13 16:39:25 UTC 2017


    Date: Thursday, April 13, 2017 @ 16:39:24
  Author: felixonmars
Revision: 222789

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-13 16:38:40 UTC (rev 222788)
+++ community-i686/PKGBUILD	2017-04-13 16:39:24 UTC (rev 222789)
@@ -1,34 +0,0 @@
-# $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.09
-pkgrel=4
-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-requires'
-              'perl-test-without-module')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
-sha512sums=('9b24637cf7b035ba369f05e42c0bd5a8590e001f2395b46df078635a50bb3df58ad57850be0010d092ae2530d9a545bbcc5f0055f6ae7f166c93905c022d469d')
-
-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-i686/PKGBUILD (from rev 222788, perl-class-load-xs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-13 16:39:24 UTC (rev 222789)
@@ -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=1
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-13 16:38:40 UTC (rev 222788)
+++ community-x86_64/PKGBUILD	2017-04-13 16:39:24 UTC (rev 222789)
@@ -1,34 +0,0 @@
-# $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.09
-pkgrel=4
-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-requires'
-              'perl-test-without-module')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
-sha512sums=('9b24637cf7b035ba369f05e42c0bd5a8590e001f2395b46df078635a50bb3df58ad57850be0010d092ae2530d9a545bbcc5f0055f6ae7f166c93905c022d469d')
-
-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-x86_64/PKGBUILD (from rev 222788, perl-class-load-xs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-13 16:39:24 UTC (rev 222789)
@@ -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=1
+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