Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork/
Date: Wed, 02 Dec 2015 13:33:54
Message-Id: 1449063197.8ef2e125206bf9889a3b59fbf53cc1fe8d739b22.voyageur@gentoo
1 commit: 8ef2e125206bf9889a3b59fbf53cc1fe8d739b22
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 13:32:27 2015 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 13:33:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef2e125
7
8 app-text/paperwork: version bump, bug #567122
9
10 Thanks mrueg for the report
11
12 Package-Manager: portage-2.2.26
13
14 app-text/paperwork/Manifest | 1 +
15 app-text/paperwork/paperwork-0.2.5.ebuild | 35 +++++++++++++++++++++++++++++++
16 2 files changed, 36 insertions(+)
17
18 diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest
19 index ba8a258..31e07d5 100644
20 --- a/app-text/paperwork/Manifest
21 +++ b/app-text/paperwork/Manifest
22 @@ -1,2 +1,3 @@
23 DIST paperwork-0.2.3.tar.gz 164350 SHA256 92f7ef27d26b9b4d3e1d4f87b2788e47cfef0fb386ca813daf02e486e791ccf6 SHA512 e9b423dc35b1c952eca93a891b94b1d25d1af612c22671ccae0b37a32bc29ceb800d0ab9a300d12d0eb4dceb45843ef4123c1796f94a82a40292ad3848ba7d12 WHIRLPOOL 3d1f07a89e9a3177fc4c10d699328ce91e27e76fcb2b6ae704e7f12e11bcbd48fafc88ef07cf6c4903d9c8d7774e7daa47b8ce5bd7fb694ab303cbff8c6c6f94
24 DIST paperwork-0.2.4.tar.gz 164449 SHA256 361970a69995ead1a07a9fe63dde1055110194e447bbfb357b95ac45918ce23c SHA512 a21875f78e38ef77c05f21b57491fa89b7bb9ceeda5d577cd1082825b7df7e56ce9a7a2f7477b066b81a8858183607a25e999e0f851848393c155c9f8588b634 WHIRLPOOL f9b02780437feb0fb0eba2a2a436cf855d0efde85877f8d6533fb613110171e2ec9bf1dff31ffab5e5e21c1d7ac180f42eb5eed38a0416e6cba41cc36fadefa2
25 +DIST paperwork-0.2.5.tar.gz 165234 SHA256 98969bef91b51c72dfd493862c3f62a88c0a26a0654a4bdc9156d8b0d3993a20 SHA512 6f541ebf6cfe02868f568a488754e48f1dcca2d239986e175ee76f6d14495f45a6ab746e2bd29dcf05204c7d1f8a71eb4e91cb3f8a8fd5710b6d2ef1c24637bf WHIRLPOOL ce631670f8c61d2a959243db73c179e5a605ebf9f4f91a0fa62ef8dc7ec8e6f09aeb35a749da2bcfba357f031eb39fdba2c1d77e24018770e08315e04aeb3b3a
26
27 diff --git a/app-text/paperwork/paperwork-0.2.5.ebuild b/app-text/paperwork/paperwork-0.2.5.ebuild
28 new file mode 100644
29 index 0000000..2888a7a
30 --- /dev/null
31 +++ b/app-text/paperwork/paperwork-0.2.5.ebuild
32 @@ -0,0 +1,35 @@
33 +# Copyright 1999-2015 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=5
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
43 +HOMEPAGE="https://github.com/jflesch/paperwork"
44 +SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="GPL-3"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +RDEPEND="app-text/poppler[introspection]
52 + dev-python/joblib[${PYTHON_USEDEP}]
53 + dev-python/pycairo[${PYTHON_USEDEP}]
54 + dev-python/pycountry[${PYTHON_USEDEP}]
55 + dev-python/pyenchant[${PYTHON_USEDEP}]
56 + dev-python/pygobject:3[${PYTHON_USEDEP}]
57 + >=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
58 + >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
59 + dev-python/python-levenshtein[${PYTHON_USEDEP}]
60 + dev-python/termcolor[${PYTHON_USEDEP}]
61 + dev-python/whoosh[${PYTHON_USEDEP}]
62 + dev-util/glade[introspection,python]
63 + sci-libs/scikits_learn[${PYTHON_USEDEP}]
64 + sci-libs/scikits_image[${PYTHON_USEDEP}]
65 + dev-python/pillow[${PYTHON_USEDEP}]
66 + x11-libs/gtk+:3[introspection]"
67 +DEPEND="${RDEPEND}"