[arch-commits] Commit in perl-dist-checkconflicts/repos/community-any (2 files)
Jonathan Steel
jsteel at nymeria.archlinux.org
Tue Aug 6 08:44:39 UTC 2013
Date: Tuesday, August 6, 2013 @ 10:44:38
Author: jsteel
Revision: 95146
archrelease: copy trunk to community-any
Added:
perl-dist-checkconflicts/repos/community-any/PKGBUILD
(from rev 95145, perl-dist-checkconflicts/trunk/PKGBUILD)
Deleted:
perl-dist-checkconflicts/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 44 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-06 08:44:25 UTC (rev 95145)
+++ PKGBUILD 2013-08-06 08:44:38 UTC (rev 95146)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-dist-checkconflicts
-pkgver=0.06
-pkgrel=1
-pkgdesc="Declare version conflicts for your dist"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-list-moreutils>=0.12' 'perl-exporter')
-makedepends=('perl-extutils-makemaker>=6.31')
-checkdepends=('perl-test-fatal' 'perl-test-simple')
-url="https://metacpan.org/release/Dist-CheckConflicts"
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-$pkgver.tar.gz)
-md5sums=('510193204fb24e24779e86b490b2d713')
-
-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 95145, perl-dist-checkconflicts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-06 08:44:38 UTC (rev 95146)
@@ -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.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
+}
More information about the arch-commits
mailing list