[arch-commits] Commit in perl-mozilla-ca/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Dec 22 09:26:16 UTC 2014


    Date: Monday, December 22, 2014 @ 10:26:15
  Author: fyan
Revision: 227926

archrelease: copy trunk to extra-any

Added:
  perl-mozilla-ca/repos/extra-any/PKGBUILD
    (from rev 227925, perl-mozilla-ca/trunk/PKGBUILD)
Deleted:
  perl-mozilla-ca/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   85 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 41 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-22 09:25:54 UTC (rev 227925)
+++ PKGBUILD	2014-12-22 09:26:15 UTC (rev 227926)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-mozilla-ca
-pkgver=20130114
-pkgrel=2
-pkgdesc="Mozilla's CA cert bundle in PEM format"
-arch=(any)
-license=(GPL2 LGPL2.1)
-options=(!emptydirs)
-depends=('perl')
-url=https://metacpan.org/release/Mozilla-CA
-source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz")
-md5sums=('45a42082dbd68cf25869ceb2aa49d5b2')
-
-build()
-(
-  cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd Mozilla-CA-$pkgver
-  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-mozilla-ca/repos/extra-any/PKGBUILD (from rev 227925, perl-mozilla-ca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-22 09:26:15 UTC (rev 227926)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-mozilla-ca
+pkgver=20141217
+pkgrel=1
+pkgdesc="Mozilla's CA cert bundle in PEM format"
+arch=(any)
+license=(GPL2 LGPL2.1)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Mozilla-CA
+source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz")
+md5sums=('e0e5646886aeb3f71fb593f536295e2c')
+
+build() (
+  cd Mozilla-CA-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd Mozilla-CA-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd Mozilla-CA-$pkgver
+  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