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: Mon, 02 Jan 2017 11:18:45
Message-Id: 1483355903.414c876e09bdcfae8cec87b34be87ea10ce51241.voyageur@gentoo
1 commit: 414c876e09bdcfae8cec87b34be87ea10ce51241
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 11:17:31 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 11:18:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414c876e
7
8 app-text/paperwork: drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/paperwork/Manifest | 3 ---
13 app-text/paperwork/paperwork-1.0.1.ebuild | 30 ------------------------------
14 app-text/paperwork/paperwork-1.0.2.ebuild | 30 ------------------------------
15 app-text/paperwork/paperwork-1.0.4.ebuild | 30 ------------------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest
19 index d81bd0d..722fdeb 100644
20 --- a/app-text/paperwork/Manifest
21 +++ b/app-text/paperwork/Manifest
22 @@ -1,5 +1,2 @@
23 DIST paperwork-0.3.2.tar.gz 179509 SHA256 55a3aa814cf0b62bc2e40d0b4789068ebec9bfd9fff182d75429aca624d243f1 SHA512 b9dd1010f308d28e300d246d103cdd15253ed8e653721a89ab7de1aa6129b9a52f6ca6afe4714e19fca41369441240900af23faefd7284bbd420a9833bf3449e WHIRLPOOL f20ac1e45b754612b452d3bbb5854857c604108fe4a71b8870de7b317087b99597dc3c9275776c0b1cd68118c78c45f38195ef4635abe514a565a7e1b911895d
24 -DIST paperwork-1.0.1.tar.gz 206786 SHA256 65976920d18a09ca5ff07088ec73073b857dfb40b4674e428619c8a90726ca01 SHA512 10f854586381b6eb3eabb654cf42c7372594f1c413f601ebbff75f806c841e71e0883bbbfa482802d0f083521689d82ff0416bdbb378d9041402a0ed971b1ed6 WHIRLPOOL 1e314ed44bf86a4c97e7f30667fe07e40ed390715278cf418df0d0bd219b32e33256ac0606cadc10ec5c2a5d7847cda62850adc2bc15ace8c4583da71232bb38
25 -DIST paperwork-1.0.2.tar.gz 274148 SHA256 0884c53f0a23fd396428fbc7cc0499d6ab95f7d76df369d68bffebfd5bf2d1ae SHA512 607fa9f27a367adf8256e59d8d72e2c51822e51563d8e705bc20d4c5a99c3f924f81f262adcc0fd1950f4de97840f5f25e030aa8be164bdabc3bf7c07e2152a4 WHIRLPOOL 74ac71c9c59de5931ba159bbebb9599d1023be1cc4093e27e50600d34b8c0cc00fe52fed8e2409e2f40a7b2aa0bc4b62d2e87ff117a4a32902edbee61bf038af
26 -DIST paperwork-1.0.4.tar.gz 328507 SHA256 08deac7c503f2e589a20e0fd14c56b034a333478cf87761e2e6ce924470a4c79 SHA512 5aae6e719136e25e691b427bb0ad70456d47f2744ce90e42d97ba6bc973c11f8740ab8c8e5a64e3c33d77ed70eebea8832fd7de3b85e5a8e1769f3b4b20608f7 WHIRLPOOL 0b0e9ee62a83a23548181cce1154e78798cc8a6734f181ac3c03af5346da571922754bed33550a3dfc0d6832d72c22b9ffd42bbf2e3bc924aa8db9b57cc6932a
27 DIST paperwork-1.0.5.tar.gz 328468 SHA256 8a09910f852196983f4beabe97711ae1624d2071755cf6a6fed99d73bedc91ae SHA512 92c7515f10a766064cf1b48a3a482529665c265b09c26c27971e5942020749698168171fa7d242984883d9d4b09c5dd8ae6a29c6626fcb4d96972495164e425e WHIRLPOOL ce18d41ada101cc4b3a7d5d192fe780a78c9d41d044a7c7b1f0eca701ece25653c8b1588bcfd32eb5ae30552e299dd8537850c5363f38d875cde2d29663293a3
28
29 diff --git a/app-text/paperwork/paperwork-1.0.1.ebuild b/app-text/paperwork/paperwork-1.0.1.ebuild
30 deleted file mode 100644
31 index c701155..00000000
32 --- a/app-text/paperwork/paperwork-1.0.1.ebuild
33 +++ /dev/null
34 @@ -1,30 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=6
40 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
45 -HOMEPAGE="https://github.com/jflesch/paperwork"
46 -SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -RDEPEND=">=app-text/paperwork-backend-1.0.1[${PYTHON_USEDEP}]
54 - dev-python/libpillowfight[${PYTHON_USEDEP}]
55 - dev-python/pillow[${PYTHON_USEDEP}]
56 - dev-python/pycairo[${PYTHON_USEDEP}]
57 - dev-python/pyenchant[${PYTHON_USEDEP}]
58 - dev-python/pygobject:3[${PYTHON_USEDEP}]
59 - dev-python/pyinsane:2[${PYTHON_USEDEP}]
60 - >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
61 - dev-python/simplebayes[${PYTHON_USEDEP}]
62 - dev-util/glade[introspection,python]
63 - x11-libs/gtk+:3[introspection]"
64 -DEPEND="${RDEPEND}"
65
66 diff --git a/app-text/paperwork/paperwork-1.0.2.ebuild b/app-text/paperwork/paperwork-1.0.2.ebuild
67 deleted file mode 100644
68 index d7497b9..00000000
69 --- a/app-text/paperwork/paperwork-1.0.2.ebuild
70 +++ /dev/null
71 @@ -1,30 +0,0 @@
72 -# Copyright 1999-2016 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI=6
77 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
82 -HOMEPAGE="https://github.com/jflesch/paperwork"
83 -SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="GPL-3"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE=""
89 -
90 -RDEPEND="~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
91 - dev-python/libpillowfight[${PYTHON_USEDEP}]
92 - dev-python/pillow[${PYTHON_USEDEP}]
93 - dev-python/pycairo[${PYTHON_USEDEP}]
94 - dev-python/pyenchant[${PYTHON_USEDEP}]
95 - dev-python/pygobject:3[${PYTHON_USEDEP}]
96 - dev-python/pyinsane:2[${PYTHON_USEDEP}]
97 - >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
98 - dev-python/simplebayes[${PYTHON_USEDEP}]
99 - dev-util/glade[introspection,python]
100 - x11-libs/gtk+:3[introspection]"
101 -DEPEND="${RDEPEND}"
102
103 diff --git a/app-text/paperwork/paperwork-1.0.4.ebuild b/app-text/paperwork/paperwork-1.0.4.ebuild
104 deleted file mode 100644
105 index d7497b9..00000000
106 --- a/app-text/paperwork/paperwork-1.0.4.ebuild
107 +++ /dev/null
108 @@ -1,30 +0,0 @@
109 -# Copyright 1999-2016 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -# $Id$
112 -
113 -EAPI=6
114 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
115 -
116 -inherit distutils-r1
117 -
118 -DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
119 -HOMEPAGE="https://github.com/jflesch/paperwork"
120 -SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
121 -
122 -LICENSE="GPL-3"
123 -SLOT="0"
124 -KEYWORDS="~amd64 ~x86"
125 -IUSE=""
126 -
127 -RDEPEND="~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
128 - dev-python/libpillowfight[${PYTHON_USEDEP}]
129 - dev-python/pillow[${PYTHON_USEDEP}]
130 - dev-python/pycairo[${PYTHON_USEDEP}]
131 - dev-python/pyenchant[${PYTHON_USEDEP}]
132 - dev-python/pygobject:3[${PYTHON_USEDEP}]
133 - dev-python/pyinsane:2[${PYTHON_USEDEP}]
134 - >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
135 - dev-python/simplebayes[${PYTHON_USEDEP}]
136 - dev-util/glade[introspection,python]
137 - x11-libs/gtk+:3[introspection]"
138 -DEPEND="${RDEPEND}"