chainsaw    15/01/20 10:08:24

  Modified:             ChangeLog
  Added:                Net-DNS-0.810.0.ebuild
  Log:
  Version bump in an attempt to address intermittent "zone file representation 
not defined for TSIG" errors in a LINX DNS update script occurring with 
0.740.0; herd commit approval from Andreas "dilfridge" Huettel.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  Changes    Path
1.177                dev-perl/Net-DNS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.177&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.177&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?r1=1.176&r2=1.177

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   18 Jan 2015 08:42:55 -0000      1.176
+++ ChangeLog   20 Jan 2015 10:08:24 -0000      1.177
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Net-DNS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.176 
2015/01/18 08:42:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.177 
2015/01/20 10:08:24 chainsaw Exp $
+
+*Net-DNS-0.810.0 (20 Jan 2015)
+
+  20 Jan 2015; Tony Vroon <chain...@gentoo.org> +Net-DNS-0.810.0.ebuild:
+  Version bump in an attempt to address intermittent "zone file representation
+  not defined for TSIG" errors in a LINX DNS update script occurring with
+  0.740.0; herd commit approval from Andreas "dilfridge" Huettel.
 
   18 Jan 2015; Agostino Sarubbo <a...@gentoo.org> Net-DNS-0.740.0.ebuild:
   Stable for ppc64, wrt bug #535210



1.1                  dev-perl/Net-DNS/Net-DNS-0.810.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.810.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.810.0.ebuild?rev=1.1&content-type=text/plain

Index: Net-DNS-0.810.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.810.0.ebuild,v 
1.1 2015/01/20 10:08:24 chainsaw Exp $

EAPI=5

MODULE_AUTHOR=NLNETLABS
MODULE_VERSION=0.81
inherit toolchain-funcs perl-module

DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
IUSE="ipv6 test"

RDEPEND="
        virtual/perl-Digest-MD5
        dev-perl/Digest-HMAC
        virtual/perl-Digest-SHA
        dev-perl/Net-IP
        virtual/perl-MIME-Base64
        ipv6? (
                dev-perl/IO-Socket-INET6
        )
"
DEPEND="${RDEPEND}
        test? (
                virtual/perl-Test-Simple
                dev-perl/Test-Pod
        )"

PATCHES=( ${FILESDIR}/${PN}-0.68-ar.patch )
SRC_TEST="do"

src_prepare() {
        perl-module_src_prepare
        mydoc="TODO"
        # --IPv6-tests requires that you have external IPv6 connectivity
        # as it connects to 2001:7b8:206:1:0:1234:be21:e31e
        myconf="${myconf} --no-online-tests --no-IPv6-tests"
}

src_compile() {
        emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
}




Reply via email to