commit:     13a997b897751447dc663c5ef71c99247e8fa14e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 17:27:27 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 17:27:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a997b8

app-text/paperwork: Version bump to 0.3.2

Package-Manager: portage-2.2.28

 app-text/paperwork/Manifest               |  1 +
 app-text/paperwork/paperwork-0.3.2.ebuild | 34 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest
index d935852..dfbcda1 100644
--- a/app-text/paperwork/Manifest
+++ b/app-text/paperwork/Manifest
@@ -1,2 +1,3 @@
 DIST paperwork-0.2.5.tar.gz 165234 SHA256 
98969bef91b51c72dfd493862c3f62a88c0a26a0654a4bdc9156d8b0d3993a20 SHA512 
6f541ebf6cfe02868f568a488754e48f1dcca2d239986e175ee76f6d14495f45a6ab746e2bd29dcf05204c7d1f8a71eb4e91cb3f8a8fd5710b6d2ef1c24637bf
 WHIRLPOOL 
ce631670f8c61d2a959243db73c179e5a605ebf9f4f91a0fa62ef8dc7ec8e6f09aeb35a749da2bcfba357f031eb39fdba2c1d77e24018770e08315e04aeb3b3a
 DIST paperwork-0.3.0.1.tar.gz 175755 SHA256 
3019264cbbfb449c1b7d9c04537e4aff72f17da4a59db3538b34cf7ee7ae5775 SHA512 
b167cc8b907cc40e98b019b3f51305b4648d5c0afea7481c532bf48d2f4ec3773ba9ec56b63806dba6f20d87d60c7e2d148d85ee4a8b138867003499fc5a9697
 WHIRLPOOL 
b3174f122ee7270d584950f7459b6a3c7e99a82e3d56e2fcbe87c9ce36492e0a70ab8da02c7572158c8e61622ff15a0835d7d8bf9edeffe84d0fec3392d36b25
+DIST paperwork-0.3.2.tar.gz 179509 SHA256 
55a3aa814cf0b62bc2e40d0b4789068ebec9bfd9fff182d75429aca624d243f1 SHA512 
b9dd1010f308d28e300d246d103cdd15253ed8e653721a89ab7de1aa6129b9a52f6ca6afe4714e19fca41369441240900af23faefd7284bbd420a9833bf3449e
 WHIRLPOOL 
f20ac1e45b754612b452d3bbb5854857c604108fe4a71b8870de7b317087b99597dc3c9275776c0b1cd68118c78c45f38195ef4635abe514a565a7e1b911895d

diff --git a/app-text/paperwork/paperwork-0.3.2.ebuild 
b/app-text/paperwork/paperwork-0.3.2.ebuild
new file mode 100644
index 0000000..a604cde
--- /dev/null
+++ b/app-text/paperwork/paperwork-0.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
+HOMEPAGE="https://github.com/jflesch/paperwork";
+SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[introspection]
+       dev-python/joblib[${PYTHON_USEDEP}]
+       dev-python/pycairo[${PYTHON_USEDEP}]
+       dev-python/pycountry[${PYTHON_USEDEP}]
+       dev-python/pyenchant[${PYTHON_USEDEP}]
+       dev-python/pygobject:3[${PYTHON_USEDEP}]
+       >=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
+       >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
+       dev-python/python-levenshtein[${PYTHON_USEDEP}]
+       dev-python/termcolor[${PYTHON_USEDEP}]
+       dev-python/whoosh[${PYTHON_USEDEP}]
+       dev-python/simplebayes[${PYTHON_USEDEP}]
+       dev-util/glade[introspection,python]
+       dev-python/pillow[${PYTHON_USEDEP}]
+       x11-libs/gtk+:3[introspection]"
+DEPEND="${RDEPEND}"

Reply via email to