[arch-commits] Commit in perl-text-wrapi18n/repos (2 files)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:14:21
  Author: felixonmars
Revision: 659626

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-text-wrapi18n/repos/community-staging-any/PKGBUILD (from rev 
659624, perl-text-wrapi18n/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-07 17:14:21 UTC (rev 659626)
@@ -0,0 +1,32 @@
+# Maintainer: Thorsten Töpper 
+# Contributor: Aaron Griffin 
+
+pkgname=perl-text-wrapi18n
+_realname=Text-WrapI18N
+pkgver=0.06
+pkgrel=9
+pkgdesc="Line wrapping module with support for multibyte, fullwidth, and 
combining characters and languages without whitespaces between words"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/${_realname}/;
+depends=('perl-text-charwidth')
+options=('!emptydirs')
+source=("https://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
+}


[arch-commits] Commit in perl-text-wrapi18n/repos (2 files)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 21:57:45
  Author: felixonmars
Revision: 404798

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-text-wrapi18n/repos/community-staging-any/PKGBUILD (from rev 
404796, perl-text-wrapi18n/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-11-09 21:57:45 UTC (rev 404798)
@@ -0,0 +1,32 @@
+# Maintainer: Thorsten Töpper 
+# Contributor: Aaron Griffin 
+
+pkgname=perl-text-wrapi18n
+_realname=Text-WrapI18N
+pkgver=0.06
+pkgrel=8
+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
+}


[arch-commits] Commit in perl-text-wrapi18n/repos (2 files)

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 11:59:01
  Author: foutrelis
Revision: 232216

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-text-wrapi18n/repos/community-staging-any/PKGBUILD (from rev 
232215, perl-text-wrapi18n/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-06-01 11:59:01 UTC (rev 232216)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 67415 2012-03-11 13:48:47Z cbrannon $
+# Maintainer: Thorsten Töpper 
+# Contributor: Aaron Griffin 
+
+pkgname=perl-text-wrapi18n
+_realname=Text-WrapI18N
+pkgver=0.06
+pkgrel=7
+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
+}


[arch-commits] Commit in perl-text-wrapi18n/repos (2 files)

2013-02-14 Thread Thorsten Töpper
Date: Thursday, February 14, 2013 @ 16:20:14
  Author: ttoepper
Revision: 84243

archrelease: copy trunk to community-any

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

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

Copied: perl-text-wrapi18n/repos/community-any/PKGBUILD (from rev 84242, 
perl-text-wrapi18n/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-02-14 15:20:14 UTC (rev 84243)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 67415 2012-03-11 13:48:47Z cbrannon $
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Aaron Griffin aa...@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
+}