[arch-commits] Commit in perl-devel-checkcompiler/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 20 15:17:27 UTC 2016


    Date: Sunday, November 20, 2016 @ 15:17:26
  Author: felixonmars
Revision: 196384

archrelease: copy trunk to community-any

Added:
  perl-devel-checkcompiler/repos/community-any/PKGBUILD
    (from rev 196383, perl-devel-checkcompiler/trunk/PKGBUILD)
Deleted:
  perl-devel-checkcompiler/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-20 15:17:05 UTC (rev 196383)
+++ PKGBUILD	2016-11-20 15:17:26 UTC (rev 196384)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-devel-checkcompiler
-pkgver=0.06
-pkgrel=1
-pkgdesc="Check the compiler's availability"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-module-build')
-checkdepends=('perl-test-requires')
-url='http://search.cpan.org/dist/Devel-CheckCompiler'
-source=('http://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.05.tar.gz')
-sha512sums=('5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e')
-_distdir="Devel-CheckCompiler-0.05"
-
-build() {
-  cd "$srcdir/$_distdir"
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  perl Build test
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  perl Build install destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-devel-checkcompiler/repos/community-any/PKGBUILD (from rev 196383, perl-devel-checkcompiler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-20 15:17:26 UTC (rev 196384)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-devel-checkcompiler
+pkgver=0.07
+pkgrel=1
+pkgdesc="Check the compiler's availability"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-requires')
+url='http://search.cpan.org/dist/Devel-CheckCompiler'
+source=('http://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.05.tar.gz')
+sha512sums=('5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e')
+_distdir="Devel-CheckCompiler-0.05"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list