Add missing pygobject dependency and bump to EAPI1 for slot dep support.
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 18 Dec 2011 02:48:10 +0000 (02:48 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 18 Dec 2011 02:48:10 +0000 (02:48 +0000)
Package-Manager: portage-2.2.0_alpha80/cvs/Linux x86_64

dev-python/libgnome-python/ChangeLog
dev-python/libgnome-python/libgnome-python-2.28.1.ebuild
dev-python/libgnomecanvas-python/ChangeLog
dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1.ebuild

index cf294dd8d0d3ba12ad19cf3ed75c5ed56a1e6fb9..1bb09a79c544d10965536fd88e834f5922360832 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.36 2011/02/26 13:20:08 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.37 2011/12/18 02:45:10 tetromino Exp $
+
+  18 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libgnome-python-2.28.1.ebuild:
+  Add missing pygobject dependency and bump to EAPI1 for slot dep support.
 
   26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
   -libgnome-python-2.28.0.ebuild, libgnome-python-2.28.1.ebuild:
index 03d0558d20c72c1d376c0cec5215bacdd6c9d157..d0a90967ab24a3943c37e5b76ff7136520947c9a 100644 (file)
@@ -1,7 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.9 2011/02/26 13:20:08 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.10 2011/12/18 02:45:10 tetromino Exp $
 
+EAPI="1"
 GCONF_DEBUG="no"
 
 G_PY_PN="gnome-python"
@@ -20,6 +21,7 @@ IUSE="examples"
 
 RDEPEND=">=gnome-base/libgnome-2.24.1
        >=gnome-base/libgnomeui-2.24.0
+       dev-python/pygobject:2
        >=dev-python/pyorbit-2.24.0
        >=dev-python/libbonobo-python-${PV}
        >=dev-python/gnome-vfs-python-${PV}
index 04b338ddeec312a541a423e8811d8398e4ecf6cf..320805310ef7e04fa8dfb29491520f3b6d0ca697 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnomecanvas-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v 1.37 2011/02/26 13:19:35 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v 1.38 2011/12/18 02:48:10 tetromino Exp $
+
+  18 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libgnomecanvas-python-2.28.1.ebuild:
+  Add missing pygobject dependency and bump to EAPI1 for slot dep support.
 
   26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
   -libgnomecanvas-python-2.28.0.ebuild, libgnomecanvas-python-2.28.1.ebuild:
index e7206db74ab4b99cfcfe1a0dd39be98b8fe70c20..1694ac9ac10efea66c16ae624743225d3b2b5c1a 100644 (file)
@@ -1,7 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1.ebuild,v 1.9 2011/02/26 13:19:35 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1.ebuild,v 1.10 2011/12/18 02:48:10 tetromino Exp $
 
+EAPI="1"
 GCONF_DEBUG="no"
 
 G_PY_PN="gnome-python"
@@ -18,7 +19,8 @@ SLOT="2"
 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples"
 
-RDEPEND=">=gnome-base/libgnomecanvas-2.8.0
+RDEPEND="dev-python/pygobject:2
+       >=gnome-base/libgnomecanvas-2.8.0
        !<dev-python/gnome-python-2.22.1"
 DEPEND="${RDEPEND}"