public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.12.1.ebuild wxpython-2.9.3.1.ebuild wxpython-2.9.4.1.ebuild ChangeLog
@ 2012-09-05  7:40 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-09-05  7:40 UTC (permalink / raw
  To: gentoo-commits

jlec        12/09/05 07:40:56

  Modified:             wxpython-2.8.12.1.ebuild wxpython-2.9.3.1.ebuild
                        wxpython-2.9.4.1.ebuild ChangeLog
  Log:
  Use domenu instead insinto + doins to install .desktop files
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-python/wxpython/wxpython-2.8.12.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?r1=1.15&r2=1.16

Index: wxpython-2.8.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- wxpython-2.8.12.1.ebuild	29 May 2012 14:46:19 -0000	1.15
+++ wxpython-2.8.12.1.ebuild	5 Sep 2012 07:40:56 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.15 2012/05/29 14:46:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.16 2012/09/05 07:40:56 jlec Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -104,8 +104,7 @@
 
 	dodoc "${S}"/docs/{CHANGES,PyManual,README,wxPackage,wxPythonManual}.txt
 
-	insinto /usr/share/applications
-	doins "${S}"/distrib/{Py{AlaMode,Crust,Shell},XRCed}.desktop
+	domenu "${S}"/distrib/{Py{AlaMode,Crust,Shell},XRCed}.desktop
 	insinto /usr/share/pixmaps
 	newins "${S}"/wx/py/PyCrust_32.png PyCrust.png
 	newins "${S}"/wx/tools/XRCed/XRCed_32.png XRCed.png



1.4                  dev-python/wxpython/wxpython-2.9.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild?r1=1.3&r2=1.4

Index: wxpython-2.9.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wxpython-2.9.3.1.ebuild	4 May 2012 15:12:12 -0000	1.3
+++ wxpython-2.9.3.1.ebuild	5 Sep 2012 07:40:56 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild,v 1.3 2012/05/04 15:12:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild,v 1.4 2012/09/05 07:40:56 jlec Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -98,9 +98,8 @@
 
 	dodoc "${S}"/docs/{CHANGES,PyManual,README,wxPackage,wxPythonManual}.txt
 
-	insinto /usr/share/applications
 	for x in {Py{AlaMode,Crust,Shell,Slices{,Shell}},XRCed}; do
-		newins "${S}"/distrib/${x}.desktop ${x}-${SLOT}.desktop
+		newmenu "${S}"/distrib/${x}.desktop ${x}-${SLOT}.desktop
 	done
 	insinto /usr/share/pixmaps
 	newins "${S}"/wx/py/PyCrust_32.png PyCrust-${SLOT}.png



1.2                  dev-python/wxpython/wxpython-2.9.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild?r1=1.1&r2=1.2

Index: wxpython-2.9.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxpython-2.9.4.1.ebuild	28 Jul 2012 22:56:25 -0000	1.1
+++ wxpython-2.9.4.1.ebuild	5 Sep 2012 07:40:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild,v 1.1 2012/07/28 22:56:25 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild,v 1.2 2012/09/05 07:40:56 jlec Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -97,9 +97,8 @@
 
 	dodoc "${S}"/docs/{CHANGES,PyManual,README,wxPackage,wxPythonManual}.txt
 
-	insinto /usr/share/applications
 	for x in {Py{AlaMode,Crust,Shell},XRCed}; do
-		newins "${S}"/distrib/${x}.desktop ${x}-${SLOT}.desktop
+		newmenu "${S}"/distrib/${x}.desktop ${x}-${SLOT}.desktop
 	done
 	insinto /usr/share/pixmaps
 	newins "${S}"/wx/py/PyCrust_32.png PyCrust-${SLOT}.png



1.172                dev-python/wxpython/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.171&r2=1.172

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog	8 Aug 2012 03:05:52 -0000	1.171
+++ ChangeLog	5 Sep 2012 07:40:56 -0000	1.172
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/wxpython
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.171 2012/08/08 03:05:52 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.172 2012/09/05 07:40:56 jlec Exp $
+
+  05 Sep 2012; Justin Lecher <jlec@gentoo.org> wxpython-2.8.12.1.ebuild,
+  wxpython-2.9.3.1.ebuild, wxpython-2.9.4.1.ebuild:
+  Use domenu instead insinto + doins to install .desktop files
 
   08 Aug 2012; Ryan Hill <dirtyepic@gentoo.org>
   +files/wxpython-2.8.11-drop-editra.patch:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.12.1.ebuild wxpython-2.9.3.1.ebuild wxpython-2.9.4.1.ebuild ChangeLog
@ 2012-09-05  9:36 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-09-05  9:36 UTC (permalink / raw
  To: gentoo-commits

jlec        12/09/05 09:36:33

  Modified:             wxpython-2.8.12.1.ebuild wxpython-2.9.3.1.ebuild
                        wxpython-2.9.4.1.ebuild ChangeLog
  Log:
  Use doicon instead insinto + doins to install icon files
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-python/wxpython/wxpython-2.8.12.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?r1=1.16&r2=1.17

Index: wxpython-2.8.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wxpython-2.8.12.1.ebuild	5 Sep 2012 07:40:56 -0000	1.16
+++ wxpython-2.8.12.1.ebuild	5 Sep 2012 09:36:33 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.16 2012/09/05 07:40:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.17 2012/09/05 09:36:33 jlec Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -105,9 +105,8 @@
 	dodoc "${S}"/docs/{CHANGES,PyManual,README,wxPackage,wxPythonManual}.txt
 
 	domenu "${S}"/distrib/{Py{AlaMode,Crust,Shell},XRCed}.desktop
-	insinto /usr/share/pixmaps
-	newins "${S}"/wx/py/PyCrust_32.png PyCrust.png
-	newins "${S}"/wx/tools/XRCed/XRCed_32.png XRCed.png
+	newicon "${S}"/wx/py/PyCrust_32.png PyCrust.png
+	newicon "${S}"/wx/tools/XRCed/XRCed_32.png XRCed.png
 
 	docdir=${D}usr/share/doc/${PF}
 



1.5                  dev-python/wxpython/wxpython-2.9.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild?r1=1.4&r2=1.5

Index: wxpython-2.9.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wxpython-2.9.3.1.ebuild	5 Sep 2012 07:40:56 -0000	1.4
+++ wxpython-2.9.3.1.ebuild	5 Sep 2012 09:36:33 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild,v 1.4 2012/09/05 07:40:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.3.1.ebuild,v 1.5 2012/09/05 09:36:33 jlec Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -101,10 +101,9 @@
 	for x in {Py{AlaMode,Crust,Shell,Slices{,Shell}},XRCed}; do
 		newmenu "${S}"/distrib/${x}.desktop ${x}-${SLOT}.desktop
 	done
-	insinto /usr/share/pixmaps
-	newins "${S}"/wx/py/PyCrust_32.png PyCrust-${SLOT}.png
-	newins "${S}"/wx/py/PySlices_32.png PySlices-${SLOT}.png
-	newins "${S}"/wx/tools/XRCed/XRCed_32.png XRCed-${SLOT}.png
+	newicon "${S}"/wx/py/PyCrust_32.png PyCrust-${SLOT}.png
+	newicon "${S}"/wx/py/PySlices_32.png PySlices-${SLOT}.png
+	newicon "${S}"/wx/tools/XRCed/XRCed_32.png XRCed-${SLOT}.png
 
 	if use examples; then
 		dodir /usr/share/doc/${PF}/demo



1.3                  dev-python/wxpython/wxpython-2.9.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild?r1=1.2&r2=1.3

Index: wxpython-2.9.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wxpython-2.9.4.1.ebuild	5 Sep 2012 07:40:56 -0000	1.2
+++ wxpython-2.9.4.1.ebuild	5 Sep 2012 09:36:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild,v 1.2 2012/09/05 07:40:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.9.4.1.ebuild,v 1.3 2012/09/05 09:36:33 jlec Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -100,10 +100,9 @@
 	for x in {Py{AlaMode,Crust,Shell},XRCed}; do
 		newmenu "${S}"/distrib/${x}.desktop ${x}-${SLOT}.desktop
 	done
-	insinto /usr/share/pixmaps
-	newins "${S}"/wx/py/PyCrust_32.png PyCrust-${SLOT}.png
-	newins "${S}"/wx/py/PySlices_32.png PySlices-${SLOT}.png
-	newins "${S}"/wx/tools/XRCed/XRCed_32.png XRCed-${SLOT}.png
+	newicon "${S}"/wx/py/PyCrust_32.png PyCrust-${SLOT}.png
+	newicon "${S}"/wx/py/PySlices_32.png PySlices-${SLOT}.png
+	newicon "${S}"/wx/tools/XRCed/XRCed_32.png XRCed-${SLOT}.png
 
 	if use examples; then
 		dodir /usr/share/doc/${PF}/demo



1.173                dev-python/wxpython/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.172&r2=1.173

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog	5 Sep 2012 07:40:56 -0000	1.172
+++ ChangeLog	5 Sep 2012 09:36:33 -0000	1.173
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/wxpython
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.172 2012/09/05 07:40:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.173 2012/09/05 09:36:33 jlec Exp $
+
+  05 Sep 2012; Justin Lecher <jlec@gentoo.org> wxpython-2.8.12.1.ebuild,
+  wxpython-2.9.3.1.ebuild, wxpython-2.9.4.1.ebuild:
+  Use doicon instead insinto + doins to install icon files
 
   05 Sep 2012; Justin Lecher <jlec@gentoo.org> wxpython-2.8.12.1.ebuild,
   wxpython-2.9.3.1.ebuild, wxpython-2.9.4.1.ebuild:





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

end of thread, other threads:[~2012-09-05  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05  7:40 [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.12.1.ebuild wxpython-2.9.3.1.ebuild wxpython-2.9.4.1.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-05  9:36 Justin Lecher (jlec)

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