Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog
Date: Fri, 30 Jan 2015 22:05:15
Message-Id: 20150130220510.641BE10B73@oystercatcher.gentoo.org
1 tomka 15/01/30 22:05:10
2
3 Modified: wicd-1.7.3.ebuild ChangeLog
4 Log:
5 Fix bug 537202 and python_export_best deprecation
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
8
9 Revision Changes Path
10 1.2 net-misc/wicd/wicd-1.7.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?r1=1.1&r2=1.2
15
16 Index: wicd-1.7.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wicd-1.7.3.ebuild 19 Jan 2015 12:32:36 -0000 1.1
23 +++ wicd-1.7.3.ebuild 30 Jan 2015 22:05:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.1 2015/01/19 12:32:36 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.2 2015/01/30 22:05:10 tomka Exp $
29
30 EAPI=5
31
32 @@ -65,6 +65,8 @@
33 # Upstream bug https://bugs.launchpad.net/wicd/+bug/1412413
34 # Creates files -> give -p
35 epatch -p1 "${FILESDIR}"/${P}-add-missing-gnome-shell-extension.patch
36 + # If LANG is undefined, build can fail (bug 537202)
37 + epatch "${FILESDIR}"/${P}-undefined-LANG.patch
38 # get rid of opts variable to fix bug 381885
39 sed -i "/opts/d" "in/init=gentoo=wicd.in" || die
40 # Need to ensure that generated scripts use Python 2 at run time.
41 @@ -98,7 +100,7 @@
42 use ncurses || myconf="${myconf} --no-install-ncurses"
43 use pm-utils || myconf="${myconf} --no-install-pmutils"
44 use gnome-shell || myconf="${myconf} --no-install-gnome-shell-extensions"
45 - python_export_best
46 + python_setup
47 "${EPYTHON}" ./setup.py configure --no-install-docs \
48 --resume=/usr/share/wicd/scripts/ \
49 --suspend=/usr/share/wicd/scripts/ \
50
51
52
53 1.152 net-misc/wicd/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.152&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.152&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.151&r2=1.152
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
62 retrieving revision 1.151
63 retrieving revision 1.152
64 diff -u -r1.151 -r1.152
65 --- ChangeLog 19 Jan 2015 12:32:36 -0000 1.151
66 +++ ChangeLog 30 Jan 2015 22:05:10 -0000 1.152
67 @@ -1,6 +1,10 @@
68 # ChangeLog for net-misc/wicd
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.151 2015/01/19 12:32:36 tomka Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.152 2015/01/30 22:05:10 tomka Exp $
72 +
73 + 30 Jan 2015; Thomas Kahle <tomka@g.o>
74 + +files/wicd-1.7.3-undefined-LANG.patch, wicd-1.7.3.ebuild:
75 + Fix bug 537202 and python_export_best deprecation
76
77 *wicd-1.7.3 (19 Jan 2015)