summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-19 20:47:23 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-19 20:47:23 +0000
commit72374bbce92a9d9337a11c689931d46d0945bad0 (patch)
treec71747596c06111fdc6351d57805a0ae231fcfaa /dev-python/metacity-python
parentFix compilation with =sys-devel/libtool-1*. (diff)
downloadgentoo-2-72374bbce92a9d9337a11c689931d46d0945bad0.tar.gz
gentoo-2-72374bbce92a9d9337a11c689931d46d0945bad0.tar.bz2
gentoo-2-72374bbce92a9d9337a11c689931d46d0945bad0.zip
New version for GNOME 2.24.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'dev-python/metacity-python')
-rw-r--r--dev-python/metacity-python/ChangeLog8
-rw-r--r--dev-python/metacity-python/metacity-python-2.24.0.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/metacity-python/ChangeLog b/dev-python/metacity-python/ChangeLog
index 74e8e3ea7afe..59eb66258ead 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/metacity-python/ChangeLog,v 1.1 2008/09/14 17:34:45 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/metacity-python/ChangeLog,v 1.2 2008/10/19 20:47:23 eva Exp $
+
+*metacity-python-2.24.0 (19 Oct 2008)
+
+ 19 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +metacity-python-2.24.0.ebuild:
+ New version for GNOME 2.24.
*metacity-python-2.22.0 (14 Sep 2008)
diff --git a/dev-python/metacity-python/metacity-python-2.24.0.ebuild b/dev-python/metacity-python/metacity-python-2.24.0.ebuild
new file mode 100644
index 000000000000..e89ec631d567
--- /dev/null
+++ b/dev-python/metacity-python/metacity-python-2.24.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 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.24.0.ebuild,v 1.1 2008/10/19 20:47:23 eva Exp $
+
+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 ~hppa ~ia64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-wm/metacity-2.21.5
+ !<dev-python/gnome-python-desktop-2.22.0-r10"
+DEPEND="${RDEPEND}"
+