[arch-commits] Commit in perl-lwp-protocol-https/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Mon May 13 20:53:09 UTC 2013


    Date: Monday, May 13, 2013 @ 22:53:09
  Author: eric
Revision: 185407

archrelease: copy trunk to extra-any

Added:
  perl-lwp-protocol-https/repos/extra-any/PKGBUILD
    (from rev 185406, perl-lwp-protocol-https/trunk/PKGBUILD)
Deleted:
  perl-lwp-protocol-https/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   78 +++++++++++++++++++++++--------------------------------------
 1 file changed, 30 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 20:52:42 UTC (rev 185406)
+++ PKGBUILD	2013-05-13 20:53:09 UTC (rev 185407)
@@ -1,48 +0,0 @@
-# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-lwp-protocol-https
-pkgver=6.03
-pkgrel=1
-pkgdesc="Provide https support for LWP::UserAgent"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1' 'perl-io-socket-ssl>=1.54' 'perl-mozilla-ca>=20110101'
-         'perl-net-http' 'perl-libwww>=6.04')
-url=https://metacpan.org/release/LWP-Protocol-https
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-${pkgver}.tar.gz")
-md5sums=(2a9341732172da290fe1b5af98a015a7)
-sha512sums=(531326ba359e242d552f091f270ad4d5b80090093b3b2c89fec5f93f9e7f8807b5db95590f620d026e9090794f3e7775bf27480cba087af170207d99e25e6c14)
-_distdir="${srcdir}/LWP-Protocol-https-${pkgver}"
-
-build()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor"     \
-      PERL_MB_OPT="--installdirs vendor" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$_distdir"
-    /usr/bin/perl Makefile.PL
-    make
-)
-
-check()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "$_distdir"
-    make test
-)
-
-package() {
-    cd "$_distdir"
-    make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-lwp-protocol-https/repos/extra-any/PKGBUILD (from rev 185406, perl-lwp-protocol-https/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-13 20:53:09 UTC (rev 185407)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-lwp-protocol-https
+pkgver=6.04
+pkgrel=1
+pkgdesc="Provide https support for LWP::UserAgent"
+arch=('any')
+url="https://metacpan.org/release/LWP-Protocol-https"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-io-socket-ssl' 'perl-mozilla-ca' 'perl-net-http' 'perl-libwww')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-${pkgver}.tar.gz")
+md5sums=('1b422a7d3b5fed1eb4d748fdc9fd79a4')
+
+build() {
+  cd LWP-Protocol-https-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd LWP-Protocol-https-${pkgver}
+  make test
+}
+
+package() {
+  cd LWP-Protocol-https-${pkgver}
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list