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 <[email protected]> + +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)
