[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 10:40:04
  Author: felixonmars
Revision: 389731

upgpkg: perl-digest-hmac 1.03-9: Perl 5.32 rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 10:39:21 UTC (rev 389730)
+++ PKGBUILD2020-06-21 10:40:04 UTC (rev 389731)
@@ -5,7 +5,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=8
+pkgrel=9
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 07:51:39
  Author: felixonmars
Revision: 386054

upgpkg: perl-digest-hmac 1.03-8: reproducibility rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 07:51:38 UTC (rev 386053)
+++ PKGBUILD2020-05-19 07:51:39 UTC (rev 386054)
@@ -5,7 +5,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=7
+pkgrel=8
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 09:22:32
  Author: foutrelis
Revision: 354077

Perl 5.30 rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 09:22:13 UTC (rev 354076)
+++ PKGBUILD2019-05-25 09:22:32 UTC (rev 354077)
@@ -5,7 +5,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=6
+pkgrel=7
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2019-05-20 Thread Antonio Rojas via arch-commits
Date: Monday, May 20, 2019 @ 20:49:05
  Author: arojas
Revision: 353684

https

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 20:48:44 UTC (rev 353683)
+++ PKGBUILD2019-05-20 20:49:05 UTC (rev 353684)
@@ -9,7 +9,7 @@
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/Digest-HMAC/";
+url="https://search.cpan.org/dist/Digest-HMAC/";
 depends=('perl-digest-sha1' 'perl')
 options=(!emptydirs)
 source=("https://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-$pkgver.tar.gz";)


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2018-11-08 Thread Felix Yan via arch-commits
Date: Thursday, November 8, 2018 @ 13:20:17
  Author: felixonmars
Revision: 338384

update source and format

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 13:18:55 UTC (rev 338383)
+++ PKGBUILD2018-11-08 13:20:17 UTC (rev 338384)
@@ -9,29 +9,26 @@
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-digest-sha1' 'perl>=5.10.0')
+url="http://search.cpan.org/dist/Digest-HMAC/";
+depends=('perl-digest-sha1' 'perl')
 options=(!emptydirs)
-replaces=('digest-hmac')
-provides=('digest-hmac')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+source=("https://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-$pkgver.tar.gz";)
 md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
+  cd Digest-HMAC-$pkgver
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd Digest-HMAC-$pkgver
   make test
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd Digest-HMAC-$pkgver
+  make install DESTDIR="$pkgdir"
 }
 
 # vim: ts=2 sw=2 et ft=sh


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2018-08-01 Thread Florian Pritz via arch-commits
Date: Wednesday, August 1, 2018 @ 09:19:03
  Author: bluewind
Revision: 330040

Perl 5.28 rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 09:18:53 UTC (rev 330039)
+++ PKGBUILD2018-08-01 09:19:03 UTC (rev 330040)
@@ -6,7 +6,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=5
+pkgrel=6
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 13:34:31
  Author: foutrelis
Revision: 303929

Perl versioned binary modules rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 13:34:17 UTC (rev 303928)
+++ PKGBUILD2017-08-26 13:34:31 UTC (rev 303929)
@@ -6,7 +6,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 11:21:46
  Author: foutrelis
Revision: 297218

Perl 5.26 rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 11:20:45 UTC (rev 297217)
+++ PKGBUILD2017-06-01 11:21:46 UTC (rev 297218)
@@ -6,7 +6,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=3
+pkgrel=4
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:02:38
  Author: fyan
Revision: 215597

upgpkg: perl-digest-hmac 1.03-3

mtree rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:01:22 UTC (rev 215596)
+++ PKGBUILD2014-06-30 04:02:38 UTC (rev 215597)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Contributor: kevin 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 06:57:33
  Author: allan
Revision: 150516

upgpkg: perl-digest-hmac 1.03-2

signing rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:57:15 UTC (rev 150515)
+++ PKGBUILD2012-02-18 11:57:33 UTC (rev 150516)
@@ -5,7 +5,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')
@@ -22,7 +22,6 @@
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
-  #make test
 }
 
 check() {
@@ -32,12 +31,7 @@
 
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
-
   make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }
 
 # vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2011-10-26 Thread Kevin Piché
Date: Wednesday, October 26, 2011 @ 22:43:52
  Author: kevin
Revision: 141233

upgpkg: perl-digest-hmac 1.03-1

Updated to 1.03

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 02:34:59 UTC (rev 141232)
+++ PKGBUILD2011-10-27 02:43:52 UTC (rev 141233)
@@ -4,10 +4,10 @@
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
-pkgver=1.02
-pkgrel=2
+pkgver=1.03
+pkgrel=1
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=(any)
+arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl-digest-sha1' 'perl>=5.10.0')
@@ -15,13 +15,18 @@
 replaces=('digest-hmac')
 provides=('digest-hmac')
 source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('64c4b247d83cd64ec32aa22bf58a709b')
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
+  #make test
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
@@ -34,4 +39,5 @@
   find ${pkgdir} -name perllocal.pod -delete
   find ${pkgdir} -name .packlist -delete
 }
+
 # vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2010-11-23 Thread Kevin Piché
Date: Tuesday, November 23, 2010 @ 21:20:04
  Author: kevin
Revision: 100549

upgpkg: perl-digest-hmac 1.02-2
Rebuilt for perl 5.12.2 and changed arch to any

Modified:
  perl-digest-hmac/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-24 02:18:41 UTC (rev 100548)
+++ PKGBUILD2010-11-24 02:20:04 UTC (rev 100549)
@@ -1,13 +1,13 @@
 # $Id$
-# Maintainer: eric 
+# Maintainer: kevin 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.02
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=(i686 x86_64)
+arch=(any)
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl-digest-sha1' 'perl>=5.10.0')
@@ -18,14 +18,20 @@
 md5sums=('64c4b247d83cd64ec32aa22bf58a709b')
 
 build() {
-  cd ${startdir}/src/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
-  make  || return 1
-  make install DESTDIR=${startdir}/pkg || return 1
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
 
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
   # remove perllocal.pod and .packlist
-  find ${startdir}/pkg -name perllocal.pod -delete
-  find ${startdir}/pkg -name .packlist -delete
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
 }
 # vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2010-02-01 Thread Giovanni Scafora
Date: Monday, February 1, 2010 @ 14:37:19
  Author: giovanni
Revision: 66838

upgpkg: perl-digest-hmac 1.02-1
upstream release

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-01 19:31:51 UTC (rev 66837)
+++ PKGBUILD2010-02-01 19:37:19 UTC (rev 66838)
@@ -4,8 +4,8 @@
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
-pkgver=1.01
-pkgrel=3
+pkgver=1.02
+pkgrel=1
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=(i686 x86_64)
 license=('PerlArtistic')
@@ -15,7 +15,7 @@
 replaces=('digest-hmac')
 provides=('digest-hmac')
 source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('32dc54c765100c638b5d7f7ff4c5c626')
+md5sums=('64c4b247d83cd64ec32aa22bf58a709b')
 
 build() {
   cd ${startdir}/src/${_realname}-${pkgver}