[arch-commits] Commit in perl-text-iconv/repos (3 files)

2012-06-02 Thread Florian Pritz
Date: Saturday, June 2, 2012 @ 06:28:22
  Author: bluewind
Revision: 160556

db-move: moved perl-text-iconv from [testing] to [extra] (i686)

Added:
  perl-text-iconv/repos/extra-i686/PKGBUILD
(from rev 160459, perl-text-iconv/repos/testing-i686/PKGBUILD)
Deleted:
  perl-text-iconv/repos/extra-i686/PKGBUILD
  perl-text-iconv/repos/testing-i686/

--+
 PKGBUILD |   60 
 1 file changed, 32 insertions(+), 28 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-02 10:28:20 UTC (rev 160555)
+++ extra-i686/PKGBUILD 2012-06-02 10:28:22 UTC (rev 160556)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Francois Charette 
-
-pkgname=perl-text-iconv
-_realname=Text-Iconv
-pkgver=1.7
-pkgrel=6
-pkgdesc="Interface to iconv codeset conversion"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/${_realname}/";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
-md5sums=('81b26e069eaebb084e91ea3c009b67ae')
-
-build() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-text-iconv/repos/extra-i686/PKGBUILD (from rev 160459, 
perl-text-iconv/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-02 10:28:22 UTC (rev 160556)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=7
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-text-iconv/repos (3 files)

2012-06-02 Thread Florian Pritz
Date: Saturday, June 2, 2012 @ 06:28:23
  Author: bluewind
Revision: 160557

db-move: moved perl-text-iconv from [testing] to [extra] (x86_64)

Added:
  perl-text-iconv/repos/extra-x86_64/PKGBUILD
(from rev 160459, perl-text-iconv/repos/testing-x86_64/PKGBUILD)
Deleted:
  perl-text-iconv/repos/extra-x86_64/PKGBUILD
  perl-text-iconv/repos/testing-x86_64/

--+
 PKGBUILD |   60 
 1 file changed, 32 insertions(+), 28 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-02 10:28:22 UTC (rev 160556)
+++ extra-x86_64/PKGBUILD   2012-06-02 10:28:23 UTC (rev 160557)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Francois Charette 
-
-pkgname=perl-text-iconv
-_realname=Text-Iconv
-pkgver=1.7
-pkgrel=6
-pkgdesc="Interface to iconv codeset conversion"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/${_realname}/";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
-md5sums=('81b26e069eaebb084e91ea3c009b67ae')
-
-build() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-text-iconv/repos/extra-x86_64/PKGBUILD (from rev 160459, 
perl-text-iconv/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-02 10:28:23 UTC (rev 160557)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=7
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-text-iconv/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:56
  Author: bluewind
Revision: 159917

db-move: moved perl-text-iconv from [staging] to [testing] (x86_64)

Added:
  perl-text-iconv/repos/testing-x86_64/
  perl-text-iconv/repos/testing-x86_64/PKGBUILD
(from rev 159819, perl-text-iconv/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-text-iconv/repos/staging-x86_64/

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: perl-text-iconv/repos/testing-x86_64/PKGBUILD (from rev 159819, 
perl-text-iconv/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:43:56 UTC (rev 159917)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=7
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-text-iconv/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:43:54
  Author: bluewind
Revision: 159916

db-move: moved perl-text-iconv from [staging] to [testing] (i686)

Added:
  perl-text-iconv/repos/testing-i686/
  perl-text-iconv/repos/testing-i686/PKGBUILD
(from rev 159819, perl-text-iconv/repos/staging-i686/PKGBUILD)
Deleted:
  perl-text-iconv/repos/staging-i686/

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: perl-text-iconv/repos/testing-i686/PKGBUILD (from rev 159819, 
perl-text-iconv/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:43:54 UTC (rev 159916)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=7
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}