[arch-commits] Commit in perl-gssapi/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 13:51:32 UTC 2019


    Date: Saturday, June 1, 2019 @ 13:51:31
  Author: foutrelis
Revision: 476424

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-gssapi/repos/community-staging-x86_64/PKGBUILD
    (from rev 476423, perl-gssapi/trunk/PKGBUILD)
Deleted:
  perl-gssapi/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 13:51:27 UTC (rev 476423)
+++ PKGBUILD	2019-06-01 13:51:31 UTC (rev 476424)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-gssapi
-pkgver=0.28
-pkgrel=15
-pkgdesc="Perl/CPAN Module GSSAPI"
-arch=("x86_64")
-url="https://search.cpan.org/dist/GSSAPI"
-license=("GPL" "PerlArtistic")
-depends=('krb5')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-${pkgver}.tar.gz")
-sha256sums=('7d8f2c7b61762fb4ec72d2ec281290f2f87f9c7d298273da4525432a65e770d6')
-
-build() {
-  cd GSSAPI-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd GSSAPI-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-gssapi/repos/community-staging-x86_64/PKGBUILD (from rev 476423, perl-gssapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 13:51:31 UTC (rev 476424)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-gssapi
+pkgver=0.28
+pkgrel=16
+pkgdesc="Perl/CPAN Module GSSAPI"
+arch=("x86_64")
+url="https://search.cpan.org/dist/GSSAPI"
+license=("GPL" "PerlArtistic")
+depends=('krb5')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-${pkgver}.tar.gz")
+sha256sums=('7d8f2c7b61762fb4ec72d2ec281290f2f87f9c7d298273da4525432a65e770d6')
+
+build() {
+  cd GSSAPI-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd GSSAPI-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list