[arch-commits] Commit in perl-bit-vector/repos (6 files)

Eric Bélanger eric at nymeria.archlinux.org
Fri Jul 12 02:57:43 UTC 2013


    Date: Friday, July 12, 2013 @ 04:57:43
  Author: eric
Revision: 189971

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

Added:
  perl-bit-vector/repos/extra-i686/PKGBUILD
    (from rev 189970, perl-bit-vector/trunk/PKGBUILD)
  perl-bit-vector/repos/extra-x86_64/PKGBUILD
    (from rev 189970, perl-bit-vector/trunk/PKGBUILD)
Deleted:
  perl-bit-vector/repos/extra-i686/Bit-Vector-destroy.patch
  perl-bit-vector/repos/extra-i686/PKGBUILD
  perl-bit-vector/repos/extra-x86_64/Bit-Vector-destroy.patch
  perl-bit-vector/repos/extra-x86_64/PKGBUILD

---------------------------------------+
 /PKGBUILD                             |   62 ++++++++++++++++++++++++++++++++
 extra-i686/Bit-Vector-destroy.patch   |   27 -------------
 extra-i686/PKGBUILD                   |   43 ----------------------
 extra-x86_64/Bit-Vector-destroy.patch |   27 -------------
 extra-x86_64/PKGBUILD                 |   43 ----------------------
 5 files changed, 62 insertions(+), 140 deletions(-)

Deleted: extra-i686/Bit-Vector-destroy.patch
===================================================================
--- extra-i686/Bit-Vector-destroy.patch	2013-07-12 02:57:15 UTC (rev 189970)
+++ extra-i686/Bit-Vector-destroy.patch	2013-07-12 02:57:43 UTC (rev 189971)
@@ -1,27 +0,0 @@
-From 0646f34fc3eeb47627822df860986cf7bee4ebed Mon Sep 17 00:00:00 2001
-From: Gisle Aas <gisle at activestate.com>
-Date: Thu, 28 Mar 2013 00:41:07 -0700
-Subject: [PATCH] eval { 1->method } triggers different error in 5.17.11
-
----
- t/02_____destroy.t |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/t/02_____destroy.t b/t/02_____destroy.t
-index 41e3aa3..adcf995 100644
---- a/t/02_____destroy.t
-+++ b/t/02_____destroy.t
-@@ -17,7 +17,9 @@ if (ref($set) eq '')
- {print "ok $n\n";} else {print "not ok $n\n";}
- $n++;
- eval { $set->DESTROY(); };
--if ($@ =~ /Can't call method "DESTROY" without a package or object reference/)
-+if ($@ =~ /Can't call method "DESTROY" without a package or object reference/ ||
-+    $@ =~ /Can't locate object method "DESTROY" via package "1"/
-+)
- {print "ok $n\n";} else {print "not ok $n\n";}
- $n++;
- eval { Bit::Vector::DESTROY($set); };
--- 
-1.7.0.5
-

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-07-12 02:57:15 UTC (rev 189970)
+++ extra-i686/PKGBUILD	2013-07-12 02:57:43 UTC (rev 189971)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-bit-vector
-_cpanname=Bit-Vector
-pkgver=7.2
-pkgrel=3
-pkgdesc='Efficient bit vector, set of integers and "big int" math library'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_cpanname}/"
-depends=('perl-carp-clan' 'perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/${_cpanname}-${pkgver}.tar.gz
-        Bit-Vector-destroy.patch)
-md5sums=('bc6ae34738b8f889290bf50099ff8aed'
-         'c86a55b84cb05dd04004ee8f56ee2ee3')
-
-prepare() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-
-  # https://rt.cpan.org/Public/Bug/Display.html?id=84250
-  patch -Np1 -i "${srcdir}/Bit-Vector-destroy.patch"
-}
-
-build() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-bit-vector/repos/extra-i686/PKGBUILD (from rev 189970, perl-bit-vector/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-07-12 02:57:43 UTC (rev 189971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=perl-bit-vector
+pkgver=7.3
+pkgrel=1
+pkgdesc='Efficient bit vector, set of integers and "big int" math library'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Bit-Vector/"
+depends=('perl-carp-clan' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
+md5sums=('684e63a93db1e0eda25a103258b39725')
+
+build() {
+  cd Bit-Vector-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Bit-Vector-$pkgver
+  make test
+}
+
+package() {
+  cd Bit-Vector-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/Bit-Vector-destroy.patch
===================================================================
--- extra-x86_64/Bit-Vector-destroy.patch	2013-07-12 02:57:15 UTC (rev 189970)
+++ extra-x86_64/Bit-Vector-destroy.patch	2013-07-12 02:57:43 UTC (rev 189971)
@@ -1,27 +0,0 @@
-From 0646f34fc3eeb47627822df860986cf7bee4ebed Mon Sep 17 00:00:00 2001
-From: Gisle Aas <gisle at activestate.com>
-Date: Thu, 28 Mar 2013 00:41:07 -0700
-Subject: [PATCH] eval { 1->method } triggers different error in 5.17.11
-
----
- t/02_____destroy.t |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/t/02_____destroy.t b/t/02_____destroy.t
-index 41e3aa3..adcf995 100644
---- a/t/02_____destroy.t
-+++ b/t/02_____destroy.t
-@@ -17,7 +17,9 @@ if (ref($set) eq '')
- {print "ok $n\n";} else {print "not ok $n\n";}
- $n++;
- eval { $set->DESTROY(); };
--if ($@ =~ /Can't call method "DESTROY" without a package or object reference/)
-+if ($@ =~ /Can't call method "DESTROY" without a package or object reference/ ||
-+    $@ =~ /Can't locate object method "DESTROY" via package "1"/
-+)
- {print "ok $n\n";} else {print "not ok $n\n";}
- $n++;
- eval { Bit::Vector::DESTROY($set); };
--- 
-1.7.0.5
-

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-07-12 02:57:15 UTC (rev 189970)
+++ extra-x86_64/PKGBUILD	2013-07-12 02:57:43 UTC (rev 189971)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-bit-vector
-_cpanname=Bit-Vector
-pkgver=7.2
-pkgrel=3
-pkgdesc='Efficient bit vector, set of integers and "big int" math library'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_cpanname}/"
-depends=('perl-carp-clan' 'perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/${_cpanname}-${pkgver}.tar.gz
-        Bit-Vector-destroy.patch)
-md5sums=('bc6ae34738b8f889290bf50099ff8aed'
-         'c86a55b84cb05dd04004ee8f56ee2ee3')
-
-prepare() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-
-  # https://rt.cpan.org/Public/Bug/Display.html?id=84250
-  patch -Np1 -i "${srcdir}/Bit-Vector-destroy.patch"
-}
-
-build() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_cpanname}-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-bit-vector/repos/extra-x86_64/PKGBUILD (from rev 189970, perl-bit-vector/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-07-12 02:57:43 UTC (rev 189971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=perl-bit-vector
+pkgver=7.3
+pkgrel=1
+pkgdesc='Efficient bit vector, set of integers and "big int" math library'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Bit-Vector/"
+depends=('perl-carp-clan' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
+md5sums=('684e63a93db1e0eda25a103258b39725')
+
+build() {
+  cd Bit-Vector-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Bit-Vector-$pkgver
+  make test
+}
+
+package() {
+  cd Bit-Vector-$pkgver
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list