[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 16:05:50
  Author: felixonmars
Revision: 389886

upgpkg: perl-perl4-corelibs 0.004-6: Perl 5.32 rebuild

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:04:51 UTC (rev 389885)
+++ PKGBUILD2020-06-21 16:05:50 UTC (rev 389886)
@@ -2,7 +2,7 @@
 
 pkgname=perl-perl4-corelibs
 pkgver=0.004
-pkgrel=5
+pkgrel=6
 pkgdesc="Libraries historically supplied with Perl 4"
 arch=('any')
 url="https://metacpan.org/release/Perl4-CoreLibs;


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2020-05-30 Thread Allan McRae via arch-commits
Date: Sunday, May 31, 2020 @ 01:16:01
  Author: allan
Revision: 387942

upgpkg: perl-perl4-corelibs 0.004-5: fix ftbfs, make package reproducible

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-31 01:02:41 UTC (rev 387941)
+++ PKGBUILD2020-05-31 01:16:01 UTC (rev 387942)
@@ -2,7 +2,7 @@
 
 pkgname=perl-perl4-corelibs
 pkgver=0.004
-pkgrel=4
+pkgrel=5
 pkgdesc="Libraries historically supplied with Perl 4"
 arch=('any')
 url="https://metacpan.org/release/Perl4-CoreLibs;
@@ -13,6 +13,14 @@
 
source=("https://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz;)
 
sha512sums=('71083f1640e95559ee4bc5a7f1bbe6beacec048a073e211ab7f6ee4de26463f6ae3d87e99e00a41ea8f2f93a5e96367bafe907ef3367e400de35123c22eb7b88')
 
+prepare() {
+  cd Perl4-CoreLibs-$pkgver
+
+  # issue in testsuite - delay issue until 2040...
+  # https://rt.cpan.org/Public/Bug/Display.html?id=131341
+  sed -i "s#< 70#< 90#" t/timelocal.t
+}
+
 build() {
   cd Perl4-CoreLibs-$pkgver
   perl Build.PL


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2019-09-15 Thread Antonio Rojas via arch-commits
Date: Sunday, September 15, 2019 @ 14:09:57
  Author: arojas
Revision: 362909

https

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-15 14:09:38 UTC (rev 362908)
+++ PKGBUILD2019-09-15 14:09:57 UTC (rev 362909)
@@ -10,7 +10,7 @@
 depends=('perl')
 makedepends=('perl-module-build')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz;)
 
sha512sums=('71083f1640e95559ee4bc5a7f1bbe6beacec048a073e211ab7f6ee4de26463f6ae3d87e99e00a41ea8f2f93a5e96367bafe907ef3367e400de35123c22eb7b88')
 
 build() {


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:49:42
  Author: foutrelis
Revision: 354251

Perl 5.30 rebuild

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:49:35 UTC (rev 354250)
+++ PKGBUILD2019-05-25 11:49:42 UTC (rev 354251)
@@ -2,7 +2,7 @@
 
 pkgname=perl-perl4-corelibs
 pkgver=0.004
-pkgrel=3
+pkgrel=4
 pkgdesc="Libraries historically supplied with Perl 4"
 arch=('any')
 url="https://metacpan.org/release/Perl4-CoreLibs;


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 12:12:28
  Author: foutrelis
Revision: 330218

Perl 5.28 rebuild

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 12:08:38 UTC (rev 330217)
+++ PKGBUILD2018-08-01 12:12:28 UTC (rev 330218)
@@ -3,7 +3,7 @@
 
 pkgname=perl-perl4-corelibs
 pkgver=0.004
-pkgrel=2
+pkgrel=3
 pkgdesc="Libraries historically supplied with Perl 4"
 arch=('any')
 url="https://metacpan.org/release/Perl4-CoreLibs;


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2017-08-26 Thread Felix Yan
Date: Saturday, August 26, 2017 @ 17:42:11
  Author: felixonmars
Revision: 304046

Perl versioned binary modules rebuild

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 17:42:06 UTC (rev 304045)
+++ PKGBUILD2017-08-26 17:42:11 UTC (rev 304046)
@@ -3,7 +3,7 @@
 
 pkgname=perl-perl4-corelibs
 pkgver=0.004
-pkgrel=1
+pkgrel=2
 pkgdesc="Libraries historically supplied with Perl 4"
 arch=('any')
 url="https://metacpan.org/release/Perl4-CoreLibs;


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2017-07-30 Thread Felix Yan
Date: Sunday, July 30, 2017 @ 15:21:15
  Author: felixonmars
Revision: 301423

upgpkg: perl-perl4-corelibs 0.004-1

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-30 15:16:05 UTC (rev 301422)
+++ PKGBUILD2017-07-30 15:21:15 UTC (rev 301423)
@@ -2,8 +2,8 @@
 # Maintainer: 
 
 pkgname=perl-perl4-corelibs
-pkgver=0.003
-pkgrel=3
+pkgver=0.004
+pkgrel=1
 pkgdesc="Libraries historically supplied with Perl 4"
 arch=('any')
 url="https://metacpan.org/release/Perl4-CoreLibs;
@@ -12,7 +12,7 @@
 makedepends=('perl-module-build')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz;)
-sha1sums=('ad4c5a9fa8da4f461dc774e5c53136a55413ef2f')
+sha512sums=('71083f1640e95559ee4bc5a7f1bbe6beacec048a073e211ab7f6ee4de26463f6ae3d87e99e00a41ea8f2f93a5e96367bafe907ef3367e400de35123c22eb7b88')
 
 build() {
   cd Perl4-CoreLibs-$pkgver


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 09:59:06
  Author: felixonmars
Revision: 297190

Perl 5.26 rebuild

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 09:57:57 UTC (rev 297189)
+++ PKGBUILD2017-06-01 09:59:06 UTC (rev 297190)
@@ -3,7 +3,7 @@
 
 pkgname=perl-perl4-corelibs
 pkgver=0.003
-pkgrel=2
+pkgrel=3
 pkgdesc="Libraries historically supplied with Perl 4"
 arch=('any')
 url="https://metacpan.org/release/Perl4-CoreLibs;


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 09:55:13
  Author: foutrelis
Revision: 297186

Add missing build dep on perl-module-build

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 09:54:28 UTC (rev 297185)
+++ PKGBUILD2017-06-01 09:55:13 UTC (rev 297186)
@@ -9,6 +9,7 @@
 url="https://metacpan.org/release/Perl4-CoreLibs;
 license=('PerlArtistic' 'GPL')
 depends=('perl')
+makedepends=('perl-module-build')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz;)
 sha1sums=('ad4c5a9fa8da4f461dc774e5c53136a55413ef2f')


[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2013-08-12 Thread Eric BĂ©langer
Date: Monday, August 12, 2013 @ 20:13:13
  Author: eric
Revision: 192466

upgpkg: perl-perl4-corelibs 0.003-2

Clean up PKGBUILD (close FS#36500)

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

--+
 PKGBUILD |   56 +++-
 1 file changed, 19 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 16:37:31 UTC (rev 192465)
+++ PKGBUILD2013-08-12 18:13:13 UTC (rev 192466)
@@ -1,48 +1,30 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
 # $Id$
+# Maintainer: 
 
 pkgname=perl-perl4-corelibs
 pkgver=0.003
-pkgrel=1
-pkgdesc='libraries historically supplied with Perl 4'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.006')
-url=https://metacpan.org/release/Perl4-CoreLibs
+pkgrel=2
+pkgdesc=Libraries historically supplied with Perl 4
+arch=('any')
+url=https://metacpan.org/release/Perl4-CoreLibs;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz;)
-md5sums=(f74747c234470a087871f564a5f5db15)
-sha512sums=(213d5539ed79b73ab9613ac6ce384f04726df27379f4727a710d48fed2abbc88364ce90ec5819a8b6133ea66f223c68bd0b988ba2fdebcb9efdeee07ec5f4d17)
-_dir=$srcdir/Perl4-CoreLibs-$pkgver
+sha1sums=('ad4c5a9fa8da4f461dc774e5c53136a55413ef2f')
 
-build()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
+build() {
+  cd Perl4-CoreLibs-$pkgver
+  perl Build.PL
   ./Build
-)
+}
 
-check()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
+check() {
+  cd Perl4-CoreLibs-$pkgver
   ./Build test
-)
+}
 
-package()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
+package() {
+  cd Perl4-CoreLibs-$pkgver
   ./Build install installdirs=vendor destdir=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+}