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-backend/
Date: Thu, 27 Sep 2018 13:14:54
Message-Id: 1538054049.b04f2c6f4e72a901b77260d9cf5cd1887a88026f.voyageur@gentoo
1 commit: b04f2c6f4e72a901b77260d9cf5cd1887a88026f
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 13:11:55 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 13:14:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04f2c6f
7
8 app-text/paperwork-backend: drop old
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11
12 app-text/paperwork-backend/Manifest | 2 --
13 .../paperwork-backend-1.2.2.ebuild | 29 ----------------------
14 .../paperwork-backend-1.2.3.ebuild | 29 ----------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/app-text/paperwork-backend/Manifest b/app-text/paperwork-backend/Manifest
18 index 946d66f6f02..2b12c3bfd7a 100644
19 --- a/app-text/paperwork-backend/Manifest
20 +++ b/app-text/paperwork-backend/Manifest
21 @@ -1,3 +1 @@
22 -DIST paperwork-backend-1.2.2.tar.gz 64271 BLAKE2B 8261f64585d113a0a06a556e93c06cb528c60e1a906e2926aa55a39d363988ba9949ee7c51ab83efb683aa9beb986883e12e0895063e1a350a4ecdc23bb71cf6 SHA512 6fbf00f657134f1aeae0850f58adce0cef4dc292898db3fde725d404bea5d2fc73c386ce8c1f37ae7980997c23ba9489c13e02e3e9d056cca8014cf5691e5ef8
23 -DIST paperwork-backend-1.2.3.tar.gz 64676 BLAKE2B 9d6b43b7fea5a246e78d6cb250cbe94dc33dd0afea086933819d3392242c02c47789465e710313fd00b3e1731d936fa52d3086f00ba51a5c7cbaa4a9dfb2870a SHA512 1d79fa258c9e08d582797444257877e87bd8bb8413cea48419c6fea76d4b023b18fcb4d5831e09eca1561bea852e27f105841b04a44c319a0f9d7fc102c2c4d5
24 DIST paperwork-backend-1.2.4.tar.gz 59998 BLAKE2B e92bfbc311a38563fcb38511e8961c081b7c5d3a445ae9b18a80cb6848edbca2460a37b3f0c81d284a04974954cecbced0122a0bc66b3bbf10dc1bc1784b9969 SHA512 aba8cfd7abe9058e3433c64a96c1f79b451d8bdc661fa16ed7eb19f1b7e15efef024c94557082ec4d71c5adbaf268254af34f1eef8a35bad5e322409821ed5c4
25
26 diff --git a/app-text/paperwork-backend/paperwork-backend-1.2.2.ebuild b/app-text/paperwork-backend/paperwork-backend-1.2.2.ebuild
27 deleted file mode 100644
28 index da6daad0240..00000000000
29 --- a/app-text/paperwork-backend/paperwork-backend-1.2.2.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python3_{4,5,6} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
41 -HOMEPAGE="https://github.com/openpaperwork/paperwork-backend"
42 -SRC_URI="https://github.com/openpaperwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="app-text/poppler[introspection]
50 - dev-python/natsort[${PYTHON_USEDEP}]
51 - dev-python/pillow[${PYTHON_USEDEP}]
52 - dev-python/pycairo[${PYTHON_USEDEP}]
53 - dev-python/pycountry[${PYTHON_USEDEP}]
54 - dev-python/pyenchant[${PYTHON_USEDEP}]
55 - dev-python/pygobject:3[${PYTHON_USEDEP}]
56 - dev-python/python-levenshtein[${PYTHON_USEDEP}]
57 - dev-python/simplebayes[${PYTHON_USEDEP}]
58 - dev-python/termcolor[${PYTHON_USEDEP}]
59 - dev-python/whoosh[${PYTHON_USEDEP}]"
60 -DEPEND="${RDEPEND}"
61
62 diff --git a/app-text/paperwork-backend/paperwork-backend-1.2.3.ebuild b/app-text/paperwork-backend/paperwork-backend-1.2.3.ebuild
63 deleted file mode 100644
64 index f0f34d215f9..00000000000
65 --- a/app-text/paperwork-backend/paperwork-backend-1.2.3.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -PYTHON_COMPAT=( python3_{4,5,6} )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
77 -HOMEPAGE="https://github.com/openpaperwork/paperwork-backend"
78 -SRC_URI="https://github.com/openpaperwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
79 -
80 -LICENSE="GPL-3"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE=""
84 -
85 -RDEPEND="app-text/poppler[introspection]
86 - dev-python/natsort[${PYTHON_USEDEP}]
87 - dev-python/pillow[${PYTHON_USEDEP}]
88 - dev-python/pycairo[${PYTHON_USEDEP}]
89 - dev-python/pycountry[${PYTHON_USEDEP}]
90 - dev-python/pyenchant[${PYTHON_USEDEP}]
91 - dev-python/pygobject:3[${PYTHON_USEDEP}]
92 - dev-python/python-levenshtein[${PYTHON_USEDEP}]
93 - dev-python/simplebayes[${PYTHON_USEDEP}]
94 - dev-python/termcolor[${PYTHON_USEDEP}]
95 - dev-python/whoosh[${PYTHON_USEDEP}]"
96 -DEPEND="${RDEPEND}"