[arch-commits] Commit in perl-json-xs/repos (6 files)
Florian Pritz
bluewind at archlinux.org
Sun Jun 5 11:28:57 UTC 2016
Date: Sunday, June 5, 2016 @ 13:28:56
Author: bluewind
Revision: 177937
db-move: moved perl-json-xs from [community-testing] to [community] (i686, x86_64)
Added:
perl-json-xs/repos/community-i686/PKGBUILD
(from rev 177936, perl-json-xs/repos/community-testing-i686/PKGBUILD)
perl-json-xs/repos/community-x86_64/PKGBUILD
(from rev 177936, perl-json-xs/repos/community-testing-x86_64/PKGBUILD)
Deleted:
perl-json-xs/repos/community-i686/PKGBUILD
perl-json-xs/repos/community-testing-i686/
perl-json-xs/repos/community-testing-x86_64/
perl-json-xs/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 ----------------------
community-x86_64/PKGBUILD | 35 ----------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-06-05 11:28:51 UTC (rev 177936)
+++ community-i686/PKGBUILD 2016-06-05 11:28:56 UTC (rev 177937)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tor Krill <tor at krill.nu>
-
-pkgname=perl-json-xs
-pkgver=3.02
-pkgrel=1
-pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
-url="http://search.cpan.org/dist/JSON-XS/"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 'perl-canary-stability')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('0d4078f18003b50be970709a77b6afbf')
-
-build() {
- cd $srcdir/JSON-XS-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-package() {
- cd $srcdir/JSON-XS-$pkgver
- make DESTDIR=$pkgdir install
-
- find $pkgdir -name '.packlist' -delete && \
- find $pkgdir -name '*.pod' -delete
-# 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-json-xs/repos/community-i686/PKGBUILD (from rev 177936, perl-json-xs/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-05 11:28:56 UTC (rev 177937)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=perl-json-xs
+pkgver=3.02
+pkgrel=3
+pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+url="http://search.cpan.org/dist/JSON-XS/"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 'perl-canary-stability')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
+md5sums=('0d4078f18003b50be970709a77b6afbf')
+
+build() {
+ cd $srcdir/JSON-XS-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+package() {
+ cd $srcdir/JSON-XS-$pkgver
+ make DESTDIR=$pkgdir install
+
+ find $pkgdir -name '.packlist' -delete && \
+ find $pkgdir -name '*.pod' -delete
+# 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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-06-05 11:28:51 UTC (rev 177936)
+++ community-x86_64/PKGBUILD 2016-06-05 11:28:56 UTC (rev 177937)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tor Krill <tor at krill.nu>
-
-pkgname=perl-json-xs
-pkgver=3.02
-pkgrel=1
-pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
-url="http://search.cpan.org/dist/JSON-XS/"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 'perl-canary-stability')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('0d4078f18003b50be970709a77b6afbf')
-
-build() {
- cd $srcdir/JSON-XS-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-package() {
- cd $srcdir/JSON-XS-$pkgver
- make DESTDIR=$pkgdir install
-
- find $pkgdir -name '.packlist' -delete && \
- find $pkgdir -name '*.pod' -delete
-# 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-json-xs/repos/community-x86_64/PKGBUILD (from rev 177936, perl-json-xs/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-06-05 11:28:56 UTC (rev 177937)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=perl-json-xs
+pkgver=3.02
+pkgrel=3
+pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+url="http://search.cpan.org/dist/JSON-XS/"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 'perl-canary-stability')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
+md5sums=('0d4078f18003b50be970709a77b6afbf')
+
+build() {
+ cd $srcdir/JSON-XS-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+package() {
+ cd $srcdir/JSON-XS-$pkgver
+ make DESTDIR=$pkgdir install
+
+ find $pkgdir -name '.packlist' -delete && \
+ find $pkgdir -name '*.pod' -delete
+# 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