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

Felix Yan felixonmars at archlinux.org
Sun Aug 25 13:49:59 UTC 2019


    Date: Sunday, August 25, 2019 @ 13:49:58
  Author: felixonmars
Revision: 501686

archrelease: copy trunk to community-any

Added:
  perl-namespace-autoclean/repos/community-any/PKGBUILD
    (from rev 501685, perl-namespace-autoclean/trunk/PKGBUILD)
Deleted:
  perl-namespace-autoclean/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-25 13:49:49 UTC (rev 501685)
+++ PKGBUILD	2019-08-25 13:49:58 UTC (rev 501686)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator  : CPANPLUS::Dist::Arch 1.32
-
-pkgname=perl-namespace-autoclean
-pkgver=0.28
-pkgrel=5
-pkgdesc="Keep imports out of your namespace"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url='https://metacpan.org/release/namespace-autoclean'
-depends=('perl-b-hooks-endofscope' 'perl-sub-identify' 'perl-namespace-clean')
-checkdepends=('perl-test-requires' 'perl-moo' 'perl-sub-name' 'perl-mouse')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-$pkgver.tar.gz")
-sha512sums=('2541f69862b334fcfe30059d025668175de1b182a5c8ee8f2619bf1d661c316a38fe2014f274bb23e887cd36959f98abb297154ac8ceb600e2e93cbd4a75e28d')
-
-build() {
-  cd "$srcdir"/namespace-autoclean-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir"/namespace-autoclean-$pkgver
-  make test
-}
-
-package() {
-  cd "$srcdir"/namespace-autoclean-$pkgver
-  make DESTDIR="$pkgdir"/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-namespace-autoclean/repos/community-any/PKGBUILD (from rev 501685, perl-namespace-autoclean/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-25 13:49:58 UTC (rev 501686)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname=perl-namespace-autoclean
+pkgver=0.29
+pkgrel=1
+pkgdesc="Keep imports out of your namespace"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='https://metacpan.org/release/namespace-autoclean'
+depends=('perl-b-hooks-endofscope' 'perl-sub-identify' 'perl-namespace-clean')
+checkdepends=('perl-test-requires' 'perl-moo' 'perl-sub-name' 'perl-mouse' 'perl-test-needs')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-$pkgver.tar.gz")
+sha512sums=('64dee8009c8ab587c1aef504c0b429248a9069e6cfbfcb4062b83ddf56c82121be66f821013f3251e6863935429e0663aec82202352904983db600a79348732c')
+
+build() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list