[arch-commits] Commit in perl-xml-fast/repos (6 files)
Florian Pritz
bluewind at archlinux.org
Sun Jun 5 11:30:31 UTC 2016
Date: Sunday, June 5, 2016 @ 13:30:31
Author: bluewind
Revision: 177961
db-move: moved perl-xml-fast from [community-testing] to [community] (i686, x86_64)
Added:
perl-xml-fast/repos/community-i686/PKGBUILD
(from rev 177960, perl-xml-fast/repos/community-testing-i686/PKGBUILD)
perl-xml-fast/repos/community-x86_64/PKGBUILD
(from rev 177960, perl-xml-fast/repos/community-testing-x86_64/PKGBUILD)
Deleted:
perl-xml-fast/repos/community-i686/PKGBUILD
perl-xml-fast/repos/community-testing-i686/
perl-xml-fast/repos/community-testing-x86_64/
perl-xml-fast/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 40 ----------------------
community-x86_64/PKGBUILD | 40 ----------------------
3 files changed, 80 insertions(+), 80 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-06-05 11:30:27 UTC (rev 177960)
+++ community-i686/PKGBUILD 2016-06-05 11:30:31 UTC (rev 177961)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: trizen .= x at gmail.com
-
-pkgname=perl-xml-fast
-pkgver=0.11
-pkgrel=6
-pkgdesc="Simple and very fast XML to hash conversion."
-arch=('x86_64' 'i686')
-url="http://search.cpan.org/dist/XML-Fast/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/XML-Fast-${pkgver}.tar.gz")
-md5sums=('a2985cc2f328cf9eda6ad75c3f40f6b3')
-
-build() {
- cd "${srcdir}/XML-Fast-${pkgver}"
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
- make
-}
-
-package() {
- cd "${srcdir}/XML-Fast-${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-xml-fast/repos/community-i686/PKGBUILD (from rev 177960, perl-xml-fast/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-05 11:30:31 UTC (rev 177961)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: trizen .= x at gmail.com
+
+pkgname=perl-xml-fast
+pkgver=0.11
+pkgrel=7
+pkgdesc="Simple and very fast XML to hash conversion."
+arch=('x86_64' 'i686')
+url="http://search.cpan.org/dist/XML-Fast/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/XML-Fast-${pkgver}.tar.gz")
+md5sums=('a2985cc2f328cf9eda6ad75c3f40f6b3')
+
+build() {
+ cd "${srcdir}/XML-Fast-${pkgver}"
+
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+ make
+}
+
+package() {
+ cd "${srcdir}/XML-Fast-${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:30:27 UTC (rev 177960)
+++ community-x86_64/PKGBUILD 2016-06-05 11:30:31 UTC (rev 177961)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: trizen .= x at gmail.com
-
-pkgname=perl-xml-fast
-pkgver=0.11
-pkgrel=6
-pkgdesc="Simple and very fast XML to hash conversion."
-arch=('x86_64' 'i686')
-url="http://search.cpan.org/dist/XML-Fast/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/XML-Fast-${pkgver}.tar.gz")
-md5sums=('a2985cc2f328cf9eda6ad75c3f40f6b3')
-
-build() {
- cd "${srcdir}/XML-Fast-${pkgver}"
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
- make
-}
-
-package() {
- cd "${srcdir}/XML-Fast-${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-xml-fast/repos/community-x86_64/PKGBUILD (from rev 177960, perl-xml-fast/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-06-05 11:30:31 UTC (rev 177961)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: trizen .= x at gmail.com
+
+pkgname=perl-xml-fast
+pkgver=0.11
+pkgrel=7
+pkgdesc="Simple and very fast XML to hash conversion."
+arch=('x86_64' 'i686')
+url="http://search.cpan.org/dist/XML-Fast/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/XML-Fast-${pkgver}.tar.gz")
+md5sums=('a2985cc2f328cf9eda6ad75c3f40f6b3')
+
+build() {
+ cd "${srcdir}/XML-Fast-${pkgver}"
+
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+ make
+}
+
+package() {
+ cd "${srcdir}/XML-Fast-${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