[arch-commits] Commit in perl-xml-sax-writer/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Sat Feb 15 20:35:42 UTC 2014


    Date: Saturday, February 15, 2014 @ 21:35:42
  Author: spupykin
Revision: 105809

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-writer/repos/community-any/PKGBUILD
    (from rev 105808, perl-xml-sax-writer/trunk/PKGBUILD)
Deleted:
  perl-xml-sax-writer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-15 20:35:34 UTC (rev 105808)
+++ PKGBUILD	2014-02-15 20:35:42 UTC (rev 105809)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
-
-pkgname=perl-xml-sax-writer
-pkgver=0.53
-pkgrel=2
-pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
-arch=("any")
-url="http://search.cpan.org/dist/XML-SAX-Writer/"
-license=("PerlArtistic")
-depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
-md5sums=('afc83cdc49ccc8a7ad72911b2a0bcfbe')
-
-build() {
-  cd $srcdir/XML-SAX-Writer-${pkgver}
-  # Install module into the vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-  make DESTDIR=$pkgdir install
-
-  # Remove .packlist and perllocal.pod files.
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name 'perllocal.pod' -delete
-}

Copied: perl-xml-sax-writer/repos/community-any/PKGBUILD (from rev 105808, perl-xml-sax-writer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-15 20:35:42 UTC (rev 105809)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
+
+pkgname=perl-xml-sax-writer
+pkgver=0.54
+pkgrel=1
+pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
+arch=("any")
+url="http://search.cpan.org/dist/XML-SAX-Writer/"
+license=("PerlArtistic")
+depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
+md5sums=('383139d76418a82b9800dc4f8b568891')
+
+build() {
+  cd $srcdir/XML-SAX-Writer-${pkgver}
+  # Install module into the vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd $srcdir/XML-SAX-Writer-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Remove .packlist and perllocal.pod files.
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name 'perllocal.pod' -delete
+}




More information about the arch-commits mailing list