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

Jonathan Steel jsteel at nymeria.archlinux.org
Sun Feb 9 14:48:40 UTC 2014


    Date: Sunday, February 9, 2014 @ 15:48:40
  Author: jsteel
Revision: 105524

archrelease: copy trunk to community-any

Added:
  perl-dist-checkconflicts/repos/community-any/PKGBUILD
    (from rev 105523, perl-dist-checkconflicts/trunk/PKGBUILD)
Deleted:
  perl-dist-checkconflicts/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-09 14:48:27 UTC (rev 105523)
+++ PKGBUILD	2014-02-09 14:48:40 UTC (rev 105524)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-dist-checkconflicts
-pkgver=0.09
-pkgrel=1
-pkgdesc="Declare version conflicts for your dist"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-list-moreutils' 'perl-exporter')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-module-runtime')
-url="https://metacpan.org/release/Dist-CheckConflicts"
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-$pkgver.tar.gz)
-md5sums=('2e298121df2d0dc134c36f16d5877233')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-      PERL_AUTOINSTALL=--skipdeps            \
-      PERL_MM_OPT="INSTALLDIRS=vendor"       \
-      PERL_MB_OPT="--installdirs vendor"     \
-      MODULEBUILDRC=/dev/null
-    cd Dist-CheckConflicts-$pkgver
-
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd Dist-CheckConflicts-$pkgver
-
-    make test
-  )
-}
-
-package() {
-  cd Dist-CheckConflicts-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: perl-dist-checkconflicts/repos/community-any/PKGBUILD (from rev 105523, perl-dist-checkconflicts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-09 14:48:40 UTC (rev 105524)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-dist-checkconflicts
+pkgver=0.10
+pkgrel=1
+pkgdesc="Declare version conflicts for your dist"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-list-moreutils' 'perl-exporter')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-module-runtime')
+url="https://metacpan.org/release/Dist-CheckConflicts"
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-$pkgver.tar.gz)
+md5sums=('421fd89a8f888d2a3411754da1c384a8')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+      PERL_AUTOINSTALL=--skipdeps            \
+      PERL_MM_OPT="INSTALLDIRS=vendor"       \
+      PERL_MB_OPT="--installdirs vendor"     \
+      MODULEBUILDRC=/dev/null
+    cd Dist-CheckConflicts-$pkgver
+
+    /usr/bin/perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd Dist-CheckConflicts-$pkgver
+
+    make test
+  )
+}
+
+package() {
+  cd Dist-CheckConflicts-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}




More information about the arch-commits mailing list