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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Dec 9 12:47:00 UTC 2013


    Date: Monday, December 9, 2013 @ 13:47:00
  Author: spupykin
Revision: 102347

archrelease: copy trunk to community-any

Added:
  perl-config-tiny/repos/community-any/PKGBUILD
    (from rev 102346, perl-config-tiny/trunk/PKGBUILD)
Deleted:
  perl-config-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-09 12:46:50 UTC (rev 102346)
+++ PKGBUILD	2013-12-09 12:47:00 UTC (rev 102347)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-config-tiny
-pkgver=2.19
-pkgrel=1
-pkgdesc="Read/Write .ini style files with as little code as possible "
-arch=('any')
-url="http://search.cpan.org/dist/Config-Tiny"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-$pkgver.tgz)
-md5sums=('4f212792cb988a39872a5413b290b6a8')
-
-build() {
-  cd  ${srcdir}/Config-Tiny-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  ${srcdir}/Config-Tiny-$pkgver
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-config-tiny/repos/community-any/PKGBUILD (from rev 102346, perl-config-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-09 12:47:00 UTC (rev 102347)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-config-tiny
+pkgver=2.20
+pkgrel=1
+pkgdesc="Read/Write .ini style files with as little code as possible "
+arch=('any')
+url="http://search.cpan.org/dist/Config-Tiny"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-$pkgver.tgz)
+md5sums=('d239ea56157fcd61ac796fc13d585dc3')
+
+build() {
+  cd  ${srcdir}/Config-Tiny-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  ${srcdir}/Config-Tiny-$pkgver
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}




More information about the arch-commits mailing list