[arch-commits] Commit in perl-poe/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Thu Mar 10 12:28:20 UTC 2016
Date: Thursday, March 10, 2016 @ 13:28:19
Author: spupykin
Revision: 165923
archrelease: copy trunk to community-any
Added:
perl-poe/repos/community-any/PKGBUILD
(from rev 165922, perl-poe/trunk/PKGBUILD)
Deleted:
perl-poe/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-10 12:28:08 UTC (rev 165922)
+++ PKGBUILD 2016-03-10 12:28:19 UTC (rev 165923)
@@ -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.366
-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=('0cbbc3fadf5787cd91a5005128fd39f0')
-
-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 165922, perl-poe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-10 12:28:19 UTC (rev 165923)
@@ -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.367
+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=('9b2e4375152b139e4ab5f7dfb2cc5b15')
+
+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