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.70.0.ebuild
Date: Mon, 29 Aug 2011 12:01:03
Message-Id: 20110829120052.E2C832004C@flycatcher.gentoo.org
1 tove 11/08/29 12:00:52
2
3 Modified: ChangeLog
4 Added: Net-DNS-Async-1.70.0.ebuild
5 Log:
6 Change version scheme
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-perl/Net-DNS-Async/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 21 Jun 2009 12:36:50 -0000 1.2
24 +++ ChangeLog 29 Aug 2011 12:00:52 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Net-DNS-Async
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.2 2009/06/21 12:36:50 tove Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.3 2011/08/29 12:00:52 tove Exp $
31 +
32 +*Net-DNS-Async-1.70.0 (29 Aug 2011)
33 +
34 + 29 Aug 2011; Torsten Veller <tove@g.o> +Net-DNS-Async-1.70.0.ebuild:
35 + Change version scheme
36
37 21 Jun 2009; Torsten Veller <tove@g.o> Net-DNS-Async-1.07.ebuild:
38 Add ~x86. Fix header. Don't run online test.
39
40
41
42 1.1 dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Net-DNS-Async-1.70.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0.ebuild,v 1.1 2011/08/29 12:00:52 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=SHEVEK
56 MODULE_VERSION=1.07
57 inherit perl-module
58
59 DESCRIPTION="Asynchronous DNS helper for high volume applications"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="dev-perl/Net-DNS"
66 DEPEND="${RDEPEND}"
67
68 SRC_TEST="do"
69
70 src_test() {
71 # disable online test
72 mv "${S}"/t/02_resolve.t{,.disable} || die
73 perl-module_src_test
74 }