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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Mar 21 10:54:08 UTC 2013


    Date: Thursday, March 21, 2013 @ 11:54:08
  Author: spupykin
Revision: 86708

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-21 10:53:56 UTC (rev 86707)
+++ PKGBUILD	2013-03-21 10:54:08 UTC (rev 86708)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-spiffy
-pkgver=0.30
-pkgrel=5
-pkgdesc="Spiffy Perl Interface Framework For You"
-arch=('any')
-url="http://search.cpan.org/dist/Spiffy"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
-md5sums=('49860ccf2127c6d2af3d98560ffae644')
-
-build() {
-  cd  $srcdir/Spiffy-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-spiffy/repos/community-any/PKGBUILD (from rev 86707, perl-spiffy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-21 10:54:08 UTC (rev 86708)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-spiffy
+pkgver=0.31
+pkgrel=1
+pkgdesc="Spiffy Perl Interface Framework For You"
+arch=('any')
+url="http://search.cpan.org/dist/Spiffy"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
+md5sums=('53cfd4e915715e6dac912469af3d71a0')
+
+build() {
+  cd  $srcdir/Spiffy-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Spiffy-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list