+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.0-r2.ebuild,v 1.6 2007/03/03 13:40:03 nixnut Exp $
-
-inherit eutils xfce42
-
-DESCRIPTION="Extension library for Xfce"
-HOMEPAGE="http://www.os-cillation.com/"
-KEYWORDS="~amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/gtk+-2.4
- >=xfce-base/libxfce4mcs-4.2.2-r1
- >=xfce-base/libxfcegui4-4.2"
-DEPEND="${RDEPEND}
- x11-libs/libX11
- x11-libs/libXt"
-
-bzipped
-goodies
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-pygtk.patch
-}
+++ /dev/null
-diff -ur exo-0.3.0.orig/python/exo.override exo-0.3.0/python/exo.override
---- exo-0.3.0.orig/python/exo.override 2005-03-02 08:47:40.000000000 -0600
-+++ exo-0.3.0/python/exo.override 2007-01-08 09:44:17.000000000 -0600
-@@ -27,8 +27,13 @@
- #include <pygtk/pygtk.h>
- #include <exo/exo.h>
-
-+#if !defined(pygtk_tree_path_from_pyobject)
- extern GtkTreePath *pygtk_tree_path_from_pyobject (PyObject *object);
-+#endif
-+
-+#if !defined(pygtk_tree_path_to_pyobject)
- extern PyObject *pygtk_tree_path_to_pyobject (GtkTreePath *path);
-+#endif
-
- %%
- modulename exo
-diff -ur exo-0.3.0.orig/python/exomodule.c exo-0.3.0/python/exomodule.c
---- exo-0.3.0.orig/python/exomodule.c 2005-02-21 14:24:37.000000000 -0600
-+++ exo-0.3.0/python/exomodule.c 2007-01-08 09:49:24.000000000 -0600
-@@ -34,21 +34,8 @@
- * that are required for the IconView, so we have to duplicate
- * them here.
- */
--PyObject*
--pygtk_tree_path_to_pyobject (GtkTreePath *path)
--{
-- gint len, i, *indices;
-- PyObject *ret;
--
-- len = gtk_tree_path_get_depth (path);
-- indices = gtk_tree_path_get_indices (path);
--
-- ret = PyTuple_New (len);
-- for (i = 0; i < len; i++)
-- PyTuple_SetItem (ret, i, PyInt_FromLong (indices[i]));
-- return ret;
--}
-
-+#if !defined(pygtk_tree_path_from_pyobject)
- GtkTreePath*
- pygtk_tree_path_from_pyobject (PyObject *object)
- {
-@@ -96,7 +83,24 @@
-
- return NULL;
- }
-+#endif
-
-+#if !defined(pygtk_tree_path_to_pyobject)
-+PyObject*
-+pygtk_tree_path_to_pyobject (GtkTreePath *path)
-+{
-+ gint len, i, *indices;
-+ PyObject *ret;
-+
-+ len = gtk_tree_path_get_depth (path);
-+ indices = gtk_tree_path_get_indices (path);
-+
-+ ret = PyTuple_New (len);
-+ for (i = 0; i < len; i++)
-+ PyTuple_SetItem (ret, i, PyInt_FromLong (indices[i]));
-+ return ret;
-+}
-+#endif
-
- DL_EXPORT(void)
- init_exo (void)
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload/xfce4-netload-0.3.3.ebuild,v 1.6 2007/03/03 14:07:41 nixnut Exp $
-
-inherit xfce42
-
-DESCRIPTION="Xfce4 panel network load monitor plugin"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
-
-bzipped
-goodies_plugin
\ No newline at end of file