[arch-commits] Commit in perl-net-idn-encode/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Oct 6 14:02:45 UTC 2018


    Date: Saturday, October 6, 2018 @ 14:02:45
  Author: felixonmars
Revision: 390880

archrelease: copy trunk to community-any

Added:
  perl-net-idn-encode/repos/community-any/PKGBUILD
    (from rev 390879, perl-net-idn-encode/trunk/PKGBUILD)
Deleted:
  perl-net-idn-encode/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-06 14:02:10 UTC (rev 390879)
+++ PKGBUILD	2018-10-06 14:02:45 UTC (rev 390880)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
-
-pkgname=perl-net-idn-encode
-_cpanname=Net-IDN-Encode
-pkgver=2.401
-pkgrel=1
-pkgdesc="Net::IDN::Encode provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs)."
-arch=('any')
-url="http://search.cpan.org/~cfaerber/${_cpanname}/"
-license=('GPL')
-depends=('perl')
-checkdepends=('perl-test-nowarnings' 'perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/${_cpanname}-${pkgver}.tar.gz)
-sha512sums=('e66bd90d40554ea17e0c2cc0ae1a741325c505dc4d970a05cd104eb81ac4be38bc8136701caf25bd9bd118145a7a97bec173f21e1fc22b34bb11e920be5ee6b6')
-
-build() {
-  cd "$srcdir/${_cpanname}-${pkgver}"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/${_cpanname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "$srcdir/${_cpanname}-${pkgver}"
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 sts=2 et:

Copied: perl-net-idn-encode/repos/community-any/PKGBUILD (from rev 390879, perl-net-idn-encode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-06 14:02:45 UTC (rev 390880)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
+
+pkgname=perl-net-idn-encode
+_cpanname=Net-IDN-Encode
+pkgver=2.500
+pkgrel=1
+pkgdesc="Net::IDN::Encode provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs)."
+arch=('any')
+url="http://search.cpan.org/~cfaerber/${_cpanname}/"
+license=('GPL')
+depends=('perl')
+checkdepends=('perl-test-nowarnings' 'perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('3537309ea391e4f762eb8ce43929bfa024d63ee59c94f8d2ea16179aa6ad66ecef29188551749593302f14dc5b3182dbce18ebaf5176a34b40d6fa5b7e5763fb')
+
+build() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 sts=2 et:



More information about the arch-commits mailing list