Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Net-DNS-Async: ChangeLog Net-DNS-Async-1.07.ebuild
Date: Sun, 21 Jun 2009 12:36:53
Message-Id: E1MIMHy-0003ou-SG@stork.gentoo.org
1 tove 09/06/21 12:36:50
2
3 Modified: ChangeLog Net-DNS-Async-1.07.ebuild
4 Log:
5 Add ~x86. Fix header. Don't run online test.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-perl/Net-DNS-Async/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 19 Jun 2009 23:48:11 -0000 1.1
22 +++ ChangeLog 21 Jun 2009 12:36:50 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Net-DNS-Async
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.1 2009/06/19 23:48:11 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.2 2009/06/21 12:36:50 tove Exp $
28 +
29 + 21 Jun 2009; Torsten Veller <tove@g.o> Net-DNS-Async-1.07.ebuild:
30 + Add ~x86. Fix header. Don't run online test.
31
32 *Net-DNS-Async-1.07 (19 Jun 2009)
33
34
35
36
37 1.2 dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild?r1=1.1&r2=1.2
42
43 Index: Net-DNS-Async-1.07.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- Net-DNS-Async-1.07.ebuild 19 Jun 2009 23:48:11 -0000 1.1
50 +++ Net-DNS-Async-1.07.ebuild 21 Jun 2009 12:36:50 -0000 1.2
51 @@ -1,19 +1,23 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# This ebuild generated by g-cpan 0.16.0
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v 1.2 2009/06/21 12:36:50 tove Exp $
56
57 MODULE_AUTHOR="SHEVEK"
58 -
59 inherit perl-module
60
61 DESCRIPTION="Asynchronous DNS helper for high volume applications"
62
63 -IUSE=""
64 -
65 SLOT="0"
66 -LICENSE="|| ( Artistic GPL-2 )"
67 -KEYWORDS="~amd64 ~amd64"
68 +KEYWORDS="~amd64 ~x86"
69 +IUSE=""
70
71 RDEPEND="dev-perl/Net-DNS"
72 DEPEND="${RDEPEND}"
73 +
74 SRC_TEST="do"
75 +
76 +src_test() {
77 + # disable online test
78 + mv ${S}/t/02_resolve.t{,.disable} || die
79 + perl-module_src_test
80 +}