[arch-commits] Commit in perl-log-log4perl/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Fri May 3 01:15:55 UTC 2013


    Date: Friday, May 3, 2013 @ 03:15:55
  Author: eric
Revision: 184158

archrelease: copy trunk to extra-any

Added:
  perl-log-log4perl/repos/extra-any/PKGBUILD
    (from rev 184157, perl-log-log4perl/trunk/PKGBUILD)
Deleted:
  perl-log-log4perl/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++------------------------------------
 1 file changed, 30 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-03 01:15:35 UTC (rev 184157)
+++ PKGBUILD	2013-05-03 01:15:55 UTC (rev 184158)
@@ -1,43 +0,0 @@
-# $Id$
-# Packager: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-log-log4perl
-pkgver=1.40
-pkgrel=1
-pkgdesc='Log4j implementation for Perl'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Log-Log4perl
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz")
-md5sums=('e05ab4508863116bad03ef26dd9f98fd')
-
-build()
-(
-  cd Log-Log4perl-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd Log-Log4perl-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd Log-Log4perl-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-log-log4perl/repos/extra-any/PKGBUILD (from rev 184157, perl-log-log4perl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-03 01:15:55 UTC (rev 184158)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-log-log4perl
+pkgver=1.41
+pkgrel=1
+pkgdesc='Log4j implementation for Perl'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Log-Log4perl
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz")
+md5sums=('cc98e486abd222e573dae82dca6d2f3e')
+
+build() {
+  cd Log-Log4perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Log-Log4perl-$pkgver
+  make test
+}
+
+package() {
+  cd Log-Log4perl-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list