[arch-commits] Commit in perl-net-http/repos/testing-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 6 04:33:26 UTC 2017


    Date: Tuesday, June 6, 2017 @ 04:33:25
  Author: felixonmars
Revision: 297833

archrelease: copy trunk to testing-any

Added:
  perl-net-http/repos/testing-any/PKGBUILD
    (from rev 297832, perl-net-http/trunk/PKGBUILD)
Deleted:
  perl-net-http/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 04:32:50 UTC (rev 297832)
+++ PKGBUILD	2017-06-06 04:33:25 UTC (rev 297833)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
-
-pkgname=perl-net-http
-pkgver=6.15
-pkgrel=2
-pkgdesc="Low-level HTTP connection (client)"
-arch=('any')
-url=http://search.cpan.org/dist/Net-HTTP
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-uri')
-conflicts=('perl-libwww<6')
-source=("http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz")
-sha512sums=('10d539a1aaeb2e5850d3a626bd3989824d76f512d5165e934bd0b0d57220ba80aab872e3c36f2d9ef9e1e49e74d2cde31b335ae616b3b299cfd6acea061e3347')
-
-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 Net-HTTP-${pkgver}
-    /usr/bin/perl Makefile.PL
-    make
-}
-
-check() {
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd Net-HTTP-${pkgver}
-    make test
-}
-
-package() {
-    cd Net-HTTP-${pkgver}
-    make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-net-http/repos/testing-any/PKGBUILD (from rev 297832, perl-net-http/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-06 04:33:25 UTC (rev 297833)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
+
+pkgname=perl-net-http
+pkgver=6.16
+pkgrel=1
+pkgdesc="Low-level HTTP connection (client)"
+arch=('any')
+url=http://search.cpan.org/dist/Net-HTTP
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-uri')
+conflicts=('perl-libwww<6')
+source=("http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz")
+sha512sums=('467a536c4ecc5caeeebe2a0523cc311515c39df53d604d8dc9ad78fbe01c8cc5b24bf483884d2aa2a168bc213ddfe964d679474a1be860f10d87283806c0a496')
+
+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 Net-HTTP-${pkgver}
+    /usr/bin/perl Makefile.PL
+    make
+}
+
+check() {
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd Net-HTTP-${pkgver}
+    make test
+}
+
+package() {
+    cd Net-HTTP-${pkgver}
+    make DESTDIR="$pkgdir" install
+}
+
+# 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