Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.13.3-r2.ebuild ChangeLog
Date: Fri, 02 Sep 2011 08:25:40
Message-Id: 20110902082529.A68F12004C@flycatcher.gentoo.org
1 radhermit 11/09/02 08:25:29
2
3 Modified: wget-1.13.3-r2.ebuild ChangeLog
4 Log:
5 Remove unused myconf variable.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-misc/wget/wget-1.13.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.13.3-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.13.3-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.13.3-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: wget-1.13.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.3-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wget-1.13.3-r2.ebuild 2 Sep 2011 06:58:11 -0000 1.2
23 +++ wget-1.13.3-r2.ebuild 2 Sep 2011 08:25:29 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.3-r2.ebuild,v 1.2 2011/09/02 06:58:11 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.3-r2.ebuild,v 1.3 2011/09/02 08:25:29 radhermit Exp $
29
30 EAPI=4
31
32 @@ -49,8 +49,7 @@
33 $(use_enable ipv6) \
34 $(use_enable nls) \
35 $(use_enable ntlm) \
36 - $(use_enable debug) \
37 - ${myconf}
38 + $(use_enable debug)
39 }
40
41 src_install() {
42
43
44
45 1.145 net-misc/wget/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.145&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.145&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.144&r2=1.145
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
54 retrieving revision 1.144
55 retrieving revision 1.145
56 diff -u -r1.144 -r1.145
57 --- ChangeLog 2 Sep 2011 06:58:11 -0000 1.144
58 +++ ChangeLog 2 Sep 2011 08:25:29 -0000 1.145
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-misc/wget
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.144 2011/09/02 06:58:11 scarabeus Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.145 2011/09/02 08:25:29 radhermit Exp $
64 +
65 + 02 Sep 2011; Tim Harder <radhermit@g.o> wget-1.13.3-r2.ebuild:
66 + Remove unused myconf variable.
67
68 02 Sep 2011; Tomáš Chvátal <scarabeus@g.o> -wget-1.13.3.ebuild,
69 -wget-1.13.3-r1.ebuild, wget-1.13.3-r2.ebuild: