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

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 12:18:51 UTC 2022


    Date: Wednesday, March 2, 2022 @ 12:18:51
  Author: allan
Revision: 1139504

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 12:18:35 UTC (rev 1139503)
+++ PKGBUILD	2022-03-02 12:18:51 UTC (rev 1139504)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-poe
-pkgver=1.368
-pkgrel=1
-pkgdesc="portable multitasking and networking framework for Perl "
-arch=(any)
-url="https://search.cpan.org/dist/POE"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-$pkgver.tar.gz)
-sha256sums=('b7b1dc761e36d48b39068349b576dafc0eccbc3b9db51c677de0e1aafadfe121')
-
-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 1139503, perl-poe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 12:18:51 UTC (rev 1139504)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-poe
+pkgver=1.368
+pkgrel=2
+pkgdesc="portable multitasking and networking framework for Perl "
+arch=(any)
+url="https://search.cpan.org/dist/POE"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-$pkgver.tar.gz)
+sha256sums=('b7b1dc761e36d48b39068349b576dafc0eccbc3b9db51c677de0e1aafadfe121')
+
+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