diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2018-02-08 11:46:34 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-02-18 20:23:43 +0100 |
commit | 37693a3c42cffcdb3996f4e4bb034f68080ec8b3 (patch) | |
tree | a7ad5dd18c6edfbbba3d189640abb4e78b10c6af /app-text/paperwork | |
parent | app-text/paperwork-backend: 1.2.3 bump (diff) | |
download | gentoo-37693a3c42cffcdb3996f4e4bb034f68080ec8b3.tar.gz gentoo-37693a3c42cffcdb3996f4e4bb034f68080ec8b3.tar.bz2 gentoo-37693a3c42cffcdb3996f4e4bb034f68080ec8b3.zip |
app-text/paperwork: 1.2.3 bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text/paperwork')
-rw-r--r-- | app-text/paperwork/Manifest | 1 | ||||
-rw-r--r-- | app-text/paperwork/paperwork-1.2.3.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest index cfeaedd54964..439d18521fa2 100644 --- a/app-text/paperwork/Manifest +++ b/app-text/paperwork/Manifest @@ -1 +1,2 @@ DIST paperwork-1.2.2.tar.gz 8124352 BLAKE2B b88d03f0ab5f2512a2fb87a614c61458c3bb771b7803316feae526299e8823aaec73133a96e501f44d10f0c540c9697ddff32de557f060f289a2c7245d808b27 SHA512 e38d269e03f77bc3ffc75f9b77c960e69b8c3f67aac26a38f39b324118ecdcb5a293de8f50226da07f913f3c849b7602b3250304bc348fb2f6d6816d09b17257 +DIST paperwork-1.2.3.tar.gz 8120802 BLAKE2B 8af1b9ff1f7049b0be04186a9b658804283cffcd94aa795e53fbce92e54abef8f6e63416aebbb3fdd54fd462c4ab057214283b4267a42d5cabc33cd2b84f0d2f SHA512 95e0909253e942917825b3475f5c8a0ea81dfc311c90f17f9141326ef58e82e4bcbb8235223cc2ce15bf491895de93810caaacc90cc7bcbe8a65aeafdf1eb9f9 diff --git a/app-text/paperwork/paperwork-1.2.3.ebuild b/app-text/paperwork/paperwork-1.2.3.ebuild new file mode 100644 index 000000000000..ca20baeb28fe --- /dev/null +++ b/app-text/paperwork/paperwork-1.2.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="a personal document manager for scanned documents (and PDFs)" +HOMEPAGE="https://github.com/openpaperwork/paperwork" +SRC_URI="https://github.com/openpaperwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}] + dev-python/libpillowfight[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pycrypto[${PYTHON_USEDEP}] + dev-python/pyenchant[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pyinsane:2[${PYTHON_USEDEP}] + >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + dev-python/simplebayes[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] + x11-libs/libnotify[introspection]" +DEPEND="${RDEPEND}" |