[arch-commits] Commit in perl-data-dumper/repos (6 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 29 12:27:19 UTC 2014


    Date: Thursday, May 29, 2014 @ 14:27:19
  Author: spupykin
Revision: 112103

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-data-dumper/repos/community-staging-i686/
  perl-data-dumper/repos/community-staging-i686/PKGBUILD
    (from rev 112102, perl-data-dumper/trunk/PKGBUILD)
  perl-data-dumper/repos/community-staging-x86_64/
  perl-data-dumper/repos/community-staging-x86_64/PKGBUILD
    (from rev 112102, perl-data-dumper/trunk/PKGBUILD)
Modified:
  perl-data-dumper/repos/community-i686/PKGBUILD
  perl-data-dumper/repos/community-x86_64/PKGBUILD

-----------------------------------+
 community-i686/PKGBUILD           |    2 +-
 community-staging-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD         |    2 +-
 4 files changed, 54 insertions(+), 2 deletions(-)

Modified: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-29 12:27:06 UTC (rev 112102)
+++ community-i686/PKGBUILD	2014-05-29 12:27:19 UTC (rev 112103)
@@ -2,7 +2,7 @@
 
 pkgname=perl-data-dumper
 pkgver=2.151
-pkgrel=2
+pkgrel=1
 pkgdesc="stringified perl data structures, suitable for both printing and eval"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')

Copied: perl-data-dumper/repos/community-staging-i686/PKGBUILD (from rev 112102, perl-data-dumper/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-05-29 12:27:19 UTC (rev 112103)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-data-dumper
+pkgver=2.151
+pkgrel=2
+pkgdesc="stringified perl data structures, suitable for both printing and eval"
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Data-Dumper/"
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b804bf2137b6b62382136598baafa645')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}

Copied: perl-data-dumper/repos/community-staging-x86_64/PKGBUILD (from rev 112102, perl-data-dumper/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-05-29 12:27:19 UTC (rev 112103)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-data-dumper
+pkgver=2.151
+pkgrel=2
+pkgdesc="stringified perl data structures, suitable for both printing and eval"
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Data-Dumper/"
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b804bf2137b6b62382136598baafa645')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}

Modified: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-29 12:27:06 UTC (rev 112102)
+++ community-x86_64/PKGBUILD	2014-05-29 12:27:19 UTC (rev 112103)
@@ -2,7 +2,7 @@
 
 pkgname=perl-data-dumper
 pkgver=2.151
-pkgrel=2
+pkgrel=1
 pkgdesc="stringified perl data structures, suitable for both printing and eval"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')




More information about the arch-commits mailing list