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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 05:55:40 UTC 2017


    Date: Monday, January 2, 2017 @ 05:55:39
  Author: felixonmars
Revision: 204156

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 05:55:18 UTC (rev 204155)
+++ PKGBUILD	2017-01-02 05:55:39 UTC (rev 204156)
@@ -1,35 +0,0 @@
-# $Id$
-# 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.303
-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)
-md5sums=('0de4f5a89fa1b8717115df1272ee5ca2')
-
-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 204155, perl-net-idn-encode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-02 05:55:39 UTC (rev 204156)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.400
+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)
+md5sums=('1ccf33ee6717185064b5d1bbbe8f4247')
+
+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