[arch-commits] Commit in perl-authen-sasl/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:47:28 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:47:28
  Author: spupykin
Revision: 114137

archrelease: copy trunk to community-any

Added:
  perl-authen-sasl/repos/community-any/PKGBUILD
    (from rev 114136, perl-authen-sasl/trunk/PKGBUILD)
Deleted:
  perl-authen-sasl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 13:47:20 UTC (rev 114136)
+++ PKGBUILD	2014-07-01 13:47:28 UTC (rev 114137)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-authen-sasl
-pkgver=2.16
-pkgrel=1
-pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
-arch=(any)
-url="http://search.cpan.org/dist/Authen-SASL"
-license=("GPL" "PerlArtistic")
-source=("http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz")
-md5sums=('7c03a689d4c689e5a9e2f18a1c586b2f')
-
-build() {
-  cd $srcdir/Authen-SASL-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-authen-sasl/repos/community-any/PKGBUILD (from rev 114136, perl-authen-sasl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 13:47:28 UTC (rev 114137)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-authen-sasl
+pkgver=2.16
+pkgrel=2
+pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
+arch=(any)
+url="http://search.cpan.org/dist/Authen-SASL"
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz")
+md5sums=('7c03a689d4c689e5a9e2f18a1c586b2f')
+
+build() {
+  cd $srcdir/Authen-SASL-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Authen-SASL-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list