[arch-commits] Commit in perl-text-wrapi18n/repos/community-any (PKGBUILD PKGBUILD)

Thorsten Töpper ttoepper at archlinux.org
Sun Jul 27 10:17:10 UTC 2014


    Date: Sunday, July 27, 2014 @ 12:17:09
  Author: ttoepper
Revision: 116419

archrelease: copy trunk to community-any

Added:
  perl-text-wrapi18n/repos/community-any/PKGBUILD
    (from rev 116418, perl-text-wrapi18n/trunk/PKGBUILD)
Deleted:
  perl-text-wrapi18n/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-27 10:17:06 UTC (rev 116418)
+++ PKGBUILD	2014-07-27 10:17:09 UTC (rev 116419)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 67415 2012-03-11 13:48:47Z cbrannon $
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-pkgname=perl-text-wrapi18n
-_realname=Text-WrapI18N
-pkgver=0.06
-pkgrel=5
-pkgdesc="Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl-text-charwidth')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz")
-md5sums=('0799c16a00926e6c18d400c2e2861d5f')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove perllocal.pod, .packlist, and empty dirs:
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
-}

Copied: perl-text-wrapi18n/repos/community-any/PKGBUILD (from rev 116418, perl-text-wrapi18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-27 10:17:09 UTC (rev 116419)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 67415 2012-03-11 13:48:47Z cbrannon $
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=perl-text-wrapi18n
+_realname=Text-WrapI18N
+pkgver=0.06
+pkgrel=6
+pkgdesc="Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl-text-charwidth')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz")
+md5sums=('0799c16a00926e6c18d400c2e2861d5f')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd  ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove perllocal.pod, .packlist, and empty dirs:
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name 'perllocal.pod' -delete
+}




More information about the arch-commits mailing list