From 9fbebc55eae3efabaeeab9d2d25a3952eccba51f Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Mon, 14 Jan 2008 22:49:50 +0000 Subject: r634@Devoty: necoro | 2008-01-14 23:48:24 +0100 Removed the broken plugins until they get replaced --- plugins/old/resume_loop.xml | 19 +++++++++++++++++++ plugins/old/shutdown.xml | 16 ++++++++++++++++ plugins/resume_loop.xml | 19 ------------------- plugins/shutdown.xml | 16 ---------------- setup.py | 5 ++++- 5 files changed, 39 insertions(+), 36 deletions(-) create mode 100644 plugins/old/resume_loop.xml create mode 100644 plugins/old/shutdown.xml delete mode 100644 plugins/resume_loop.xml delete mode 100644 plugins/shutdown.xml diff --git a/plugins/old/resume_loop.xml b/plugins/old/resume_loop.xml new file mode 100644 index 0000000..124d61d --- /dev/null +++ b/plugins/old/resume_loop.xml @@ -0,0 +1,19 @@ + + + René 'Necoro' Neumann + Emerge Resume Loop + portato.plugins.resume_loop + + + + + + * + + + + + + + + diff --git a/plugins/old/shutdown.xml b/plugins/old/shutdown.xml new file mode 100644 index 0000000..75323b1 --- /dev/null +++ b/plugins/old/shutdown.xml @@ -0,0 +1,16 @@ + + + René 'Necoro' Neumann + Shutdown + portato.plugins.shutdown + + + + * + + + + + + + diff --git a/plugins/resume_loop.xml b/plugins/resume_loop.xml deleted file mode 100644 index 124d61d..0000000 --- a/plugins/resume_loop.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - René 'Necoro' Neumann - Emerge Resume Loop - portato.plugins.resume_loop - - - - - - * - - - - - - - - diff --git a/plugins/shutdown.xml b/plugins/shutdown.xml deleted file mode 100644 index 75323b1..0000000 --- a/plugins/shutdown.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - René 'Necoro' Neumann - Shutdown - portato.plugins.shutdown - - - - * - - - - - - - diff --git a/setup.py b/setup.py index 2a3cd90..246d325 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,10 @@ def ui_file_list (): packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage", "portato.backend.catapult", "portato.shm"] ext_modules = [Extension("portato.shm.shm", ["shm/shmmodule.c"], define_macros = MacrosAndDefines, extra_compile_args=["-fPIC"])] -data_files = [(ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), (DATA_DIR, ["plugin.xsd"])] +data_files = [ + (ICON_DIR, ["icons/portato-icon.png"]), + #(PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), + (DATA_DIR, ["plugin.xsd"])] cmdclass = {} package_dir = {"portato.shm" : "shm"} -- cgit v1.2.3