From cc8ebada17eb365c21625b4c64b04115c0580fde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Jul 2015 19:57:10 +0100 Subject: clean some deprecated ebuilds...no distfiles available anymore --- gnome-extra/cinnamon/files/fix-control-center-check.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 gnome-extra/cinnamon/files/fix-control-center-check.patch (limited to 'gnome-extra/cinnamon/files/fix-control-center-check.patch') diff --git a/gnome-extra/cinnamon/files/fix-control-center-check.patch b/gnome-extra/cinnamon/files/fix-control-center-check.patch deleted file mode 100644 index 981b1c1a..00000000 --- a/gnome-extra/cinnamon/files/fix-control-center-check.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur cinnamon-1.7.1.orig/files/usr/bin/cinnamon-settings cinnamon-1.7.1/files/usr/bin/cinnamon-settings ---- cinnamon-1.7.1.orig/files/usr/bin/cinnamon-settings 2013-02-21 17:23:45.000000000 +0100 -+++ cinnamon-1.7.1/files/usr/bin/cinnamon-settings 2013-03-03 03:03:24.151209998 +0100 -@@ -7,7 +7,7 @@ - if os.path.exists("/usr/lib/cinnamon-settings/modules/cs_%s.py" % module): - print "Python module" - os.execvp("/usr/lib/cinnamon-settings/cinnamon-settings.py", ("",) + tuple(sys.argv[1:])) -- elif os.path.exists("/usr/bin/cinnamon-control-center"): -+ elif os.path.exists("/usr/lib/cinnamon-control-center-1/panels"): - print "Unknown module %s, using cinnamon-control-center" % module - os.execvp("/usr/lib/cinnamon-settings/cinnamon-settings.py", ("",) + tuple(sys.argv[1:])) - elif os.path.exists("/usr/bin/gnome-control-center"): \ No newline at end of file -- cgit v1.2.3