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: Net-DNS-Async-1.07.ebuild
Date: Sun, 21 Jun 2009 12:40:16
Message-Id: E1MIMLG-0003zo-MH@stork.gentoo.org
1 tove 09/06/21 12:40:14
2
3 Modified: Net-DNS-Async-1.07.ebuild
4 Log:
5 Proper quoting
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild?r1=1.2&r2=1.3
14
15 Index: Net-DNS-Async-1.07.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- Net-DNS-Async-1.07.ebuild 21 Jun 2009 12:36:50 -0000 1.2
22 +++ Net-DNS-Async-1.07.ebuild 21 Jun 2009 12:40:14 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v 1.3 2009/06/21 12:40:14 tove Exp $
28
29 MODULE_AUTHOR="SHEVEK"
30 inherit perl-module
31 @@ -18,6 +18,6 @@
32
33 src_test() {
34 # disable online test
35 - mv ${S}/t/02_resolve.t{,.disable} || die
36 + mv "${S}"/t/02_resolve.t{,.disable} || die
37 perl-module_src_test
38 }