mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-12 04:17:26 -08:00
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
222 lines
4.5 KiB
Diff
222 lines
4.5 KiB
Diff
--- a/distrib/PyAlaMode.desktop
|
|
+++ b/distrib/PyAlaMode.desktop
|
|
@@ -1,8 +1,8 @@
|
|
[Desktop Entry]
|
|
-Name=PyAlaMode
|
|
+Name=PyAlaMode (2.9)
|
|
Comment=GUI Python Shell with Filling and editor windows
|
|
-Exec=pyalamode
|
|
-Icon=PyCrust.png
|
|
+Exec=pyalamode-2.9
|
|
+Icon=/usr/share/pixmaps/PyCrust-2.9.png
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Development;
|
|
--- a/distrib/PyCrust.desktop
|
|
+++ b/distrib/PyCrust.desktop
|
|
@@ -1,8 +1,8 @@
|
|
[Desktop Entry]
|
|
-Name=PyCrust
|
|
+Name=PyCrust (2.9)
|
|
Comment=GUI Python Shell with Filling
|
|
-Exec=pycrust
|
|
-Icon=PyCrust.png
|
|
+Exec=pycrust-2.9
|
|
+Icon=/usr/share/pixmaps/PyCrust-2.9.png
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Development;
|
|
--- a/distrib/PyShell.desktop
|
|
+++ b/distrib/PyShell.desktop
|
|
@@ -1,8 +1,8 @@
|
|
[Desktop Entry]
|
|
-Name=PyShell
|
|
+Name=PyShell (2.9)
|
|
Comment=GUI Python Shell
|
|
-Exec=pyshell
|
|
-Icon=PyCrust.png
|
|
+Exec=pyshell-2.9
|
|
+Icon=/usr/share/pixmaps/PyCrust-2.9.png
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Development;
|
|
--- a/distrib/PySlices.desktop
|
|
+++ b/distrib/PySlices.desktop
|
|
@@ -1,8 +1,8 @@
|
|
[Desktop Entry]
|
|
-Name=PySlices
|
|
+Name=PySlices (2.9)
|
|
Comment=GUI Python Shell with Filling
|
|
-Exec=pyslices
|
|
-Icon=PySlices.png
|
|
+Exec=pyslices-2.9
|
|
+Icon=/usr/share/pixmaps/PySlices-2.9.png
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Development;
|
|
--- a/distrib/PySlicesShell.desktop
|
|
+++ b/distrib/PySlicesShell.desktop
|
|
@@ -1,9 +1,9 @@
|
|
|
|
[Desktop Entry]
|
|
-Name=PySlicesShell
|
|
+Name=PySlicesShell (2.9)
|
|
Comment=GUI Python Shell
|
|
-Exec=pysliceshell
|
|
-Icon=PySlices.png
|
|
+Exec=pysliceshell-2.9
|
|
+Icon=/usr/share/pixmaps/PySlices-2.9.png
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Development;
|
|
--- a/distrib/XRCed.desktop
|
|
+++ b/distrib/XRCed.desktop
|
|
@@ -1,8 +1,8 @@
|
|
[Desktop Entry]
|
|
-Name=XRCed
|
|
+Name=XRCed (2.9)
|
|
Comment=wxPython XRC resource editor
|
|
-Exec=xrced
|
|
-Icon=XRCed.png
|
|
+Exec=xrced-2.9
|
|
+Icon=/usr/share/pixmaps/XRCed-2.9.png
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Application;Development;
|
|
--- a/scripts/editra
|
|
+++ b/scripts/editra
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.tools.Editra.launcher import main
|
|
main()
|
|
--- a/scripts/genaxmodule
|
|
+++ b/scripts/genaxmodule
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.tools.genaxmodule import main
|
|
main()
|
|
--- a/scripts/helpviewer
|
|
+++ b/scripts/helpviewer
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.tools.helpviewer import main
|
|
main()
|
|
--- a/scripts/img2png
|
|
+++ b/scripts/img2png
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.tools.img2png import main
|
|
main()
|
|
--- a/scripts/img2py
|
|
+++ b/scripts/img2py
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.tools.img2py import main
|
|
main()
|
|
--- a/scripts/img2xpm
|
|
+++ b/scripts/img2xpm
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.tools.img2xpm import main
|
|
main()
|
|
--- a/scripts/pyalacarte
|
|
+++ b/scripts/pyalacarte
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.py.PyAlaCarte import main
|
|
main()
|
|
--- a/scripts/pyalamode
|
|
+++ b/scripts/pyalamode
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.py.PyAlaMode import main
|
|
main()
|
|
--- a/scripts/pycrust
|
|
+++ b/scripts/pycrust
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.py.PyCrust import main
|
|
main()
|
|
--- a/scripts/pyshell
|
|
+++ b/scripts/pyshell
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.py.PyShell import main
|
|
main()
|
|
--- a/scripts/pyslices
|
|
+++ b/scripts/pyslices
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.py.PySlices import main
|
|
main()
|
|
--- a/scripts/pysliceshell
|
|
+++ b/scripts/pysliceshell
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.py.PySlicesShell import main
|
|
main()
|
|
--- a/scripts/pywrap
|
|
+++ b/scripts/pywrap
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.py.PyWrap import main
|
|
main()
|
|
--- a/scripts/pywxrc
|
|
+++ b/scripts/pywxrc
|
|
@@ -1,5 +1,7 @@
|
|
#!/usr/bin/env python
|
|
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
from wx.tools.pywxrc import main
|
|
main()
|
|
|
|
--- a/scripts/xrced
|
|
+++ b/scripts/xrced
|
|
@@ -1,4 +1,6 @@
|
|
#!/usr/bin/env python
|
|
+import wxversion
|
|
+wxversion.select("2.9")
|
|
|
|
from wx.tools.XRCed.xrced import main
|
|
main()
|