[arch-commits] Commit in perl-net-dns/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Fri May 30 04:36:45 UTC 2014


    Date: Friday, May 30, 2014 @ 06:36:44
  Author: fyan
Revision: 213837

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  perl-net-dns/repos/testing-i686/PKGBUILD
    (from rev 213836, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/testing-x86_64/PKGBUILD
    (from rev 213836, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/testing-i686/PKGBUILD
  perl-net-dns/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   62 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   32 -----------------------
 testing-x86_64/PKGBUILD |   32 -----------------------
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-05-30 04:35:14 UTC (rev 213836)
+++ testing-i686/PKGBUILD	2014-05-30 04:36:44 UTC (rev 213837)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/"
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/testing-i686/PKGBUILD (from rev 213836, perl-net-dns/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-05-30 04:36:44 UTC (rev 213837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/"
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-05-30 04:35:14 UTC (rev 213836)
+++ testing-x86_64/PKGBUILD	2014-05-30 04:36:44 UTC (rev 213837)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/"
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/testing-x86_64/PKGBUILD (from rev 213836, perl-net-dns/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-05-30 04:36:44 UTC (rev 213837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/"
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list