summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-06-11 19:29:29 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-06-11 19:29:29 +0000
commit468fbed9187d67faabe94e92f3ee4073db17d376 (patch)
tree0fcbc913bac6802868434c8e0cff3ee1e57349df /app-text/gocr
parentRemoving myself as maintainer, reassigning to python herd (for real) (diff)
downloadgentoo-2-468fbed9187d67faabe94e92f3ee4073db17d376.tar.gz
gentoo-2-468fbed9187d67faabe94e92f3ee4073db17d376.tar.bz2
gentoo-2-468fbed9187d67faabe94e92f3ee4073db17d376.zip
Add missing rdeps over xli and xsane, by Kobboi <gentoo@lermytte.be>, bug #323113
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gocr')
-rw-r--r--app-text/gocr/ChangeLog7
-rw-r--r--app-text/gocr/gocr-0.45.ebuild9
-rw-r--r--app-text/gocr/gocr-0.48.ebuild9
3 files changed, 20 insertions, 5 deletions
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 <aballier@gentoo.org> gocr-0.45.ebuild,
+ gocr-0.48.ebuild:
+ Add missing rdeps over xli and xsane, by Kobboi <gentoo@lermytte.be>, bug
+ #323113
11 Jun 2010; Alexis Ballier <aballier@gentoo.org>
-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"