diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-06-04 17:36:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-06-04 17:36:33 +0000 |
commit | 39369f8a80c18feb68d5506b0ead3582de587090 (patch) | |
tree | eb8e0a71964a48263134e7881bf998d395343134 /media-video/griffith | |
parent | Add a simple linguas counter. Die() when removing lingua fails. (diff) | |
download | gentoo-2-39369f8a80c18feb68d5506b0ead3582de587090.tar.gz gentoo-2-39369f8a80c18feb68d5506b0ead3582de587090.tar.bz2 gentoo-2-39369f8a80c18feb68d5506b0ead3582de587090.zip |
RDEPEND on splitted python ebuilds (bug #352935 with Markos Chandras approval).
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.12.1.ebuild | 7 | ||||
-rw-r--r-- | media-video/griffith/griffith-9999.ebuild | 9 |
3 files changed, 15 insertions, 8 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index a9fb10ce54b4..0b5fd8c61662 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/griffith # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.54 2011/05/17 18:24:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.55 2011/06/04 17:36:33 pacho Exp $ + + 04 Jun 2011; Pacho Ramos <pacho@gentoo.org> griffith-0.12.1.ebuild, + griffith-9999.ebuild: + RDEPEND on splitted python ebuilds (bug #352935 with Markos Chandras + approval). 17 May 2011; Markos Chandras <hwoarang@gentoo.org> -griffith-0.11.ebuild, -griffith-0.12.ebuild: diff --git a/media-video/griffith/griffith-0.12.1.ebuild b/media-video/griffith/griffith-0.12.1.ebuild index dbe2c9b05330..ba3d51d1c68a 100644 --- a/media-video/griffith/griffith-0.12.1.ebuild +++ b/media-video/griffith/griffith-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.12.1.ebuild,v 1.3 2011/01/24 13:13:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.12.1.ebuild,v 1.4 2011/06/04 17:36:33 pacho Exp $ EAPI="2" @@ -22,12 +22,13 @@ IUSE="csv doc spell" RDEPEND="dev-python/imaging gnome-base/libglade dev-python/pyxml - >=dev-python/pygtk-2.6.1 + >=dev-python/pygtk-2.6.1:2 + dev-python/pygobject:2 dev-python/pysqlite:2 >=dev-python/sqlalchemy-0.5.2 >=dev-python/reportlab-1.19 csv? ( dev-python/chardet ) - spell? ( >=dev-python/gnome-python-extras-2.0 )" + spell? ( dev-python/gtkspell-python )" DEPEND="${RDEPEND} doc? ( app-text/docbook2X )" diff --git a/media-video/griffith/griffith-9999.ebuild b/media-video/griffith/griffith-9999.ebuild index b281715ca265..b9576e128173 100644 --- a/media-video/griffith/griffith-9999.ebuild +++ b/media-video/griffith/griffith-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.4 2010/10/23 21:38:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.5 2011/06/04 17:36:33 pacho Exp $ EAPI="1" ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/griffith/trunk" @@ -20,13 +20,14 @@ IUSE="csv doc spell" RDEPEND="dev-python/imaging dev-util/glade:3 dev-python/pyxml - >=dev-python/pygtk-2.6.1 + >=dev-python/pygtk-2.6.1:2 + dev-python/pygobject:2 dev-python/pysqlite:2 >=dev-python/sqlalchemy-0.5.2 >=dev-python/reportlab-1.19 >=dev-python/sqlalchemy-0.4.6 csv? ( dev-python/chardet ) - spell? ( >=dev-python/gnome-python-extras-2.0 )" + spell? ( dev-python/gtkspell-python )" DEPEND="${RDEPEND} doc? ( app-text/docbook2X )" |