[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 10:39:55
  Author: foutrelis
Revision: 649074

upgpkg: perl-yaml-tiny 1.73-4: Perl 5.32 rebuild

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 10:39:53 UTC (rev 649073)
+++ PKGBUILD2020-06-21 10:39:55 UTC (rev 649074)
@@ -4,7 +4,7 @@
 
 pkgname=perl-yaml-tiny
 pkgver=1.73
-pkgrel=3
+pkgrel=4
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

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

https

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-14 22:14:24 UTC (rev 481573)
+++ PKGBUILD2019-06-14 22:14:59 UTC (rev 481574)
@@ -11,8 +11,8 @@
 options=('!emptydirs')
 depends=('perl')
 checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
-url='http://search.cpan.org/dist/YAML-Tiny'
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
+url='https://search.cpan.org/dist/YAML-Tiny'
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
 
sha512sums=('5999e220025aa8076e5e0e9e73e80c2da21660e77f6744d73e8e29962221d02d33a36e9829c44abf7d4f45abae069d8e121c8019bd1600b7e64db5e54efd9987')
 
 build() {


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 09:29:06
  Author: foutrelis
Revision: 470160

Perl 5.30 rebuild

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 09:28:53 UTC (rev 470159)
+++ PKGBUILD2019-05-25 09:29:06 UTC (rev 470160)
@@ -4,7 +4,7 @@
 
 pkgname=perl-yaml-tiny
 pkgver=1.73
-pkgrel=2
+pkgrel=3
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 09:23:19
  Author: foutrelis
Revision: 366407

Perl 5.28 rebuild

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 09:23:12 UTC (rev 366406)
+++ PKGBUILD2018-08-01 09:23:19 UTC (rev 366407)
@@ -5,7 +5,7 @@
 
 pkgname=perl-yaml-tiny
 pkgver=1.73
-pkgrel=1
+pkgrel=2
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2018-02-22 Thread Felix Yan via arch-commits
Date: Thursday, February 22, 2018 @ 09:44:22
  Author: felixonmars
Revision: 297036

upgpkg: perl-yaml-tiny 1.73-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-22 09:43:44 UTC (rev 297035)
+++ PKGBUILD2018-02-22 09:44:22 UTC (rev 297036)
@@ -4,8 +4,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.70
-pkgrel=3
+pkgver=1.73
+pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -14,7 +14,7 @@
 checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('a475714e8d512aafc410ca4d7a117aa2')
+sha512sums=('5999e220025aa8076e5e0e9e73e80c2da21660e77f6744d73e8e29962221d02d33a36e9829c44abf7d4f45abae069d8e121c8019bd1600b7e64db5e54efd9987')
 
 build() {
   cd "${srcdir}/YAML-Tiny-${pkgver}"


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 13:39:07
  Author: foutrelis
Revision: 254012

Perl versioned binary modules rebuild

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 13:38:52 UTC (rev 254011)
+++ PKGBUILD2017-08-26 13:39:07 UTC (rev 254012)
@@ -5,7 +5,7 @@
 
 pkgname=perl-yaml-tiny
 pkgver=1.70
-pkgrel=2
+pkgrel=3
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2017-06-01 Thread Florian Pritz
Date: Thursday, June 1, 2017 @ 17:51:44
  Author: bluewind
Revision: 232460

Perl 5.26 rebuild

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 17:51:23 UTC (rev 232459)
+++ PKGBUILD2017-06-01 17:51:44 UTC (rev 232460)
@@ -5,7 +5,7 @@
 
 pkgname=perl-yaml-tiny
 pkgver=1.70
-pkgrel=1
+pkgrel=2
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:08:25
  Author: felixonmars
Revision: 208402

upgpkg: perl-yaml-tiny 1.70-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 16:08:11 UTC (rev 208401)
+++ PKGBUILD2017-01-22 16:08:25 UTC (rev 208402)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.69
+pkgver=1.70
 pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('7deacd0ee428038407ccc5cd0b50f66f')
+md5sums=('a475714e8d512aafc410ca4d7a117aa2')
 
 build() {
   cd "${srcdir}/YAML-Tiny-${pkgver}"


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2015-07-26 Thread Felix Yan
Date: Monday, July 27, 2015 @ 05:26:36
  Author: fyan
Revision: 137471

upgpkg: perl-yaml-tiny 1.69-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 01:11:50 UTC (rev 137470)
+++ PKGBUILD2015-07-27 03:26:36 UTC (rev 137471)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.67
+pkgver=1.69
 pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
@@ -11,10 +11,10 @@
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl')
-checkdepends=('perl-cpan-meta>=2.150001')
+checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('61e0abcfb2ae5e86a74887967b372922')
+md5sums=('7deacd0ee428038407ccc5cd0b50f66f')
 
 build() {
   cd "${srcdir}/YAML-Tiny-${pkgver}"


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2015-05-11 Thread Felix Yan
Date: Tuesday, May 12, 2015 @ 04:53:24
  Author: fyan
Revision: 133278

upgpkg: perl-yaml-tiny 1.67-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 02:43:30 UTC (rev 133277)
+++ PKGBUILD2015-05-12 02:53:24 UTC (rev 133278)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.66
+pkgver=1.67
 pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-cpan-meta>=2.150001')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('1222e6ddfcd088dcd7cd2bed0008ddc0')
+md5sums=('61e0abcfb2ae5e86a74887967b372922')
 
 build() {
   cd "${srcdir}/YAML-Tiny-${pkgver}"


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2015-03-16 Thread Felix Yan
Date: Tuesday, March 17, 2015 @ 06:27:41
  Author: fyan
Revision: 129394

upgpkg: perl-yaml-tiny 1.66-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 00:20:09 UTC (rev 129393)
+++ PKGBUILD2015-03-17 05:27:41 UTC (rev 129394)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.65
+pkgver=1.66
 pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
@@ -11,27 +11,25 @@
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl')
-makedepends=('perl-module-build-tiny' 'perl-test-harness')
+checkdepends=('perl-cpan-meta>=2.150001')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('7a201d492e2cb2044df5548bd9a73773')
+md5sums=('1222e6ddfcd088dcd7cd2bed0008ddc0')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
 
-cd "${srcdir}/YAML-Tiny-${pkgver}"
-/usr/bin/perl Build.PL
-./Build
-  )
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
 }
 
+check() {
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
+  make test
+}
+
 package() {
   cd "${srcdir}/YAML-Tiny-${pkgver}"
-  ./Build install
+  make install DESTDIR="${pkgdir}"
   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 }
 


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2015-03-14 Thread Felix Yan
Date: Saturday, March 14, 2015 @ 14:29:37
  Author: fyan
Revision: 129246

upgpkg: perl-yaml-tiny 1.65-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-14 13:20:27 UTC (rev 129245)
+++ PKGBUILD2015-03-14 13:29:37 UTC (rev 129246)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.64
+pkgver=1.65
 pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('perl-module-build-tiny' 'perl-test-harness')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('5e55c51b46c918ed76b43d29ac4e47b4')
+md5sums=('7a201d492e2cb2044df5548bd9a73773')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2014-10-08 Thread Felix Yan
Date: Wednesday, October 8, 2014 @ 15:34:20
  Author: fyan
Revision: 120394

upgpkg: perl-yaml-tiny 1.64-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-08 11:12:11 UTC (rev 120393)
+++ PKGBUILD2014-10-08 13:34:20 UTC (rev 120394)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: AUR Perl 
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.63
+pkgver=1.64
 pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('perl-module-build-tiny' 'perl-test-harness')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('10835140182ff9a893e8cfc09837cb3e')
+md5sums=('5e55c51b46c918ed76b43d29ac4e47b4')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -35,8 +35,4 @@
   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:


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2014-07-31 Thread Felix Yan
Date: Friday, August 1, 2014 @ 07:45:41
  Author: fyan
Revision: 116669

upgpkg: perl-yaml-tiny 1.63-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 05:44:43 UTC (rev 116668)
+++ PKGBUILD2014-08-01 05:45:41 UTC (rev 116669)
@@ -4,8 +4,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.62
-pkgrel=2
+pkgver=1.63
+pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -14,7 +14,7 @@
 makedepends=('perl-module-build-tiny' 'perl-test-harness')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('1308d3244d1b27088b4c101bf9705e9d')
+md5sums=('10835140182ff9a893e8cfc09837cb3e')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \