Date: Tuesday, June 2, 2015 @ 19:52:35
  Author: spupykin
Revision: 134605

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-text-kakasi/repos/community-staging-i686/
  perl-text-kakasi/repos/community-staging-i686/ChangeLog
    (from rev 134604, perl-text-kakasi/trunk/ChangeLog)
  perl-text-kakasi/repos/community-staging-i686/PKGBUILD
    (from rev 134604, perl-text-kakasi/trunk/PKGBUILD)
  perl-text-kakasi/repos/community-staging-x86_64/
  perl-text-kakasi/repos/community-staging-x86_64/ChangeLog
    (from rev 134604, perl-text-kakasi/trunk/ChangeLog)
  perl-text-kakasi/repos/community-staging-x86_64/PKGBUILD
    (from rev 134604, perl-text-kakasi/trunk/PKGBUILD)

------------------------------------+
 community-staging-i686/ChangeLog   |    3 ++
 community-staging-i686/PKGBUILD    |   40 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |    3 ++
 community-staging-x86_64/PKGBUILD  |   40 +++++++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+)

Copied: perl-text-kakasi/repos/community-staging-i686/ChangeLog (from rev 
134604, perl-text-kakasi/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog                            (rev 0)
+++ community-staging-i686/ChangeLog    2015-06-02 17:52:35 UTC (rev 134605)
@@ -0,0 +1,3 @@
+2008-10-27  Allan McRae <[email protected]>
+       * perl-text-kakasi 2.04-4 
+       * fixed typo in depends

Copied: perl-text-kakasi/repos/community-staging-i686/PKGBUILD (from rev 
134604, perl-text-kakasi/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-06-02 17:52:35 UTC (rev 134605)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Allan McRae <[email protected]>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-text-kakasi
+pkgver=2.04
+pkgrel=12
+pkgdesc="Perl frontend to kakasi"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Text-Kakasi";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'kakasi')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DA/DANKOGAI/Text-Kakasi-${pkgver}.tar.gz";)
+md5sums=('5a9e381cb93edfd707124a63c60f96b1')
+
+build() {
+  cd  Text-Kakasi-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  Text-Kakasi-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  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-text-kakasi/repos/community-staging-x86_64/ChangeLog (from rev 
134604, perl-text-kakasi/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog                          (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-06-02 17:52:35 UTC (rev 134605)
@@ -0,0 +1,3 @@
+2008-10-27  Allan McRae <[email protected]>
+       * perl-text-kakasi 2.04-4 
+       * fixed typo in depends

Copied: perl-text-kakasi/repos/community-staging-x86_64/PKGBUILD (from rev 
134604, perl-text-kakasi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-02 17:52:35 UTC (rev 134605)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Allan McRae <[email protected]>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-text-kakasi
+pkgver=2.04
+pkgrel=12
+pkgdesc="Perl frontend to kakasi"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Text-Kakasi";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'kakasi')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DA/DANKOGAI/Text-Kakasi-${pkgver}.tar.gz";)
+md5sums=('5a9e381cb93edfd707124a63c60f96b1')
+
+build() {
+  cd  Text-Kakasi-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  Text-Kakasi-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  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;
+}

Reply via email to