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

Felix Yan fyan at archlinux.org
Mon Oct 5 03:31:08 UTC 2015


    Date: Monday, October 5, 2015 @ 05:31:08
  Author: fyan
Revision: 142957

archrelease: copy trunk to community-any

Added:
  perl-package-deprecationmanager/repos/community-any/PKGBUILD
    (from rev 142956, perl-package-deprecationmanager/trunk/PKGBUILD)
Deleted:
  perl-package-deprecationmanager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-05 03:30:47 UTC (rev 142956)
+++ PKGBUILD	2015-10-05 03:31:08 UTC (rev 142957)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-package-deprecationmanager
-pkgver=0.13
-pkgrel=2
-pkgdesc="Manage deprecation warnings for your distribution"
-arch=('any')
-license=('Artistic2.0')
-options=('!emptydirs')
-depends=('perl-list-moreutils' 'perl-params-util' 'perl-sub-install')
-checkdepends=('perl-test-fatal' 'perl-test-requires')
-url="https://metacpan.org/release/Package-DeprecationManager"
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
-md5sums=('f81ae3c0f9bcac048eb4bff348b79f67')
-
-build()
-(
-  cd "$srcdir/Package-DeprecationManager-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/Package-DeprecationManager-$pkgver"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/Package-DeprecationManager-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)

Copied: perl-package-deprecationmanager/repos/community-any/PKGBUILD (from rev 142956, perl-package-deprecationmanager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-05 03:31:08 UTC (rev 142957)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-package-deprecationmanager
+pkgver=0.14
+pkgrel=1
+pkgdesc="Manage deprecation warnings for your distribution"
+arch=('any')
+license=('Artistic2.0')
+options=('!emptydirs')
+depends=('perl-list-moreutils' 'perl-params-util' 'perl-sub-install')
+checkdepends=('perl-test-fatal' 'perl-test-requires')
+url="https://metacpan.org/release/Package-DeprecationManager"
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
+md5sums=('e15e14a4e3f914eff937a55549692f51')
+
+build() {
+  cd "$srcdir/Package-DeprecationManager-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Package-DeprecationManager-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Package-DeprecationManager-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list