From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 66E5B1384B4 for ; Tue, 24 Nov 2015 19:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2158C21C0D4; Tue, 24 Nov 2015 19:32:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DEFB21C0CE for ; Tue, 24 Nov 2015 19:32:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D644340688 for ; Tue, 24 Nov 2015 19:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F7F7FFB for ; Tue, 24 Nov 2015 19:32:02 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1448393389.3dd2aacd88e56c5ca6b249797d55f0f6afa108e9.eva@gentoo> Subject: [gentoo-commits] dev/eva:master commit in: media-gfx/ocrfeeder/ X-VCS-Repository: dev/eva X-VCS-Files: media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild X-VCS-Directories: media-gfx/ocrfeeder/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 3dd2aacd88e56c5ca6b249797d55f0f6afa108e9 X-VCS-Branch: master Date: Tue, 24 Nov 2015 19:32:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f5f5ccb-510d-410c-87cd-6218341a8372 X-Archives-Hash: 0062b16033e710d97cd7d88f9d7711b5 commit: 3dd2aacd88e56c5ca6b249797d55f0f6afa108e9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Nov 24 19:29:49 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Nov 24 19:29:49 2015 +0000 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=3dd2aacd media-gfx/ocrfeeder: virtual/python-imaging is gone, use pillow instead Package-Manager: portage-2.2.25 Manifest-Sign-Key: C6085806 media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild index 50fcb78..37b0f98 100644 --- a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild +++ b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" GCONF_DEBUG="no" PYTHON_COMPAT=( python2_7 ) -inherit eutils gnome2 python-r1 # autotools +inherit eutils gnome2 python-r1 DESCRIPTION="Document layout analysis and optical character recognition system" HOMEPAGE="https://wiki.gnome.org/Apps/OCRFeeder" @@ -23,11 +23,11 @@ COMMON_DEPEND=" dev-libs/gobject-introspection dev-python/lxml[${PYTHON_USEDEP}] >=dev-python/odfpy-0.7[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] dev-python/pyenchant[${PYTHON_USEDEP}] dev-python/pygobject:3 dev-python/python-sane[${PYTHON_USEDEP}] dev-python/reportlab[${PYTHON_USEDEP}] - virtual/python-imaging[${PYTHON_USEDEP}] x11-libs/goocanvas:2.0[introspection] x11-libs/gtk+:3[introspection] "