From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QzP4G-0006aD-Gq for garchives@archives.gentoo.org; Fri, 02 Sep 2011 08:25:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3811B21C118; Fri, 2 Sep 2011 08:25:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E98F121C118 for ; Fri, 2 Sep 2011 08:25:32 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5802F66A46 for ; Fri, 2 Sep 2011 08:25:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id A68F12004C; Fri, 2 Sep 2011 08:25:29 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.13.3-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wget-1.13.3-r2.ebuild ChangeLog X-VCS-Directories: net-misc/wget X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20110902082529.A68F12004C@flycatcher.gentoo.org> Date: Fri, 2 Sep 2011 08:25:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9ad664dec6885ecb2cc03f326e743b5e radhermit 11/09/02 08:25:29 Modified: wget-1.13.3-r2.ebuild ChangeLog Log: Remove unused myconf variable. =20 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) Revision Changes Path 1.3 net-misc/wget/wget-1.13.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget= -1.13.3-r2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget= -1.13.3-r2.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget= -1.13.3-r2.ebuild?r1=3D1.2&r2=3D1.3 Index: wget-1.13.3-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.3-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wget-1.13.3-r2.ebuild 2 Sep 2011 06:58:11 -0000 1.2 +++ wget-1.13.3-r2.ebuild 2 Sep 2011 08:25:29 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ =20 EAPI=3D4 =20 @@ -49,8 +49,7 @@ $(use_enable ipv6) \ $(use_enable nls) \ $(use_enable ntlm) \ - $(use_enable debug) \ - ${myconf} + $(use_enable debug) } =20 src_install() { 1.145 net-misc/wget/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/Chan= geLog?rev=3D1.145&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/Chan= geLog?rev=3D1.145&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/Chan= geLog?r1=3D1.144&r2=3D1.145 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v retrieving revision 1.144 retrieving revision 1.145 diff -u -r1.144 -r1.145 --- ChangeLog 2 Sep 2011 06:58:11 -0000 1.144 +++ ChangeLog 2 Sep 2011 08:25:29 -0000 1.145 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.144 2011/= 09/02 06:58:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.145 2011/= 09/02 08:25:29 radhermit Exp $ + + 02 Sep 2011; Tim Harder wget-1.13.3-r2.ebuild: + Remove unused myconf variable. =20 02 Sep 2011; Tom=C3=A1=C5=A1 Chv=C3=A1tal -wget= -1.13.3.ebuild, -wget-1.13.3-r1.ebuild, wget-1.13.3-r2.ebuild: