Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: media-gfx/ocrfeeder/
Date: Tue, 24 Nov 2015 19:32:12
Message-Id: 1448393389.3dd2aacd88e56c5ca6b249797d55f0f6afa108e9.eva@gentoo
1 commit: 3dd2aacd88e56c5ca6b249797d55f0f6afa108e9
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 19:29:49 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 19:29:49 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=3dd2aacd
7
8 media-gfx/ocrfeeder: virtual/python-imaging is gone, use pillow instead
9
10 Package-Manager: portage-2.2.25
11 Manifest-Sign-Key: C6085806
12
13 media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild
17 index 50fcb78..37b0f98 100644
18 --- a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild
19 +++ b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -6,7 +6,7 @@ EAPI="5"
27 GCONF_DEBUG="no"
28 PYTHON_COMPAT=( python2_7 )
29
30 -inherit eutils gnome2 python-r1 # autotools
31 +inherit eutils gnome2 python-r1
32
33 DESCRIPTION="Document layout analysis and optical character recognition system"
34 HOMEPAGE="https://wiki.gnome.org/Apps/OCRFeeder"
35 @@ -23,11 +23,11 @@ COMMON_DEPEND="
36 dev-libs/gobject-introspection
37 dev-python/lxml[${PYTHON_USEDEP}]
38 >=dev-python/odfpy-0.7[${PYTHON_USEDEP}]
39 + dev-python/pillow[${PYTHON_USEDEP}]
40 dev-python/pyenchant[${PYTHON_USEDEP}]
41 dev-python/pygobject:3
42 dev-python/python-sane[${PYTHON_USEDEP}]
43 dev-python/reportlab[${PYTHON_USEDEP}]
44 - virtual/python-imaging[${PYTHON_USEDEP}]
45 x11-libs/goocanvas:2.0[introspection]
46 x11-libs/gtk+:3[introspection]
47 "