[arch-commits] Commit in perl-html-parser/repos (6 files)

Florian Pritz bluewind at nymeria.archlinux.org
Sun Jun 1 11:09:36 UTC 2014


    Date: Sunday, June 1, 2014 @ 13:09:36
  Author: bluewind
Revision: 213988

db-move: moved perl-html-parser from [staging] to [testing] (i686, x86_64)

Added:
  perl-html-parser/repos/testing-i686/
  perl-html-parser/repos/testing-i686/PKGBUILD
    (from rev 213950, perl-html-parser/repos/staging-i686/PKGBUILD)
  perl-html-parser/repos/testing-x86_64/
  perl-html-parser/repos/testing-x86_64/PKGBUILD
    (from rev 213950, perl-html-parser/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-html-parser/repos/staging-i686/
  perl-html-parser/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: perl-html-parser/repos/testing-i686/PKGBUILD (from rev 213950, perl-html-parser/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-06-01 11:09:36 UTC (rev 213988)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-html-parser
+pkgver=3.71
+pkgrel=3
+pkgdesc="Perl HTML parser class"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/HTML-Parser/"
+depends=('perl-html-tagset' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
+md5sums=('9128a45893097dfa3bf03301b19c5efe')
+
+build() {
+  cd HTML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd HTML-Parser-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-html-parser/repos/testing-x86_64/PKGBUILD (from rev 213950, perl-html-parser/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-06-01 11:09:36 UTC (rev 213988)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-html-parser
+pkgver=3.71
+pkgrel=3
+pkgdesc="Perl HTML parser class"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/HTML-Parser/"
+depends=('perl-html-tagset' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
+md5sums=('9128a45893097dfa3bf03301b19c5efe')
+
+build() {
+  cd HTML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd HTML-Parser-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list