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

Sergej Pupykin spupykin at archlinux.org
Fri Aug 1 11:52:26 UTC 2014


    Date: Friday, August 1, 2014 @ 13:52:25
  Author: spupykin
Revision: 116703

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-01 11:52:13 UTC (rev 116702)
+++ PKGBUILD	2014-08-01 11:52:25 UTC (rev 116703)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-poe
-pkgver=1.358
-pkgrel=1
-pkgdesc="portable multitasking and networking framework for Perl "
-arch=(any)
-url="http://search.cpan.org/dist/POE"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('0fb64ec09c2a2b22bb555a2a0de7d638')
-
-build() {
-  cd  $srcdir/POE-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/POE-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe/repos/community-any/PKGBUILD (from rev 116702, perl-poe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-01 11:52:25 UTC (rev 116703)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-poe
+pkgver=1.364
+pkgrel=1
+pkgdesc="portable multitasking and networking framework for Perl "
+arch=(any)
+url="http://search.cpan.org/dist/POE"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
+md5sums=('eb83124faeac63d2bf86b0a7983299b4')
+
+build() {
+  cd  $srcdir/POE-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/POE-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list