[arch-commits] Commit in perl-mail-authenticationresults/repos/extra-any (2 files)

Florian Pritz bluewind at archlinux.org
Sun Aug 30 12:57:59 UTC 2020


    Date: Sunday, August 30, 2020 @ 12:57:59
  Author: bluewind
Revision: 394992

archrelease: copy trunk to extra-any

Added:
  perl-mail-authenticationresults/repos/extra-any/PKGBUILD
    (from rev 394991, perl-mail-authenticationresults/trunk/PKGBUILD)
Deleted:
  perl-mail-authenticationresults/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 12:57:56 UTC (rev 394991)
+++ PKGBUILD	2020-08-30 12:57:59 UTC (rev 394992)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-mail-authenticationresults
-pkgver=1.20200108
-pkgrel=3
-pkgdesc='Object Oriented Authentication-Results Headers'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8' perl-json)
-checkdepends=(perl-test-exception)
-url=https://metacpan.org/release/Mail-AuthenticationResults
-source=("https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz")
-md5sums=(abaeb413bcb050a81cc9b6e8a7e19ee6)
-sha512sums=(a76132864fc74a85f63142aa14f098d34bfc7be81c8b2fda5c4f3620ef107a6fd0bb300aa94c70ebe25e01dea1f2cbed7028f30dca1b84fe42b96601e08b912a)
-_ddir="Mail-AuthenticationResults-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mail-authenticationresults/repos/extra-any/PKGBUILD (from rev 394991, perl-mail-authenticationresults/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-30 12:57:59 UTC (rev 394992)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-mail-authenticationresults
+pkgver=1.20200824.1
+pkgrel=1
+pkgdesc='Object Oriented Authentication-Results Headers'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8' perl-json)
+checkdepends=(perl-test-exception)
+url=https://metacpan.org/release/Mail-AuthenticationResults
+source=("https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz")
+md5sums=(1c72f873646c012287889c10de71b729)
+sha512sums=(bbb444b5138d4a894716fd3cd8f5698b60f1d8b62121b88832ecc7bca8054e1d1591254c54bb4833745390052daa3c93bfd1e64e760857d76c8697bdcdb695d6)
+_ddir="Mail-AuthenticationResults-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list