[arch-commits] Commit in perl-unicode-string/repos (3 files)

Florian Pritz bluewind at archlinux.org
Sat Jun 2 10:28:34 UTC 2012


    Date: Saturday, June 2, 2012 @ 06:28:34
  Author: bluewind
Revision: 160563

db-move: moved perl-unicode-string from [testing] to [extra] (x86_64)

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-02 10:28:33 UTC (rev 160562)
+++ extra-x86_64/PKGBUILD	2012-06-02 10:28:34 UTC (rev 160563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: James Rayner <iphitus at gmail.com>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgname=perl-unicode-string
-_realname=Unicode-String
-pkgver=2.09
-pkgrel=6
-pkgdesc="String of Unicode characters for perl (UCS2/UTF16)"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('553e68e603723bf7c631f8701ab0d678')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # in stall module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-unicode-string/repos/extra-x86_64/PKGBUILD (from rev 160459, perl-unicode-string/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-02 10:28:34 UTC (rev 160563)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: James Rayner <iphitus at gmail.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-unicode-string
+_realname=Unicode-String
+pkgver=2.09
+pkgrel=7
+pkgdesc="String of Unicode characters for perl (UCS2/UTF16)"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('553e68e603723bf7c631f8701ab0d678')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # in stall module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list