diff --git a/dev-python/gnome-python-applet/Manifest b/dev-python/gnome-python-applet/Manifest new file mode 100644 index 0000000..f85858f --- /dev/null +++ b/dev-python/gnome-python-applet/Manifest @@ -0,0 +1,3 @@ +DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c +DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37 +EBUILD gnome-python-applet-2.22.0.ebuild 447 RMD160 fe63f264c20d4c17bfd3904a9f6149c339becf92 SHA1 620143935105e5cbd4bbf3446d92116f3dedaec9 SHA256 75b968fce2003f18c69f246e25d1eef0e3c39329a6e90076f8df385caa7e45ab diff --git a/dev-python/gnome-python-applet/gnome-python-applet-2.22.0.ebuild b/dev-python/gnome-python-applet/gnome-python-applet-2.22.0.ebuild new file mode 100644 index 0000000..efb7f31 --- /dev/null +++ b/dev-python/gnome-python-applet/gnome-python-applet-2.22.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit gnome-python-desktop + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="examples" + +DEPEND="${DEPEND} + >=gnome-base/gnome-panel-2.13.4" + +src_install() { + gnome-python-desktop_src_install + + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins examples/applet/* + fi +} diff --git a/dev-python/gnome-python-bugbuddy/Manifest b/dev-python/gnome-python-bugbuddy/Manifest new file mode 100644 index 0000000..60768c9 --- /dev/null +++ b/dev-python/gnome-python-bugbuddy/Manifest @@ -0,0 +1,3 @@ +DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c +DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37 +EBUILD gnome-python-bugbuddy-2.22.0.ebuild 289 RMD160 a41c84cd3fccb59640068aa3d170a452066874eb SHA1 31055dfa78fc8ca597f13f5f1e5fbe37aa3866c8 SHA256 9b5d50ff65d51ea7a1335f8ce6000cdfa59d3a37027c015f8f9ae7faea025eb3 diff --git a/dev-python/gnome-python-bugbuddy/gnome-python-bugbuddy-2.22.0.ebuild b/dev-python/gnome-python-bugbuddy/gnome-python-bugbuddy-2.22.0.ebuild new file mode 100644 index 0000000..02a449c --- /dev/null +++ b/dev-python/gnome-python-bugbuddy/gnome-python-bugbuddy-2.22.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit gnome-python-desktop + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="${DEPEND} + >=gnome-extra/bug-buddy-2.16" diff --git a/dev-python/gnome-python-desktop-base/Manifest b/dev-python/gnome-python-desktop-base/Manifest new file mode 100644 index 0000000..98ed120 --- /dev/null +++ b/dev-python/gnome-python-desktop-base/Manifest @@ -0,0 +1,3 @@ +DIST gnome-python-desktop-2.22.0-split.patch.gz 3173 RMD160 a7745002b2aec035c7667eea2f452ed548035d65 SHA1 b5c5b259e21242ccdf691de057a8ddff6932eab8 SHA256 88999428ff0d91c71773fdc905a435be35615613cb4acaef82e56c5e394d373c +DIST gnome-python-desktop-2.22.0.tar.bz2 571816 RMD160 4a9bc36c379f5fbb6549506c8b8e8bdb63bf0d62 SHA1 6f1a93aacfc256ca878f8f3636a0270580d2354b SHA256 116213b0b0fc3f1fa6771589eab86ccdf5d5024c30a987f3b912da0902be9d37 +EBUILD gnome-python-desktop-base-2.22.0.ebuild 957 RMD160 3dd70abfc6cee67f6c5d0a55b5f546e0ae57157b SHA1 5fa2a7d24ea6d18d1eaa1b4e282c3359f06a0f0e SHA256 52f17eb95c90904ea55947eeb7b59ed9eb840e1d82fff99e961581c0e5b8e486 diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild new file mode 100644 index 0000000..193de15 --- /dev/null +++ b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.22.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools gnome2 + +# This ebuild does nothing -- we just want to get the pkgconfig file installed +MY_PN="gnome-python-desktop" +DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings" +HOMEPAGE="http://pygtk.org/" +PVP=(${PV//[-\._]/ }) +SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_PN}-${PV}.tar.bz2 + http://nemesis.accosted.net/downloads/${MY_PN}-${PV}-split.patch.gz" + +LICENSE="LGPL-2.1" +SLOT="0" + +RDEPEND="! +# Purpose: Centralizes functions needed to split up the huge +# 'gnome-python-desktop' package into its constituent bindings +# +# Important enviroment variables: +# +# MY_BINDING: The actual '--enable-' name, which by default is the end +# of ${PN} after the final '-'. May be overridden if necessary. +# + +inherit gnome2 python eutils autotools + +MY_BINDING=${PN##*-} +MY_PN="gnome-python-desktop" +DESCRIPTION="Provides python interfacing modules for some GNOME desktop libraries" +HOMEPAGE="http://pygtk.org/" +PVP=(${PV//[-\._]/ }) +SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_PN}-${PV}.tar.bz2 + http://nemesis.accosted.net/downloads/${MY_PN}-${PV}-split.patch.gz" + +LICENSE="LGPL-2.1 GPL-2" +SLOT="0" + +RDEPEND="virtual/python + >=dev-python/pygtk-2.10.3 + >=dev-libs/glib-2.6.0 + >=x11-libs/gtk+-2.4.0 + >=dev-python/gnome-python-2.10.0 + !