diff options
author | Olivier Crête <tester@gentoo.org> | 2009-10-08 03:28:04 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-10-08 03:28:04 +0000 |
commit | 3a9a462b11ecd64ac45b2cc0fc5dec9ff13dc960 (patch) | |
tree | 7306255195a84ce00c129d6f1b79230d83734ddf /dev-python | |
parent | Stable on amd64, bug #281427 (diff) | |
download | gentoo-2-3a9a462b11ecd64ac45b2cc0fc5dec9ff13dc960.tar.gz gentoo-2-3a9a462b11ecd64ac45b2cc0fc5dec9ff13dc960.tar.bz2 gentoo-2-3a9a462b11ecd64ac45b2cc0fc5dec9ff13dc960.zip |
Stable on amd64, bug #281427
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/totem-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/totem-python/totem-python-2.22.0.ebuild | 29 | ||||
-rw-r--r-- | dev-python/totem-python/totem-python-2.26.0.ebuild | 4 |
3 files changed, 7 insertions, 32 deletions
diff --git a/dev-python/totem-python/ChangeLog b/dev-python/totem-python/ChangeLog index 41889d5f07dd..953ac1aaad66 100644 --- a/dev-python/totem-python/ChangeLog +++ b/dev-python/totem-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/totem-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.16 2009/05/10 21:47:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/ChangeLog,v 1.17 2009/10/08 03:28:04 tester Exp $ + + 08 Oct 2009; Olivier Crête <tester@gentoo.org> + totem-python-2.26.0.ebuild: + Stable on amd64, bug #281427 *totem-python-2.26.0 (10 May 2009) diff --git a/dev-python/totem-python/totem-python-2.22.0.ebuild b/dev-python/totem-python/totem-python-2.22.0.ebuild deleted file mode 100644 index 1861b3867bcc..000000000000 --- a/dev-python/totem-python/totem-python-2.22.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 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.22.0.ebuild,v 1.8 2009/05/10 21:47:06 eva Exp $ - -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="hppa" -IUSE="" - -SRC_URI="${SRC_URI} - mirror://gentoo/${G_PY_PN}-${PV}-split.patch.gz" - -RDEPEND=">=media-video/totem-1.4.0 - >=dev-python/gnome-vfs-python-2.22.1 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND}" - -src_unpack() { - gnome-python-common_src_unpack - cd "${S}" - epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch" - eautoreconf -} diff --git a/dev-python/totem-python/totem-python-2.26.0.ebuild b/dev-python/totem-python/totem-python-2.26.0.ebuild index c4c8302b915e..a0b2099ce026 100644 --- a/dev-python/totem-python/totem-python-2.26.0.ebuild +++ b/dev-python/totem-python/totem-python-2.26.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.26.0.ebuild,v 1.1 2009/05/10 21:47:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/totem-python/totem-python-2.26.0.ebuild,v 1.2 2009/10/08 03:28:04 tester Exp $ G_PY_PN="gnome-python-desktop" G_PY_BINDINGS="totem_plparser" @@ -10,7 +10,7 @@ inherit gnome-python-common DESCRIPTION="Python bindings for the Totem Playlist Parser" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=media-video/totem-1.4.0 |