diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:23:26 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:23:26 +0000 |
commit | b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc (patch) | |
tree | 9094f87cf8b2f32a860f6db2858ecb483462a6a1 /dev-python/totem-python | |
parent | Remove old (diff) | |
download | historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.tar.gz historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.tar.bz2 historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.zip |
Fix slot-deps on gtk+ and other libs, remove old
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-python/totem-python')
-rw-r--r-- | dev-python/totem-python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/totem-python/totem-python-2.28.0.ebuild | 20 | ||||
-rw-r--r-- | dev-python/totem-python/totem-python-2.30.2.ebuild | 8 | ||||
-rw-r--r-- | dev-python/totem-python/totem-python-2.32.0.ebuild | 4 |
4 files changed, 13 insertions, 26 deletions
diff --git a/dev-python/totem-python/ChangeLog b/dev-python/totem-python/ChangeLog index 92b0f7f02ea0..c62f912a332a 100644 --- a/dev-python/totem-python/ChangeLog +++ b/dev-python/totem-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/totem-python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.45 2011/03/12 21:15:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.46 2011/03/18 09:17:49 nirbheek Exp $ + + 18 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -totem-python-2.28.0.ebuild, totem-python-2.30.2.ebuild, + totem-python-2.32.0.ebuild: + Fix slot-deps on gtk+ and other libs, remove old 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> totem-python-2.32.0.ebuild: alpha/arm/ia64/sh/sparc stable wrt #353436 diff --git a/dev-python/totem-python/totem-python-2.28.0.ebuild b/dev-python/totem-python/totem-python-2.28.0.ebuild deleted file mode 100644 index 9d960816b214..000000000000 --- a/dev-python/totem-python/totem-python-2.28.0.ebuild +++ /dev/null @@ -1,20 +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/totem-python/totem-python-2.28.0.ebuild,v 1.8 2010/09/08 09:35:50 ranger Exp $ - -GCONF_DEBUG="no" -G_PY_PN="gnome-python-desktop" -G_PY_BINDINGS="totem_plparser" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for the Totem Playlist Parser" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-video/totem-1.4.0 - >=dev-python/gnome-vfs-python-2.25.90 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND}" diff --git a/dev-python/totem-python/totem-python-2.30.2.ebuild b/dev-python/totem-python/totem-python-2.30.2.ebuild index 877d5fc623ba..dabe63fb0718 100644 --- a/dev-python/totem-python/totem-python-2.30.2.ebuild +++ b/dev-python/totem-python/totem-python-2.30.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.30.2.ebuild,v 1.7 2010/10/14 22:36:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.30.2.ebuild,v 1.8 2011/03/18 09:17:49 nirbheek Exp $ + +EAPI="2" GCONF_DEBUG="no" G_PY_PN="gnome-python-desktop" @@ -15,6 +17,6 @@ KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=media-video/totem-1.4.0 - >=dev-python/gnome-vfs-python-2.25.90 + >=dev-python/gnome-vfs-python-2.25.90:2 !<dev-python/gnome-python-desktop-2.22.0-r10" DEPEND="${RDEPEND}" diff --git a/dev-python/totem-python/totem-python-2.32.0.ebuild b/dev-python/totem-python/totem-python-2.32.0.ebuild index 282650ab09d7..17dace37f282 100644 --- a/dev-python/totem-python/totem-python-2.32.0.ebuild +++ b/dev-python/totem-python/totem-python-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.32.0.ebuild,v 1.5 2011/03/12 21:15:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.32.0.ebuild,v 1.6 2011/03/18 09:17:49 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -19,6 +19,6 @@ KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=media-video/totem-1.4.0 - >=dev-python/gnome-vfs-python-2.25.90 + >=dev-python/gnome-vfs-python-2.25.90:2 !<dev-python/gnome-python-desktop-2.22.0-r10" DEPEND="${RDEPEND}" |