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

Sergej Pupykin spupykin at archlinux.org
Tue Jun 7 13:47:36 UTC 2016


    Date: Tuesday, June 7, 2016 @ 15:47:35
  Author: spupykin
Revision: 178147

archrelease: copy trunk to community-any

Added:
  perl-unix-syslog/repos/community-any/PKGBUILD
    (from rev 178146, perl-unix-syslog/trunk/PKGBUILD)
Deleted:
  perl-unix-syslog/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-07 13:38:42 UTC (rev 178146)
+++ PKGBUILD	2016-06-07 13:47:35 UTC (rev 178147)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-pkgname='perl-unix-syslog'
-pkgver='1.1'
-pkgrel="5"
-pkgdesc="Interface to syslog functions in a C-library"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Unix-Syslog'
-source=('http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-1.1.tar.gz')
-md5sums=('73d78e309fe9508ffc9a54d84d79aac9')
-
-build() {
-  PERL=/usr/bin/perl
-  cd "${srcdir}/Unix-Syslog-1.1"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-    PERL_AUTOINSTALL=--skipdeps                            \
-    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-    MODULEBUILDRC=/dev/null
-
-  cd "$DIST_DIR"
-  $PERL Makefile.PL
-  make
-}
-
-check() {
-  cd "${srcdir}/Unix-Syslog-1.1"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-  make test
-}
-
-package() {
-  cd "${srcdir}/Unix-Syslog-1.1"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-unix-syslog/repos/community-any/PKGBUILD (from rev 178146, perl-unix-syslog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-07 13:47:35 UTC (rev 178147)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname='perl-unix-syslog'
+pkgver=1.1
+pkgrel=6
+pkgdesc="Interface to syslog functions in a C-library"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Unix-Syslog'
+source=("http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/Unix-Syslog-$pkgver.tar.gz")
+md5sums=('73d78e309fe9508ffc9a54d84d79aac9')
+
+build() {
+  PERL=/usr/bin/perl
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+    PERL_AUTOINSTALL=--skipdeps                            \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
+    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+    MODULEBUILDRC=/dev/null
+
+  cd "$DIST_DIR"
+  $PERL Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  make test
+}
+
+package() {
+  cd "${srcdir}/Unix-Syslog-1.1"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list