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

Eric Bélanger eric at nymeria.archlinux.org
Thu May 15 03:25:48 UTC 2014


    Date: Thursday, May 15, 2014 @ 05:25:47
  Author: eric
Revision: 212769

archrelease: copy trunk to extra-any

Added:
  perl-libwww/repos/extra-any/PKGBUILD
    (from rev 212768, perl-libwww/trunk/PKGBUILD)
Deleted:
  perl-libwww/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-15 03:24:07 UTC (rev 212768)
+++ PKGBUILD	2014-05-15 03:25:47 UTC (rev 212769)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-libwww
-pkgver=6.05
-pkgrel=1
-pkgdesc="The World-Wide Web library for Perl"
-arch=('any')
-url="https://metacpan.org/release/libwww-perl"
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-encode-locale' 'perl-file-listing'
-         'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
-         'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
-         'perl-net-http' 'perl-uri' 'perl-www-robotrules'
-         'perl-http-message')
-optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${pkgver}.tar.gz")
-sha1sums=('e10b097a4a2f04efcb3549b6543e16534b46064d')
-
-build() {
-    cd libwww-perl-${pkgver}
-    perl Makefile.PL --aliases INSTALLDIRS=vendor
-    make
-}
-
-check()  {
-    cd libwww-perl-${pkgver}
-    make test
-}
-
-package() {
-    cd libwww-perl-${pkgver}
-    make DESTDIR="$pkgdir" install
-}

Copied: perl-libwww/repos/extra-any/PKGBUILD (from rev 212768, perl-libwww/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-15 03:25:47 UTC (rev 212769)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=perl-libwww
+pkgver=6.06
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+         'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+         'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+         'perl-net-http' 'perl-uri' 'perl-www-robotrules'
+         'perl-http-message')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('9640b88fb8bd3c88813525cad8e613f26a4e002b')
+
+build() {
+  cd libwww-perl-${pkgver}
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-${pkgver}
+  make test
+}
+
+package() {
+  cd libwww-perl-${pkgver}
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list