[arch-commits] Commit in perl-test-yaml/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Jul 22 05:32:39 UTC 2015


    Date: Wednesday, July 22, 2015 @ 07:32:39
  Author: fyan
Revision: 137247

archrelease: copy trunk to community-any

Added:
  perl-test-yaml/repos/community-any/PKGBUILD
    (from rev 137246, perl-test-yaml/trunk/PKGBUILD)
Deleted:
  perl-test-yaml/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-22 05:32:19 UTC (rev 137246)
+++ PKGBUILD	2015-07-22 05:32:39 UTC (rev 137247)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-yaml
-pkgver=1.05
-pkgrel=1
-pkgdesc="Testing Module for YAML Implementations"
-arch=('any')
-url="http://search.cpan.org/dist/Test-YAML/"
-license=('GPL' 'PerlArtistic')
-depends=('perl-test-base')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz")
-sha1sums=('ddb210acd94b03c26d57573106e0d44d62ecc6fb')
-
-build() {
-  cd Test-YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd Test-YAML-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-test-yaml/repos/community-any/PKGBUILD (from rev 137246, perl-test-yaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-22 05:32:39 UTC (rev 137247)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-yaml
+pkgver=1.06
+pkgrel=1
+pkgdesc="Testing Module for YAML Implementations"
+arch=('any')
+url="http://search.cpan.org/dist/Test-YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-base')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/I/IN/INGY/Test-YAML-${pkgver}.tar.gz")
+sha1sums=('c844c930ce08ef9ff766c420c07b240e79462201')
+
+build() {
+  cd Test-YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list