diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-11-05 23:30:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-11-05 23:30:21 +0000 |
commit | 5b846fc96d05cb3d3c1d6f495a00af2df581b30e (patch) | |
tree | 67e50917ba427e25a5dff645d4c3a40efb4eb846 /dev-python/totem-python | |
parent | Moving dev-libs/luafilesystem to dev-lua/luafilesystem (diff) | |
download | historical-5b846fc96d05cb3d3c1d6f495a00af2df581b30e.tar.gz historical-5b846fc96d05cb3d3c1d6f495a00af2df581b30e.tar.bz2 historical-5b846fc96d05cb3d3c1d6f495a00af2df581b30e.zip |
Version bump for Gnome 2.32.
Package-Manager: portage-2.1.9.24/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.32.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/totem-python/ChangeLog b/dev-python/totem-python/ChangeLog index c869f3a2b339..02a1561fb9d0 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.40 2010/10/14 22:36:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.41 2010/11/05 23:28:59 pacho Exp $ + +*totem-python-2.32.0 (05 Nov 2010) + + 05 Nov 2010; Pacho Ramos <pacho@gentoo.org> +totem-python-2.32.0.ebuild: + Version bump for Gnome 2.32. 14 Oct 2010; Markus Meier <maekke@gentoo.org> totem-python-2.30.2.ebuild: arm stable, bug #324077 diff --git a/dev-python/totem-python/totem-python-2.32.0.ebuild b/dev-python/totem-python/totem-python-2.32.0.ebuild new file mode 100644 index 000000000000..ec4100a31164 --- /dev/null +++ b/dev-python/totem-python/totem-python-2.32.0.ebuild @@ -0,0 +1,21 @@ +# 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.32.0.ebuild,v 1.1 2010/11/05 23:28:59 pacho Exp $ + +EAPI="3" +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}" |