diff options
author | 2009-01-08 23:28:57 +0000 | |
---|---|---|
committer | 2009-01-08 23:28:57 +0000 | |
commit | a3e95946ee9a7fe8eed426fc649a69bebaf4a2b2 (patch) | |
tree | 0eeee0d9d89b48c01c6de27a955e296ea755ad08 /dev-python/gnome-python-desktop | |
parent | Readding 1.3.0. Oopsie... (diff) | |
download | historical-a3e95946ee9a7fe8eed426fc649a69bebaf4a2b2.tar.gz historical-a3e95946ee9a7fe8eed426fc649a69bebaf4a2b2.tar.bz2 historical-a3e95946ee9a7fe8eed426fc649a69bebaf4a2b2.zip |
Bump to 2.24.1. Fix for libtool-2 and build of gnomeapplet without libgnome/libgnomeui.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'dev-python/gnome-python-desktop')
-rw-r--r-- | dev-python/gnome-python-desktop/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild | 26 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-python/gnome-python-desktop/ChangeLog b/dev-python/gnome-python-desktop/ChangeLog index f898206aa94d..ba2a96e668c9 100644 --- a/dev-python/gnome-python-desktop/ChangeLog +++ b/dev-python/gnome-python-desktop/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/gnome-python-desktop -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.67 2008/11/13 19:35:11 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.68 2009/01/08 23:28:57 eva Exp $ + +*gnome-python-desktop-2.24.1 (08 Jan 2009) + + 08 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-python-desktop-2.24.1.ebuild: + Bump to 2.24.1. Fix for libtool-2 and build of gnomeapplet without + libgnome/libgnomeui. 13 Nov 2008; Brent Baude <ranger@gentoo.org> gnome-python-desktop-2.22.0.ebuild: diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild new file mode 100644 index 000000000000..9e632a6c0cff --- /dev/null +++ b/dev-python/gnome-python-desktop/gnome-python-desktop-2.24.1.ebuild @@ -0,0 +1,26 @@ +# 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.24.1.ebuild,v 1.1 2009/01/08 23:28:57 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="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" +IUSE="" + +RDEPEND="~dev-python/bug-buddy-python-${PV} + ~dev-python/evolution-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/totem-python-${PV}" |