[arch-commits] Commit in perl-mouse/repos (4 files)

Felix Yan fyan at archlinux.org
Wed Jun 3 02:40:08 UTC 2015


    Date: Wednesday, June 3, 2015 @ 04:40:08
  Author: fyan
Revision: 134653

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

Added:
  perl-mouse/repos/community-staging-i686/
  perl-mouse/repos/community-staging-i686/PKGBUILD
    (from rev 134652, perl-mouse/trunk/PKGBUILD)
  perl-mouse/repos/community-staging-x86_64/PKGBUILD
    (from rev 134652, perl-mouse/trunk/PKGBUILD)
Deleted:
  perl-mouse/repos/community-staging-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   40 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   40 ------------------------------------
 3 files changed, 80 insertions(+), 40 deletions(-)

Copied: perl-mouse/repos/community-staging-i686/PKGBUILD (from rev 134652, perl-mouse/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-06-03 02:40:08 UTC (rev 134653)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-mouse
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Moose minus the antlers"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Mouse"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+             'perl-module-build-xsutil' 'perl-test-requires'
+             'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+             'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('7abd3ab36026425dd035aecc53aa60b7')
+
+build() {
+  cd Mouse-$pkgver
+  perl Build.PL --installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd Mouse-$pkgver
+  ./Build test
+}
+
+package() {
+  cd Mouse-$pkgver
+  ./Build install --destdir="${pkgdir}"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2015-06-03 02:38:36 UTC (rev 134652)
+++ community-staging-x86_64/PKGBUILD	2015-06-03 02:40:08 UTC (rev 134653)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-mouse
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="Moose minus the antlers"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Mouse"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
-             'perl-module-build-xsutil' 'perl-test-requires'
-             'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
-             'perl-io-string')
-source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
-md5sums=('7abd3ab36026425dd035aecc53aa60b7')
-
-build() {
-  cd Mouse-$pkgver
-  perl Build.PL --installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd Mouse-$pkgver
-  ./Build test
-}
-
-package() {
-  cd Mouse-$pkgver
-  ./Build install --destdir="${pkgdir}"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-mouse/repos/community-staging-x86_64/PKGBUILD (from rev 134652, perl-mouse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-06-03 02:40:08 UTC (rev 134653)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-mouse
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Moose minus the antlers"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Mouse"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+             'perl-module-build-xsutil' 'perl-test-requires'
+             'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+             'perl-io-string')
+source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-$pkgver.tar.gz)
+md5sums=('7abd3ab36026425dd035aecc53aa60b7')
+
+build() {
+  cd Mouse-$pkgver
+  perl Build.PL --installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd Mouse-$pkgver
+  ./Build test
+}
+
+package() {
+  cd Mouse-$pkgver
+  ./Build install --destdir="${pkgdir}"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}



More information about the arch-commits mailing list