From 468fbed9187d67faabe94e92f3ee4073db17d376 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 11 Jun 2010 19:29:29 +0000 Subject: Add missing rdeps over xli and xsane, by Kobboi , bug #323113 (Portage version: 2.2_rc67/cvs/Linux x86_64) --- app-text/gocr/ChangeLog | 7 ++++++- app-text/gocr/gocr-0.45.ebuild | 9 +++++++-- app-text/gocr/gocr-0.48.ebuild | 9 +++++++-- 3 files changed, 20 insertions(+), 5 deletions(-) (limited to 'app-text/gocr') diff --git a/app-text/gocr/ChangeLog b/app-text/gocr/ChangeLog index a00c2dbacc1b..8027df30f1dc 100644 --- a/app-text/gocr/ChangeLog +++ b/app-text/gocr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/gocr # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.61 2010/06/11 19:09:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.62 2010/06/11 19:29:29 aballier Exp $ + + 11 Jun 2010; Alexis Ballier gocr-0.45.ebuild, + gocr-0.48.ebuild: + Add missing rdeps over xli and xsane, by Kobboi , bug + #323113 11 Jun 2010; Alexis Ballier -files/gocr-0.43-makefile.patch, -gocr-0.46.ebuild, diff --git a/app-text/gocr/gocr-0.45.ebuild b/app-text/gocr/gocr-0.45.ebuild index 18c45a51759f..13001826b542 100644 --- a/app-text/gocr/gocr-0.45.ebuild +++ b/app-text/gocr/gocr-0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.45.ebuild,v 1.9 2010/02/28 20:08:37 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.45.ebuild,v 1.10 2010/06/11 19:29:29 aballier Exp $ inherit eutils @@ -11,11 +11,16 @@ SRC_URI="mirror://sourceforge/jocr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="doc tk" +IUSE="doc scanner tk" DEPEND=">=media-libs/netpbm-9.12 doc? ( >=media-gfx/transfig-3.2 app-text/ghostscript-gpl ) tk? ( dev-lang/tk )" +RDEPEND="${DEPEND} + tk? ( + media-gfx/xli + scanner? ( media-gfx/xsane ) + )" DOCS="AUTHORS BUGS CREDITS HISTORY RE* TODO" diff --git a/app-text/gocr/gocr-0.48.ebuild b/app-text/gocr/gocr-0.48.ebuild index 1fcdb58a5c3b..7aceb2b06151 100644 --- a/app-text/gocr/gocr-0.48.ebuild +++ b/app-text/gocr/gocr-0.48.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.48.ebuild,v 1.1 2010/02/28 20:08:37 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.48.ebuild,v 1.2 2010/06/11 19:29:29 aballier Exp $ EAPI=3 @@ -13,11 +13,16 @@ SRC_URI="http://www-e.uni-magdeburg.de/jschulen/ocr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc tk" +IUSE="doc scanner tk" DEPEND=">=media-libs/netpbm-9.12 doc? ( >=media-gfx/transfig-3.2 app-text/ghostscript-gpl ) tk? ( dev-lang/tk )" +RDEPEND="${DEPEND} + tk? ( + media-gfx/xli + scanner? ( media-gfx/xsane ) + )" DOCS="AUTHORS BUGS CREDITS HISTORY RE* TODO" -- cgit v1.2.3-65-gdbad