From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B4CFD138A1A for ; Fri, 30 Jan 2015 22:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 373BEE091F; Fri, 30 Jan 2015 22:05:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7F84E091F for ; Fri, 30 Jan 2015 22:05:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D780234059D for ; Fri, 30 Jan 2015 22:05:12 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2281) id 641BE10B73; Fri, 30 Jan 2015 22:05:10 +0000 (UTC) From: "Thomas Kahle (tomka)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomka@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wicd-1.7.3.ebuild ChangeLog X-VCS-Directories: net-misc/wicd X-VCS-Committer: tomka X-VCS-Committer-Name: Thomas Kahle Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150130220510.641BE10B73@oystercatcher.gentoo.org> Date: Fri, 30 Jan 2015 22:05:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49fb5d03-9967-43d8-b7bc-0594a62a90bc X-Archives-Hash: b958510d4acc549852c0f04e307a5983 tomka 15/01/30 22:05:10 Modified: wicd-1.7.3.ebuild ChangeLog Log: Fix bug 537202 and python_export_best deprecation (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision Changes Path 1.2 net-misc/wicd/wicd-1.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?r1=1.1&r2=1.2 Index: wicd-1.7.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wicd-1.7.3.ebuild 19 Jan 2015 12:32:36 -0000 1.1 +++ wicd-1.7.3.ebuild 30 Jan 2015 22:05:10 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.1 2015/01/19 12:32:36 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.2 2015/01/30 22:05:10 tomka Exp $ EAPI=5 @@ -65,6 +65,8 @@ # Upstream bug https://bugs.launchpad.net/wicd/+bug/1412413 # Creates files -> give -p epatch -p1 "${FILESDIR}"/${P}-add-missing-gnome-shell-extension.patch + # If LANG is undefined, build can fail (bug 537202) + epatch "${FILESDIR}"/${P}-undefined-LANG.patch # get rid of opts variable to fix bug 381885 sed -i "/opts/d" "in/init=gentoo=wicd.in" || die # Need to ensure that generated scripts use Python 2 at run time. @@ -98,7 +100,7 @@ use ncurses || myconf="${myconf} --no-install-ncurses" use pm-utils || myconf="${myconf} --no-install-pmutils" use gnome-shell || myconf="${myconf} --no-install-gnome-shell-extensions" - python_export_best + python_setup "${EPYTHON}" ./setup.py configure --no-install-docs \ --resume=/usr/share/wicd/scripts/ \ --suspend=/usr/share/wicd/scripts/ \ 1.152 net-misc/wicd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.152&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.152&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.151&r2=1.152 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- ChangeLog 19 Jan 2015 12:32:36 -0000 1.151 +++ ChangeLog 30 Jan 2015 22:05:10 -0000 1.152 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.151 2015/01/19 12:32:36 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.152 2015/01/30 22:05:10 tomka Exp $ + + 30 Jan 2015; Thomas Kahle + +files/wicd-1.7.3-undefined-LANG.patch, wicd-1.7.3.ebuild: + Fix bug 537202 and python_export_best deprecation *wicd-1.7.3 (19 Jan 2015)