diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-11-05 23:25:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-11-05 23:25:01 +0000 |
commit | bc50eed54ab9ed0b63179dcab45f981e2e837f9c (patch) | |
tree | 41a63cfba79293ccc2412b71866fb5d25cf7a508 /dev-python/metacity-python | |
parent | Moving dev-libs/luafilesystem to dev-lua/luafilesystem (diff) | |
download | gentoo-2-bc50eed54ab9ed0b63179dcab45f981e2e837f9c.tar.gz gentoo-2-bc50eed54ab9ed0b63179dcab45f981e2e837f9c.tar.bz2 gentoo-2-bc50eed54ab9ed0b63179dcab45f981e2e837f9c.zip |
Version bump for Gnome 2.32.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/metacity-python')
-rw-r--r-- | dev-python/metacity-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/metacity-python/metacity-python-2.32.0.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/metacity-python/ChangeLog b/dev-python/metacity-python/ChangeLog index 1eac81dfb671..f1c8359387c2 100644 --- a/dev-python/metacity-python/ChangeLog +++ b/dev-python/metacity-python/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/metacity-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/metacity-python/ChangeLog,v 1.45 2010/10/14 22:35:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/metacity-python/ChangeLog,v 1.46 2010/11/05 23:25:01 pacho Exp $ + +*metacity-python-2.32.0 (05 Nov 2010) + + 05 Nov 2010; Pacho Ramos <pacho@gentoo.org> + +metacity-python-2.32.0.ebuild: + Version bump for Gnome 2.32. 14 Oct 2010; Markus Meier <maekke@gentoo.org> metacity-python-2.30.2.ebuild: diff --git a/dev-python/metacity-python/metacity-python-2.32.0.ebuild b/dev-python/metacity-python/metacity-python-2.32.0.ebuild new file mode 100644 index 000000000000..0720572f3cb1 --- /dev/null +++ b/dev-python/metacity-python/metacity-python-2.32.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/metacity-python/metacity-python-2.32.0.ebuild,v 1.1 2010/11/05 23:25:01 pacho Exp $ + +EAPI="3" +GCONF_DEBUG="no" +G_PY_PN="gnome-python-desktop" + +inherit gnome-python-common + +DESCRIPTION="Python bindings for the Metacity window manager" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-wm/metacity-2.21.5 + !<dev-python/gnome-python-desktop-2.22.0-r10" +DEPEND="${RDEPEND}" |