[arch-commits] Commit in perl-text-kakasi/repos (10 files)

Florian Pritz bluewind at archlinux.org
Sun Jun 5 11:30:15 UTC 2016


    Date: Sunday, June 5, 2016 @ 13:30:14
  Author: bluewind
Revision: 177956

db-move: moved perl-text-kakasi from [community-testing] to [community] (i686, x86_64)

Added:
  perl-text-kakasi/repos/community-i686/ChangeLog
    (from rev 177955, perl-text-kakasi/repos/community-testing-i686/ChangeLog)
  perl-text-kakasi/repos/community-i686/PKGBUILD
    (from rev 177955, perl-text-kakasi/repos/community-testing-i686/PKGBUILD)
  perl-text-kakasi/repos/community-x86_64/ChangeLog
    (from rev 177955, perl-text-kakasi/repos/community-testing-x86_64/ChangeLog)
  perl-text-kakasi/repos/community-x86_64/PKGBUILD
    (from rev 177955, perl-text-kakasi/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  perl-text-kakasi/repos/community-i686/ChangeLog
  perl-text-kakasi/repos/community-i686/PKGBUILD
  perl-text-kakasi/repos/community-testing-i686/
  perl-text-kakasi/repos/community-testing-x86_64/
  perl-text-kakasi/repos/community-x86_64/ChangeLog
  perl-text-kakasi/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    6 +++
 /PKGBUILD                  |   80 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    3 -
 community-i686/PKGBUILD    |   40 ---------------------
 community-x86_64/ChangeLog |    3 -
 community-x86_64/PKGBUILD  |   40 ---------------------
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2016-06-05 11:30:10 UTC (rev 177955)
+++ community-i686/ChangeLog	2016-06-05 11:30:14 UTC (rev 177956)
@@ -1,3 +0,0 @@
-2008-10-27  Allan McRae <allan at archlinux.org>
-	* perl-text-kakasi 2.04-4 
-	* fixed typo in depends

Copied: perl-text-kakasi/repos/community-i686/ChangeLog (from rev 177955, perl-text-kakasi/repos/community-testing-i686/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2016-06-05 11:30:14 UTC (rev 177956)
@@ -0,0 +1,3 @@
+2008-10-27  Allan McRae <allan at archlinux.org>
+	* perl-text-kakasi 2.04-4 
+	* fixed typo in depends

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-05 11:30:10 UTC (rev 177955)
+++ community-i686/PKGBUILD	2016-06-05 11:30:14 UTC (rev 177956)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Allan McRae <mcrae_allan at hotmail.com>
-# 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-i686/PKGBUILD (from rev 177955, perl-text-kakasi/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-05 11:30:14 UTC (rev 177956)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-text-kakasi
+pkgver=2.04
+pkgrel=13
+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;
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2016-06-05 11:30:10 UTC (rev 177955)
+++ community-x86_64/ChangeLog	2016-06-05 11:30:14 UTC (rev 177956)
@@ -1,3 +0,0 @@
-2008-10-27  Allan McRae <allan at archlinux.org>
-	* perl-text-kakasi 2.04-4 
-	* fixed typo in depends

Copied: perl-text-kakasi/repos/community-x86_64/ChangeLog (from rev 177955, perl-text-kakasi/repos/community-testing-x86_64/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2016-06-05 11:30:14 UTC (rev 177956)
@@ -0,0 +1,3 @@
+2008-10-27  Allan McRae <allan at archlinux.org>
+	* perl-text-kakasi 2.04-4 
+	* fixed typo in depends

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-05 11:30:10 UTC (rev 177955)
+++ community-x86_64/PKGBUILD	2016-06-05 11:30:14 UTC (rev 177956)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Allan McRae <mcrae_allan at hotmail.com>
-# 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-x86_64/PKGBUILD (from rev 177955, perl-text-kakasi/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-05 11:30:14 UTC (rev 177956)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-text-kakasi
+pkgver=2.04
+pkgrel=13
+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;
+}



More information about the arch-commits mailing list