[arch-commits] Commit in perl-json/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 20 09:54:45 UTC 2013


    Date: Monday, May 20, 2013 @ 11:54:45
  Author: spupykin
Revision: 91145

archrelease: copy trunk to community-any

Added:
  perl-json/repos/community-any/PKGBUILD
    (from rev 91144, perl-json/trunk/PKGBUILD)
Deleted:
  perl-json/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-20 09:54:33 UTC (rev 91144)
+++ PKGBUILD	2013-05-20 09:54:45 UTC (rev 91145)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 65872 2012-02-22 13:12:45Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-json
-pkgver=2.53
-pkgrel=2
-pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
-arch=('any')
-url="http://search.cpan.org/dist/JSON"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
-md5sums=('7db1be00d44414c4962eeac222395a76')
-
-build() {
-  cd  $srcdir/JSON-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/JSON-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-json/repos/community-any/PKGBUILD (from rev 91144, perl-json/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-20 09:54:45 UTC (rev 91145)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-json
+pkgver=2.57
+pkgrel=1
+pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
+arch=('any')
+url="http://search.cpan.org/dist/JSON"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
+md5sums=('64925265e8338418b551a02606836dd0')
+
+build() {
+  cd  $srcdir/JSON-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/JSON-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list