diff options
Diffstat (limited to 'dev-python/gnome-python-desktop')
-rw-r--r-- | dev-python/gnome-python-desktop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-python/gnome-python-desktop/ChangeLog b/dev-python/gnome-python-desktop/ChangeLog index f1f92a5930e5..ba29118931dd 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.87 2009/10/24 17:02:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.88 2009/10/31 23:04:54 eva Exp $ + +*gnome-python-desktop-2.28.0 (31 Oct 2009) + + 31 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-python-desktop-2.28.0.ebuild: + New version for GNOME 2.28. 24 Oct 2009; nixnut <nixnut@gentoo.org> gnome-python-desktop-2.26.0.ebuild: diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild new file mode 100644 index 000000000000..530463f0eae6 --- /dev/null +++ b/dev-python/gnome-python-desktop/gnome-python-desktop-2.28.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 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.28.0.ebuild,v 1.1 2009/10/31 23:04:54 eva Exp $ + +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="~amd64 ~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/nautilus-cd-burner-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." +} |