[arch-commits] Commit in perl-log-log4perl/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri Mar 18 09:52:16 UTC 2016
Date: Friday, March 18, 2016 @ 10:52:16
Author: fyan
Revision: 262032
archrelease: copy trunk to extra-any
Added:
perl-log-log4perl/repos/extra-any/PKGBUILD
(from rev 262031, 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 2016-03-18 09:51:57 UTC (rev 262031)
+++ PKGBUILD 2016-03-18 09:52:16 UTC (rev 262032)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-log-log4perl
-pkgver=1.46
-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=('d247d2327d7f32dca09cbeb51a953fc5')
-
-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 262031, perl-log-log4perl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-18 09:52:16 UTC (rev 262032)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-log-log4perl
+pkgver=1.47
+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=('53a0a2e68da51fa445c3557e4852d3a4')
+
+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