[arch-commits] Commit in perl-text-wrapi18n/trunk (PKGBUILD)

2020-08-28 Thread Frederik Schwan via arch-commits
Date: Friday, August 28, 2020 @ 12:53:09
  Author: freswa
Revision: 690792

fix unquoted variables

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 12:53:03 UTC (rev 690791)
+++ PKGBUILD2020-08-28 12:53:09 UTC (rev 690792)
@@ -15,7 +15,7 @@
 md5sums=('0799c16a00926e6c18d400c2e2861d5f')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd ${_realname}-${pkgver}
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
@@ -23,10 +23,10 @@
 }
 
 package() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd  ${_realname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 
   # remove perllocal.pod, .packlist, and empty dirs:
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name 'perllocal.pod' -delete
 }


[arch-commits] Commit in perl-text-wrapi18n/trunk (PKGBUILD)

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

upgpkg: perl-text-wrapi18n 0.06-9: reproducibility rebuild

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:14:09 UTC (rev 659623)
+++ PKGBUILD2020-07-07 17:14:13 UTC (rev 659624)
@@ -4,7 +4,7 @@
 pkgname=perl-text-wrapi18n
 _realname=Text-WrapI18N
 pkgver=0.06
-pkgrel=8
+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')


[arch-commits] Commit in perl-text-wrapi18n/trunk (PKGBUILD)

2019-06-14 Thread Antonio Rojas via arch-commits
Date: Friday, June 14, 2019 @ 22:13:25
  Author: arojas
Revision: 481571

https

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-14 22:12:52 UTC (rev 481570)
+++ PKGBUILD2019-06-14 22:13:25 UTC (rev 481571)
@@ -8,10 +8,10 @@
 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}/";
+url="https://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";)
+source=("https://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz";)
 md5sums=('0799c16a00926e6c18d400c2e2861d5f')
 
 build() {


[arch-commits] Commit in perl-text-wrapi18n/trunk (PKGBUILD)

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

PIE/BUILDINFO rebuild

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 21:57:28 UTC (rev 404795)
+++ PKGBUILD2018-11-09 21:57:30 UTC (rev 404796)
@@ -4,7 +4,7 @@
 pkgname=perl-text-wrapi18n
 _realname=Text-WrapI18N
 pkgver=0.06
-pkgrel=7
+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')


[arch-commits] Commit in perl-text-wrapi18n/trunk (PKGBUILD)

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 11:58:54
  Author: foutrelis
Revision: 232215

Perl 5.26 rebuild

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 11:58:53 UTC (rev 232214)
+++ PKGBUILD2017-06-01 11:58:54 UTC (rev 232215)
@@ -5,7 +5,7 @@
 pkgname=perl-text-wrapi18n
 _realname=Text-WrapI18N
 pkgver=0.06
-pkgrel=6
+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')


[arch-commits] Commit in perl-text-wrapi18n/trunk (PKGBUILD)

2014-07-27 Thread Thorsten Töpper
Date: Sunday, July 27, 2014 @ 12:17:06
  Author: ttoepper
Revision: 116418

upgpkg: perl-text-wrapi18n 0.06-6 - mtree rebuild

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-27 10:14:25 UTC (rev 116417)
+++ PKGBUILD2014-07-27 10:17:06 UTC (rev 116418)
@@ -5,7 +5,7 @@
 pkgname=perl-text-wrapi18n
 _realname=Text-WrapI18N
 pkgver=0.06
-pkgrel=5
+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')



[arch-commits] Commit in perl-text-wrapi18n/trunk (PKGBUILD)

2010-11-26 Thread Kevin Piché
Date: Friday, November 26, 2010 @ 16:21:55
  Author: kevin
Revision: 100955

upgpkg: perl-text-wrapi18n 0.06-4
Rebuilt for perl 5.12.2 and changed arch to any

Modified:
  perl-text-wrapi18n/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-26 21:16:52 UTC (rev 100954)
+++ PKGBUILD2010-11-26 21:21:55 UTC (rev 100955)
@@ -4,25 +4,30 @@
 pkgname=perl-text-wrapi18n
 _realname=Text-WrapI18N
 pkgver=0.06
-pkgrel=3
+pkgrel=4
 pkgdesc="Line wrapping module with support for multibyte, fullwidth, and 
combining characters and languages without whitespaces between words"
-arch=(i686 x86_64)
+arch=('any')
 license=('GPL' 'PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
+depends=('perl-text-charwidth' 'perl>=5.10.0')
 
source=(http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz)
 options=(!emptydirs)
 md5sums=('0799c16a00926e6c18d400c2e2861d5f')
 
 build()
 {
-  cd  $startdir/src/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
-  /usr/bin/perl Makefile.PL INSTALLDIRS=vendor || return 1
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=${startdir}/pkg install
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
 
+package() {
+  cd  ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
   # remove perllocal.pod, .packlist, and empty dirs:
-  /usr/bin/find ${startdir}/pkg -name '.packlist' -delete
-  /usr/bin/find ${startdir}/pkg -name 'perllocal.pod' -delete
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name 'perllocal.pod' -delete
 }