public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog
@ 2015-01-30 22:05 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2015-01-30 22:05 UTC (permalink / raw
  To: gentoo-commits

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 <tomka@gentoo.org>
+  +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)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog
@ 2015-03-12 10:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-12 10:07 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/12 10:07:31

  Modified:             wicd-1.7.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #541794
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?r1=1.2&r2=1.3

Index: wicd-1.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wicd-1.7.3.ebuild	30 Jan 2015 22:05:10 -0000	1.2
+++ wicd-1.7.3.ebuild	12 Mar 2015 10:07:31 -0000	1.3
@@ -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.2 2015/01/30 22:05:10 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.3 2015/03/12 10:07:31 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils gnome-shell"
 
 DEPEND="nls? ( dev-python/Babel )"



1.153                net-misc/wicd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	30 Jan 2015 22:05:10 -0000	1.152
+++ ChangeLog	12 Mar 2015 10:07:31 -0000	1.153
@@ -1,6 +1,9 @@
 # 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.152 2015/01/30 22:05:10 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.153 2015/03/12 10:07:31 ago Exp $
+
+  12 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wicd-1.7.3.ebuild:
+  Stable for amd64, wrt bug #541794
 
   30 Jan 2015; Thomas Kahle <tomka@gentoo.org>
   +files/wicd-1.7.3-undefined-LANG.patch, wicd-1.7.3.ebuild:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog
@ 2015-03-25 14:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-25 14:11 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/25 14:11:45

  Modified:             wicd-1.7.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #541794
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?r1=1.3&r2=1.4

Index: wicd-1.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wicd-1.7.3.ebuild	12 Mar 2015 10:07:31 -0000	1.3
+++ wicd-1.7.3.ebuild	25 Mar 2015 14:11:44 -0000	1.4
@@ -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.3 2015/03/12 10:07:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.4 2015/03/25 14:11:44 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils gnome-shell"
 
 DEPEND="nls? ( dev-python/Babel )"



1.154                net-misc/wicd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	12 Mar 2015 10:07:31 -0000	1.153
+++ ChangeLog	25 Mar 2015 14:11:44 -0000	1.154
@@ -1,6 +1,9 @@
 # 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.153 2015/03/12 10:07:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.154 2015/03/25 14:11:44 ago Exp $
+
+  25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wicd-1.7.3.ebuild:
+  Stable for x86, wrt bug #541794
 
   12 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wicd-1.7.3.ebuild:
   Stable for amd64, wrt bug #541794





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog
@ 2015-04-12 11:28 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-04-12 11:28 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/04/12 11:28:38

  Modified:             wicd-1.7.3.ebuild ChangeLog
  Log:
  Add ~mips keyword back (bug #537040)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?r1=1.4&r2=1.5

Index: wicd-1.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wicd-1.7.3.ebuild	25 Mar 2015 14:11:44 -0000	1.4
+++ wicd-1.7.3.ebuild	12 Apr 2015 11:28:38 -0000	1.5
@@ -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.4 2015/03/25 14:11:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.5 2015/04/12 11:28:38 zlogene Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils gnome-shell"
 
 DEPEND="nls? ( dev-python/Babel )"



1.155                net-misc/wicd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	25 Mar 2015 14:11:44 -0000	1.154
+++ ChangeLog	12 Apr 2015 11:28:38 -0000	1.155
@@ -1,6 +1,9 @@
 # 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.154 2015/03/25 14:11:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.155 2015/04/12 11:28:38 zlogene Exp $
+
+  12 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> wicd-1.7.3.ebuild:
+  Add ~mips keyword back (bug #537040)
 
   25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wicd-1.7.3.ebuild:
   Stable for x86, wrt bug #541794





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog
@ 2015-05-17 20:12 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-17 20:12 UTC (permalink / raw
  To: gentoo-commits

pacho       15/05/17 20:12:32

  Modified:             wicd-1.7.3.ebuild ChangeLog
  Log:
  ppc64 stable wrt bug #541794
  
  (Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild?r1=1.6&r2=1.7

Index: wicd-1.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wicd-1.7.3.ebuild	15 May 2015 12:13:17 -0000	1.6
+++ wicd-1.7.3.ebuild	17 May 2015 20:12:31 -0000	1.7
@@ -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.6 2015/05/15 12:13:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.7 2015/05/17 20:12:31 pacho Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86"
 IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils gnome-shell"
 
 DEPEND="nls? ( dev-python/Babel )"



1.157                net-misc/wicd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	15 May 2015 12:13:17 -0000	1.156
+++ ChangeLog	17 May 2015 20:12:31 -0000	1.157
@@ -1,6 +1,9 @@
 # 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.156 2015/05/15 12:13:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.157 2015/05/17 20:12:31 pacho Exp $
+
+  17 May 2015; Pacho Ramos <pacho@gentoo.org> wicd-1.7.3.ebuild:
+  ppc64 stable wrt bug #541794
 
   15 May 2015; Pacho Ramos <pacho@gentoo.org> wicd-1.7.3.ebuild:
   ppc stable wrt bug #541794





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-17 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17 20:12 [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-12 11:28 Mikle Kolyada (zlogene)
2015-03-25 14:11 Agostino Sarubbo (ago)
2015-03-12 10:07 Agostino Sarubbo (ago)
2015-01-30 22:05 Thomas Kahle (tomka)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox