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 | 840654013bb28049fdd1d401b01397487430e739 (patch) | |
tree | e02f6bbbc7edd9274a5fa952587794bb60bc8aa7 | |
parent | Version bump for Gnome 2.32. (diff) | |
download | gentoo-2-840654013bb28049fdd1d401b01397487430e739.tar.gz gentoo-2-840654013bb28049fdd1d401b01397487430e739.tar.bz2 gentoo-2-840654013bb28049fdd1d401b01397487430e739.zip |
Version bump for Gnome 2.32.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
-rw-r--r-- | dev-python/gnome-python-desktop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild | 34 |
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-python/gnome-python-desktop/ChangeLog b/dev-python/gnome-python-desktop/ChangeLog index fced285679dc..52905d7886f3 100644 --- a/dev-python/gnome-python-desktop/ChangeLog +++ b/dev-python/gnome-python-desktop/ChangeLog @@ -1,6 +1,12 @@ # 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.110 2010/10/14 22:37:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.111 2010/11/05 23:30:21 pacho Exp $ + +*gnome-python-desktop-2.32.0 (05 Nov 2010) + + 05 Nov 2010; Pacho Ramos <pacho@gentoo.org> + +gnome-python-desktop-2.32.0.ebuild: + Version bump for Gnome 2.32. 14 Oct 2010; Markus Meier <maekke@gentoo.org> gnome-python-desktop-2.30.2.ebuild: diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild new file mode 100644 index 000000000000..afabdaf669c1 --- /dev/null +++ b/dev-python/gnome-python-desktop/gnome-python-desktop-2.32.0.ebuild @@ -0,0 +1,34 @@ +# 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.32.0.ebuild,v 1.1 2010/11/05 23:30:21 pacho Exp $ + +EAPI="3" + +DESCRIPTION="Meta build which provides python interfacing modules for some GNOME desktop libraries" +HOMEPAGE="http://pygtk.org/" + +LICENSE="LGPL-2.1 GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~dev-python/bug-buddy-python-${PV} + ~dev-python/evolution-python-${PV} + ~dev-python/evince-python-${PV} + ~dev-python/gnome-applets-python-${PV} + ~dev-python/gnome-desktop-python-${PV} + ~dev-python/gnome-keyring-python-${PV} + ~dev-python/gnome-media-python-${PV} + ~dev-python/gtksourceview-python-${PV} + ~dev-python/libgnomeprint-python-${PV} + ~dev-python/libgtop-python-${PV} + ~dev-python/librsvg-python-${PV} + ~dev-python/libwnck-python-${PV} + ~dev-python/metacity-python-${PV} + ~dev-python/brasero-python-${PV} + ~dev-python/totem-python-${PV}" + +pkg_postinst() { + elog "This package is intended to pull ALL gnome-python-desktop python bindings." + elog "It should not be used directly." +} |