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

Felix Yan fyan at archlinux.org
Wed Aug 26 15:43:38 UTC 2015


    Date: Wednesday, August 26, 2015 @ 17:43:38
  Author: fyan
Revision: 244867

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-26 15:43:05 UTC (rev 244866)
+++ PKGBUILD	2015-08-26 15:43:38 UTC (rev 244867)
@@ -1,41 +0,0 @@
-# $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:

Copied: perl-mozilla-ca/repos/extra-any/PKGBUILD (from rev 244866, perl-mozilla-ca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-26 15:43:38 UTC (rev 244867)
@@ -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=20150826
+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=('52de059194004192345687f7a2f88224')
+
+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