diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:49:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:49:38 +0000 |
commit | 070b4c5ff003ce67a673147f117993a7ea06b977 (patch) | |
tree | b2d91bbb84f7e5bdfe5c22844f9ac06e79b34295 /dev-python/metacity-python | |
parent | Add new version for Gnome 2.30 (diff) | |
download | gentoo-2-070b4c5ff003ce67a673147f117993a7ea06b977.tar.gz gentoo-2-070b4c5ff003ce67a673147f117993a7ea06b977.tar.bz2 gentoo-2-070b4c5ff003ce67a673147f117993a7ea06b977.zip |
Add new version for Gnome 2.30
(Portage version: 2.1.8.3/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.30.2.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/metacity-python/ChangeLog b/dev-python/metacity-python/ChangeLog index a256c24c1316..2b2af7dea84c 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.33 2010/06/11 09:14:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/metacity-python/ChangeLog,v 1.34 2010/06/14 14:49:38 pacho Exp $ + +*metacity-python-2.30.2 (14 Jun 2010) + + 14 Jun 2010; Pacho Ramos <pacho@gentoo.org> + +metacity-python-2.30.2.ebuild: + Add new version for Gnome 2.30. 11 Jun 2010; Pacho Ramos <pacho@gentoo.org> metacity-python-2.28.0.ebuild: amd64 stable, bug 320247 diff --git a/dev-python/metacity-python/metacity-python-2.30.2.ebuild b/dev-python/metacity-python/metacity-python-2.30.2.ebuild new file mode 100644 index 000000000000..cecb3218296b --- /dev/null +++ b/dev-python/metacity-python/metacity-python-2.30.2.ebuild @@ -0,0 +1,18 @@ +# 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.30.2.ebuild,v 1.1 2010/06/14 14:49:38 pacho Exp $ + +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 ~hppa ~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}" |