summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome-desktop
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 10:02:47 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 10:02:47 +0800
commit39ca6056c9769e14df2e3c8b30da9a62d9ca9f62 (patch)
treeada34e12eb8a60d28d85d0a0be1e473132976a4e /x11-toolkits/py-gnome-desktop
parent131f5fdc89b0c1bf979acc93b8239ec7276ae9d9 (diff)
downloadmarcuscom-ports-39ca6056c9769e14df2e3c8b30da9a62d9ca9f62.tar
marcuscom-ports-39ca6056c9769e14df2e3c8b30da9a62d9ca9f62.tar.gz
marcuscom-ports-39ca6056c9769e14df2e3c8b30da9a62d9ca9f62.tar.bz2
marcuscom-ports-39ca6056c9769e14df2e3c8b30da9a62d9ca9f62.tar.lz
marcuscom-ports-39ca6056c9769e14df2e3c8b30da9a62d9ca9f62.tar.xz
marcuscom-ports-39ca6056c9769e14df2e3c8b30da9a62d9ca9f62.tar.zst
marcuscom-ports-39ca6056c9769e14df2e3c8b30da9a62d9ca9f62.zip
- Clean out x11-toolkits
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5028 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-desktop')
-rw-r--r--x11-toolkits/py-gnome-desktop/Makefile107
-rw-r--r--x11-toolkits/py-gnome-desktop/distinfo2
-rw-r--r--x11-toolkits/py-gnome-desktop/files/patch-Makefile.in11
-rw-r--r--x11-toolkits/py-gnome-desktop/files/patch-gda_gda.override102
-rw-r--r--x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c20
-rw-r--r--x11-toolkits/py-gnome-desktop/pkg-descr10
-rw-r--r--x11-toolkits/py-gnome-desktop/pkg-plist140
7 files changed, 0 insertions, 392 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile
deleted file mode 100644
index 20fd65017..000000000
--- a/x11-toolkits/py-gnome-desktop/Makefile
+++ /dev/null
@@ -1,107 +0,0 @@
-# New ports collection makefile for: py-gnome-extras
-# Date created: 22 November 2005
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.20 2005/08/23 23:05:11 ahze Exp $
-#
-
-PORTNAME= gnome
-PORTVERSION= 2.12.0
-CATEGORIES= x11-toolkits python gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= -extras
-DISTNAME= gnome-python-extras-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of Python bindings for GNOME 2
-
-BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \
- gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \
- totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \
- gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
- gksuui1.0.0:${PORTSDIR}/sysutils/libgksuui \
- gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \
- gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
-RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-
-MOZILLA= firefox
-HEADERS_SUFX=
-MOZ_BUILD= firefox
-
-.if !defined(WITH_MOZILLA)
-MOZILLA= firefox
-.else
-.if ${WITH_MOZILLA}=="mozilla"
-MOZILLA= mozilla
-MOZ_BUILD= mozilla
-.else
-.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
-MOZILLA= mozilla-devel
-HEADERS_SUFX= -devel
-MOZ_BUILD= mozilla
-.else
-MOZILLA= firefox
-HEADERS_SUFX=
-.endif
-.endif
-.endif
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel \
- gtksourceview libwnck nautiluscdburner pygnome2
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS= --with-gtkmozembed=${MOZ_BUILD}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-EG_SRC_DIR= ${WRKSRC}/examples
-EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
-.if !defined(NOPORTDOCS)
-DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras
-.else
-DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-.if ${MOZILLA}=="mozilla-devel"
-USE_GCC= 3.4
-.endif
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|${MOZ_BUILD}-gtkmozembed${HEADERS_SUFX}|g ; \
- s|mozilla-xpcom|${MOZ_BUILD}-xpcom${HEADERS_SUFX}|g ; \
- s|$$MOZILLA-gtkmozembed|$$MOZILLA-gtkmozembed${HEADERS_SUFX}|g ; \
- s|$$MOZILLA-xpcom|$$MOZILLA-xpcom${HEADERS_SUFX}|g' \
- ${WRKSRC}/configure
- @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \
- -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g'
- @${REINPLACE_CMD} -e 's|-DHAVE_GNOMEPRINT28||g' \
- ${WRKSRC}/configure
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${EG_DST_DIR}
- ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} " By default py-gnome-extras uses www/firefox for html rendering, but you can"
- @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
- @${ECHO_MSG}
- @${ECHO_MSG} " mozilla "
- @${ECHO_MSG} " mozilla-devel "
- @${ECHO_MSG} ""
-
-.include <bsd.port.post.mk>
diff --git a/x11-toolkits/py-gnome-desktop/distinfo b/x11-toolkits/py-gnome-desktop/distinfo
deleted file mode 100644
index f777fab61..000000000
--- a/x11-toolkits/py-gnome-desktop/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gnome-python-extras-2.12.0.tar.bz2) = 103efa8fbd8eed5c9dd4796dbe6393de
-SIZE (gnome2/gnome-python-extras-2.12.0.tar.bz2) = 473850
diff --git a/x11-toolkits/py-gnome-desktop/files/patch-Makefile.in b/x11-toolkits/py-gnome-desktop/files/patch-Makefile.in
deleted file mode 100644
index 89faafbdc..000000000
--- a/x11-toolkits/py-gnome-desktop/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Jan 28 14:22:51 2005
-+++ Makefile.in Fri Jan 28 14:23:04 2005
-@@ -43,7 +43,7 @@
- @BUILD_WNCK_TRUE@am__append_5 = wnck
- @BUILD_GTKMOZEMBED_TRUE@am__append_6 = gtkmozembed
- @BUILD_GTKSPELL_TRUE@am__append_7 = gtkspell
--@BUILD_GDL_TRUE@am__append_8 = gdl
-+@BUILD_GDL_TRUE@am__append_8 =
- @BUILD_TOTEM_PLPARSER_TRUE@am__append_9 = totem
- @BUILD_GTOP_TRUE@am__append_10 = gtop
- @BUILD_NAUTILUSBURN_TRUE@am__append_11 = nautilusburn
diff --git a/x11-toolkits/py-gnome-desktop/files/patch-gda_gda.override b/x11-toolkits/py-gnome-desktop/files/patch-gda_gda.override
deleted file mode 100644
index 1fa283a57..000000000
--- a/x11-toolkits/py-gnome-desktop/files/patch-gda_gda.override
+++ /dev/null
@@ -1,102 +0,0 @@
---- gda/gda.override.orig Wed Apr 20 16:10:31 2005
-+++ gda/gda.override Wed Apr 20 16:12:56 2005
-@@ -59,13 +59,14 @@ override gda_config_get_data_source_list
- static PyObject*
- _wrap_gda_config_get_data_source_list (PyObject* self) {
- PyObject* plist = PyList_New (0);
-+ GList *tmp, *list;
-
- if (!plist) {
- Py_INCREF (Py_None);
- return Py_None;
- }
-
-- GList *tmp, *list = gda_config_get_data_source_list();
-+ list = gda_config_get_data_source_list();
-
- for (tmp = list; tmp != NULL; tmp = tmp->next) {
- PyObject* obj = pyg_boxed_new (GDA_TYPE_DATA_SOURCE_INFO, tmp->data, FALSE, FALSE);
-@@ -81,13 +82,14 @@ override gda_config_get_provider_list kw
- static PyObject*
- _wrap_gda_config_get_provider_list (PyObject* self) {
- PyObject* plist = PyList_New (0);
-+ GList *tmp, *list;
-
- if (!plist) {
- Py_INCREF (Py_None);
- return Py_None;
- }
-
-- GList *tmp, *list = gda_config_get_provider_list();
-+ list = gda_config_get_provider_list();
-
- for (tmp = list; tmp != NULL; tmp = tmp->next) {
- PyObject* obj = pyg_boxed_new (GDA_TYPE_PROVIDER_INFO, tmp->data, FALSE, FALSE);
-@@ -174,20 +176,22 @@ static PyObject*
- _wrap_gda_config_list_keys (PyObject* self, PyObject* fargs, PyObject* kwargs) {
- static char* kwlist[] = { "path", NULL };
- gchar* path = "/";
-+ PyObject *plist;
-+ GList *tmp, *list;
-
- if (!PyArg_ParseTupleAndKeywords (fargs, kwargs, "|s:config_list_keys", kwlist, &path)) {
- Py_INCREF (Py_None);
- return Py_None;
- }
-
-- PyObject* plist = PyList_New (0);
-+ plist = PyList_New (0);
-
- if (!plist) {
- Py_INCREF (Py_None);
- return Py_None;
- }
-
-- GList *tmp, *list = gda_config_list_keys (path);
-+ list = gda_config_list_keys (path);
-
- for (tmp = list; tmp != NULL; tmp = tmp->next) {
- PyList_Append (plist, PyString_FromString (tmp->data));
-@@ -201,7 +205,8 @@ override gda_connection_execute_command
- static PyObject*
- _wrap_gda_connection_execute_command (PyGObject* self, PyObject* fargs, PyObject* kwargs) {
- static char* kwlist[] = { "cmd", "params", NULL };
-- PyGObject *cmd, *params;
-+ PyGObject *cmd, *params, *plist;
-+ GList *tmp, *list;
-
- /* TODO:
- if (!PyArg_ParseTupleAndKeywords (fargs, kwargs, "O!O!:GdaConnection.execute_command",
-@@ -211,14 +216,14 @@ _wrap_gda_connection_execute_command (Py
- }
- */
-
-- PyObject* plist = PyList_New (0);
-+ plist = PyList_New (0);
-
- if (!plist) {
- Py_INCREF (Py_None);
- return Py_None;
- }
-
-- GList *tmp, *list = gda_connection_execute_command (GDA_CONNECTION (self->obj),
-+ list = gda_connection_execute_command (GDA_CONNECTION (self->obj),
- GDA_COMMAND (cmd->obj), GDA_PARAMETER_LIST (params->obj));
-
- for (tmp = list; tmp != NULL; tmp = tmp->next) {
-@@ -235,13 +240,14 @@ override gda_connection_get_errors kwarg
- static PyObject*
- _wrap_gda_connection_get_errors (PyGObject* self) {
- PyObject* plist = PyList_New (0);
-+ GList *tmp, *list;
-
- if (!plist) {
- Py_INCREF (Py_None);
- return Py_None;
- }
-
-- GList *tmp, *list = (GList*) gda_connection_get_errors (GDA_CONNECTION (self->obj));
-+ list = (GList*) gda_connection_get_errors (GDA_CONNECTION (self->obj));
-
- for (tmp = list; tmp != NULL; tmp = tmp->next) {
- PyObject* obj = pygobject_new (G_OBJECT (tmp->data));
diff --git a/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c b/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c
deleted file mode 100644
index 05db58a4c..000000000
--- a/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- gtop/gtop.c.orig Wed May 18 00:54:59 2005
-+++ gtop/gtop.c Wed May 18 00:54:12 2005
-@@ -44,6 +44,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
-
-
-@@ -1316,8 +1317,8 @@ build_siglist(void)
-
- for(i = 0; i < len; ++i)
- {
-- p = &glibtop_sys_siglist[i];
- PyObject* d;
-+ p = &glibtop_sys_siglist[i];
-
- d = PyDict_New();
- my_dict_add_and_decref(d, "number", PyI_L(p->number));
diff --git a/x11-toolkits/py-gnome-desktop/pkg-descr b/x11-toolkits/py-gnome-desktop/pkg-descr
deleted file mode 100644
index 422d464c6..000000000
--- a/x11-toolkits/py-gnome-desktop/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Excerpt from the README:
-
- PyGNOME -- Python bindings for GNOME 2
- ======================================
- Author: James Henstridge <james@daa.com.au>
-
- This is a set of bindings for the GNOME 2 libraries for use with python.
-
-WWW: http://www.pygtk.org/
--- Jacques Vidrine <nectar@FreeBSD.ORG>
diff --git a/x11-toolkits/py-gnome-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist
deleted file mode 100644
index 5254d0526..000000000
--- a/x11-toolkits/py-gnome-desktop/pkg-plist
+++ /dev/null
@@ -1,140 +0,0 @@
-%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.py
-%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyc
-%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyo
-%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.py
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyc
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyo
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.py
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyc
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyo
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.py
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyc
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyo
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/nautilusburn.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.py
-%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyc
-%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyo
-%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so
-%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so
-libdata/pkgconfig/gnome-python-extras-2.0.pc
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintconfig.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintcontext.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfont.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfontface.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintglyphlist.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintjob.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/gnomeprint-class-reference.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.sgml
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/pygnomeprint.devhelp
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuidialog.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontdialog.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontpreview.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontselection.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuijobpreview.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipaperselector.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipreview.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/gnomeprintui-class-reference.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.html
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.sgml
-%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/pygnomeprintui.devhelp
-%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/class-gtkmozembed.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/gtkmozembed-class-reference.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.sgml
-%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/pygtkmozembed.devhelp
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcebuffer.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguage.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguagesmanager.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcemarker.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceprintjob.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcestylescheme.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetag.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagstyle.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagtable.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceview.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/gtksourcesview-class-reference.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.sgml
-%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp
-%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/class-gtkspell.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/gtkspell-class-reference.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.html
-%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.sgml
-%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/pygtkspell.devhelp
-%%PORTDOCS%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server
-%%PORTDOCS%%share/examples/py-gnome/applet/README
-%%PORTDOCS%%share/examples/py-gnome/applet/applet.py
-%%PORTDOCS%%share/examples/py-gnome/egg/recent/Bonobo_Sample_Hello.xml
-%%PORTDOCS%%share/examples/py-gnome/egg/recent/bonobo-view.py
-%%PORTDOCS%%share/examples/py-gnome/egg/recent/gtk-view.py
-%%PORTDOCS%%share/examples/py-gnome/egg/recent/populate-recent.py
-%%PORTDOCS%%share/examples/py-gnome/egg/trayicon.py
-%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_test.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/README
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_01.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_02.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_03.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_04.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_05.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_06.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_08.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_09.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.glade
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_11.py
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/sample-image.png
-%%PORTDOCS%%share/examples/py-gnome/gnomeprint/test-print.py
-%%PORTDOCS%%share/examples/py-gnome/gtkhtml2/simple-browser.py
-%%PORTDOCS%%share/examples/py-gnome/gtksourceview/test-widget.py
-%%PORTDOCS%%share/examples/py-gnome/gtkspell/gtkspell.py
-%%PORTDOCS%%share/examples/py-gnome/gtkspell/test.py
-%%PORTDOCS%%share/examples/py-gnome/mediaprofiles/profiles.py
-%%PORTDOCS%%share/examples/py-gnome/nautilusburn/blank_disc.py
-%%PORTDOCS%%share/examples/py-gnome/nautilusburn/drive_selection.py
-%%PORTDOCS%%share/examples/py-gnome/nautilusburn/write_iso.py
-share/pygtk/2.0/defs/applet.defs
-share/pygtk/2.0/defs/art.defs
-share/pygtk/2.0/defs/gtkhtml2.defs
-share/pygtk/2.0/defs/gtkmozembed.defs
-share/pygtk/2.0/defs/gtksourceview.defs
-share/pygtk/2.0/defs/mediaprofiles.defs
-share/pygtk/2.0/defs/nautilus_burn.defs
-share/pygtk/2.0/defs/nb_drive_selection.defs
-share/pygtk/2.0/defs/print.defs
-share/pygtk/2.0/defs/printui.defs
-share/pygtk/2.0/defs/trayicon.defs
-share/pygtk/2.0/defs/wnck.defs
-%%PORTDOCS%%@dirrm share/examples/py-gnome/nautilusburn
-%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles
-%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkspell
-%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview
-%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkhtml2
-%%PORTDOCS%%@dirrm share/examples/py-gnome/gnomeprint
-%%PORTDOCS%%@dirrm share/examples/py-gnome/gdl
-%%PORTDOCS%%@dirrm share/examples/py-gnome/egg/recent
-%%PORTDOCS%%@dirrm share/examples/py-gnome/egg
-%%PORTDOCS%%@dirrm share/examples/py-gnome/applet
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkspell
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkmozembed
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/totem
-@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint
-@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu
-@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg