summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/gnome-python-desktop')
-rw-r--r--dev-python/gnome-python-desktop/ChangeLog6
-rw-r--r--dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild70
2 files changed, 5 insertions, 71 deletions
diff --git a/dev-python/gnome-python-desktop/ChangeLog b/dev-python/gnome-python-desktop/ChangeLog
index b91ca9a9b4c1..341506697638 100644
--- a/dev-python/gnome-python-desktop/ChangeLog
+++ b/dev-python/gnome-python-desktop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-desktop
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.92 2010/03/11 00:29:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.93 2010/03/22 14:18:33 nirbheek Exp $
+
+ 22 Mar 2010; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -gnome-python-desktop-2.20.0.ebuild:
+ totem-2.20.3 was removed as per bug 300450
11 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org>
gnome-python-desktop-2.20.0.ebuild, -gnome-python-desktop-2.22.0.ebuild,
diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild
deleted file mode 100644
index b13036b441c5..000000000000
--- a/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild,v 1.12 2010/03/11 00:29:19 eva Exp $
-
-inherit gnome2 python virtualx
-
-DESCRIPTION="provides python interfacing modules for some GNOME desktop libraries"
-HOMEPAGE="http://pygtk.org/"
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
-KEYWORDS="sh"
-IUSE="doc"
-
-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
- >=gnome-base/gnome-panel-2.13.4
- >=gnome-base/libgnomeprint-2.2.0
- >=gnome-base/libgnomeprintui-2.2.0
- =x11-libs/gtksourceview-1*
- >=x11-libs/libwnck-2.19.3
- >=gnome-base/libgtop-2.13.0
- >=gnome-extra/nautilus-cd-burner-2.15.3
- >=gnome-extra/gnome-media-2.10.0
- >=gnome-base/gconf-2.10.0
- >=x11-wm/metacity-2.19.8
- dev-python/pycairo
- >=gnome-base/librsvg-2.13.93
- >=gnome-base/gnome-keyring-0.5.0
- >=gnome-base/gnome-desktop-2.10.0
- >=media-video/totem-1.4.0
- !<dev-python/gnome-python-extras-2.13"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.7"
-
-DOCS="AUTHORS ChangeLog INSTALL MAINTAINERS NEWS README"
-
-src_unpack() {
- gnome2_src_unpack
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-}
-
-src_test() {
- Xemake check || die "tests failed"
-}
-
-src_install() {
- gnome2_src_install
-
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
-
-pkg_postinst() {
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
-}
-
-pkg_postrm() {
- python_version
- python_mod_cleanup
-}