[arch-commits] Commit in perl-log-log4perl/repos/extra-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Tue Aug 6 01:16:10 UTC 2013
Date: Tuesday, August 6, 2013 @ 03:16:10
Author: eric
Revision: 192111
archrelease: copy trunk to extra-any
Added:
perl-log-log4perl/repos/extra-any/PKGBUILD
(from rev 192110, 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 2013-08-06 01:15:52 UTC (rev 192110)
+++ PKGBUILD 2013-08-06 01:16:10 UTC (rev 192111)
@@ -1,30 +0,0 @@
-# $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
-}
Copied: perl-log-log4perl/repos/extra-any/PKGBUILD (from rev 192110, perl-log-log4perl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-06 01:16:10 UTC (rev 192111)
@@ -0,0 +1,30 @@
+# $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
+}
More information about the arch-commits
mailing list