From 9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 8 Jun 2008 02:26:19 +0200 Subject: Removed legacy plugins --- plugins/dbus_init.xml | 13 ------------- plugins/old/resume_loop.xml | 19 ------------------- plugins/old/shutdown.xml | 16 ---------------- 3 files changed, 48 deletions(-) delete mode 100644 plugins/dbus_init.xml delete mode 100644 plugins/old/resume_loop.xml delete mode 100644 plugins/old/shutdown.xml (limited to 'plugins') diff --git a/plugins/dbus_init.xml b/plugins/dbus_init.xml deleted file mode 100644 index b17f269..0000000 --- a/plugins/dbus_init.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - René 'Necoro' Neumann - DBus Initializer - - portato.plugins.dbus_init - - - - - - diff --git a/plugins/old/resume_loop.xml b/plugins/old/resume_loop.xml deleted file mode 100644 index 124d61d..0000000 --- a/plugins/old/resume_loop.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - René 'Necoro' Neumann - Emerge Resume Loop - portato.plugins.resume_loop - - - - - - * - - - - - - - - diff --git a/plugins/old/shutdown.xml b/plugins/old/shutdown.xml deleted file mode 100644 index 75323b1..0000000 --- a/plugins/old/shutdown.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - René 'Necoro' Neumann - Shutdown - portato.plugins.shutdown - - - - * - - - - - - - -- cgit v1.2.3-54-g00ecf From 52f04fc6cccffa7cf31a4d7eab9c9b341f77a293 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 10 Jun 2008 13:41:14 +0200 Subject: Added gpytage plugin --- plugins/gpytage.xml | 13 +++++++++++++ portato/plugins/gpytage.py | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 plugins/gpytage.xml create mode 100644 portato/plugins/gpytage.py (limited to 'plugins') diff --git a/plugins/gpytage.xml b/plugins/gpytage.xml new file mode 100644 index 0000000..51d9104 --- /dev/null +++ b/plugins/gpytage.xml @@ -0,0 +1,13 @@ + + + + René 'Necoro' Neumann + Etc-proposals + + portato.plugins.gpytage + + + Config _Editor + + + diff --git a/portato/plugins/gpytage.py b/portato/plugins/gpytage.py new file mode 100644 index 0000000..22cc7ef --- /dev/null +++ b/portato/plugins/gpytage.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# +# File: portato/plugins/gpytage.py +# This file is part of the Portato-Project, a graphical portage-frontend. +# +# Copyright (C) 2008 René 'Necoro' Neumann +# This is free software. You may redistribute copies of it under the terms of +# the GNU General Public License version 2. +# There is NO WARRANTY, to the extent permitted by law. +# +# Written by René 'Necoro' Neumann + +from subprocess import Popen + +def gpytage(*args, **kwargs): + Popen(["/usr/bin/gpytage"]) -- cgit v1.2.3-54-g00ecf