[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 28 03:16:22 UTC 2016
Date: Monday, November 28, 2016 @ 03:16:22
Author: felixonmars
Revision: 197064
archrelease: copy trunk to community-any
Added:
perl-test2-suite/repos/community-any/PKGBUILD
(from rev 197063, perl-test2-suite/trunk/PKGBUILD)
Deleted:
perl-test2-suite/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-28 03:16:07 UTC (rev 197063)
+++ PKGBUILD 2016-11-28 03:16:22 UTC (rev 197064)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test2-suite
-pkgver=0.000060
-pkgrel=1
-pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test2-Suite"
-# Specify version bounds to pick up perl-test-simple in [community], since perl includes an old one.
-depends=('perl-importer' 'perl-test-simple>=1.300000')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
-sha512sums=('4bf5ae6848a8fd8e5e0357161d245ce5dbb81e8ad1df10656780f8904d34c0430b282427018304e9d1c8406dc6a57d928d7a30414c2022a0cf491990c476dd7a')
-
-build() {
- cd Test2-Suite-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Test2-Suite-$pkgver
- make test
-}
-
-package() {
- cd Test2-Suite-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 197063, perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-11-28 03:16:22 UTC (rev 197064)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test2-suite
+pkgver=0.000061
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite"
+# Specify version bounds to pick up perl-test-simple in [community], since perl includes an old one.
+depends=('perl-importer' 'perl-test-simple>=1.300000')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
+sha512sums=('0cd46428473235aef0ec3154ca1bd5d2e99c8973b53dacf3366eccfa284ac34b1a92c6e85acd6125fcf2db07b229de9fd7ab19b04f94e1c89b50156cad2d402f')
+
+build() {
+ cd Test2-Suite-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Test2-Suite-$pkgver
+ make test
+}
+
+package() {
+ cd Test2-Suite-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list