summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2015-09-20 23:26:57 +0200
committerMichael Weber <xmw@gentoo.org>2015-09-20 23:28:27 +0200
commitd0509b7aa104fb67fd388f6f8d1e432d11005ca2 (patch)
tree2cac9e6836247f0e264a2c9e4026b61c9f2e5040 /x11-wm/xpra/files
parentapp-doc/zeal: Initial commit (diff)
downloadgentoo-d0509b7aa104fb67fd388f6f8d1e432d11005ca2.tar.gz
gentoo-d0509b7aa104fb67fd388f6f8d1e432d11005ca2.tar.bz2
gentoo-d0509b7aa104fb67fd388f6f8d1e432d11005ca2.zip
x11-wm/xpra: drop old version.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-wm/xpra/files')
-rw-r--r--x11-wm/xpra/files/xpra-0.10.1-prefix.patch30
-rw-r--r--x11-wm/xpra/files/xpra-0.10.12-launcher.patch10
-rw-r--r--x11-wm/xpra/files/xpra-0.12.0-prefix.patch27
-rw-r--r--x11-wm/xpra/files/xpra-0.7.1-ignore-gentoo-no-compile.patch11
4 files changed, 0 insertions, 78 deletions
diff --git a/x11-wm/xpra/files/xpra-0.10.1-prefix.patch b/x11-wm/xpra/files/xpra-0.10.1-prefix.patch
deleted file mode 100644
index 1e8e759abaca..000000000000
--- a/x11-wm/xpra/files/xpra-0.10.1-prefix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Index: xpra-0.10.1/setup.py
-===================================================================
---- xpra-0.10.1.orig/setup.py
-+++ xpra-0.10.1/setup.py
-@@ -896,8 +896,8 @@ else:
- return {}
- if "install" in sys.argv:
- #prepare default [/usr/local]/etc configuration files:
-- if sys.prefix == '/usr':
-- etc_prefix = '/etc/xpra'
-+ if sys.prefix[-4:] == '/usr':
-+ etc_prefix = sys.prefix[:-4] + '/etc/xpra'
- else:
- etc_prefix = sys.prefix + '/etc/xpra'
-
-Index: xpra-0.10.1/xpra/scripts/config.py
-===================================================================
---- xpra-0.10.1.orig/xpra/scripts/config.py
-+++ xpra-0.10.1/xpra/scripts/config.py
-@@ -344,8 +344,8 @@ def read_xpra_defaults():
- #first, read the global defaults:
- if sys.platform.startswith("win"):
- conf_dir = os.path.dirname(os.path.abspath(sys.executable))
-- elif sys.prefix == '/usr':
-- conf_dir = '/etc/xpra'
-+ elif sys.prefix[-4:] == '/usr':
-+ conf_dir = sys.prefix[:-4] + '/etc/xpra'
- else:
- conf_dir = sys.prefix + '/etc/xpra/'
- defaults = read_xpra_conf(conf_dir)
diff --git a/x11-wm/xpra/files/xpra-0.10.12-launcher.patch b/x11-wm/xpra/files/xpra-0.10.12-launcher.patch
deleted file mode 100644
index edd42a8e837b..000000000000
--- a/x11-wm/xpra/files/xpra-0.10.12-launcher.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/xpra/client/gtk_base/client_launcher.py
-+++ src/xpra/client/gtk_base/client_launcher.py
-@@ -18,5 +18,6 @@
- import pygtk
- pygtk.require('2.0')
--import gtk.gdk
-+import gtk
-+from gtk import gdk
- import gobject
- gobject.threads_init()
diff --git a/x11-wm/xpra/files/xpra-0.12.0-prefix.patch b/x11-wm/xpra/files/xpra-0.12.0-prefix.patch
deleted file mode 100644
index cce5e9dbfac7..000000000000
--- a/x11-wm/xpra/files/xpra-0.12.0-prefix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- xpra-0.12.0/xpra/scripts/config.py
-+++ xpra-0.12.0/xpra/scripts/config.py
-@@ -188,9 +188,9 @@
- #OSX and win32 use binary installers,
- #we must look for the default config in the bundled resource location:
- conf_dir = get_resources_dir()
-- elif sys.prefix == '/usr':
-+ elif sys.prefix[-4:] == '/usr':
- #default posix config location:
-- conf_dir = '/etc/xpra'
-+ conf_dir = sys.prefix[:-4] + '/etc/xpra'
- else:
- #hope the prefix is something like "/usr/local":
- conf_dir = sys.prefix + '/etc/xpra/'
---- xpra-0.12.0/setup.py
-+++ xpra-0.12.0/setup.py
-@@ -990,8 +990,8 @@
- return {}
- if "install" in sys.argv:
- #prepare default [/usr/local]/etc configuration files:
-- if sys.prefix == '/usr':
-- etc_prefix = '/etc/xpra'
-+ if sys.prefix[-4:] == '/usr':
-+ etc_prefix = sys.prefix[:-4] + '/etc/xpra'
- else:
- etc_prefix = sys.prefix + '/etc/xpra'
-
diff --git a/x11-wm/xpra/files/xpra-0.7.1-ignore-gentoo-no-compile.patch b/x11-wm/xpra/files/xpra-0.7.1-ignore-gentoo-no-compile.patch
deleted file mode 100644
index 31d619daddc9..000000000000
--- a/x11-wm/xpra/files/xpra-0.7.1-ignore-gentoo-no-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xpra-0.7.1/setup.py
-+++ xpra-0.7.1/setup.py
-@@ -135,7 +135,7 @@
- #then expects to find the cython modules!? ie:
- #python2.7 setup.py build -b build-2.7 install --no-compile --root=/var/tmp/portage/x11-wm/xpra-0.7.0/temp/images/2.7
- if "--no-compile" in sys.argv and not ("build" in sys.argv and "install" in sys.argv):
-- return
-+ pass
- global ext_modules, cmdclass
- cython_version_check(min_version)
- from Cython.Distutils import build_ext