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

Felix Yan fyan at nymeria.archlinux.org
Thu Apr 10 08:53:35 UTC 2014


    Date: Thursday, April 10, 2014 @ 10:53:35
  Author: fyan
Revision: 210131

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-10 08:52:42 UTC (rev 210130)
+++ PKGBUILD	2014-04-10 08:53:35 UTC (rev 210131)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-log-log4perl
-pkgver=1.42
-pkgrel=1
-pkgdesc='Log4j implementation for Perl'
-arch=('any')
-url="https://metacpan.org/release/Log-Log4perl"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz")
-md5sums=('76fcadf1dad78a31d582ffaca95bf251')
-
-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
-}

Copied: perl-log-log4perl/repos/extra-any/PKGBUILD (from rev 210130, perl-log-log4perl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-10 08:53:35 UTC (rev 210131)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-log-log4perl
+pkgver=1.43
+pkgrel=1
+pkgdesc='Log4j implementation for Perl'
+arch=('any')
+url="https://metacpan.org/release/Log-Log4perl"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz")
+md5sums=('c7b15008426c31f14726ed1257cd7b68')
+
+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