Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ocrad/
Date: Wed, 01 Jan 2020 19:18:36
Message-Id: 1577906296.7b06328ed2acd1da07c6987dd5e5f6f0c99e19a8.zlogene@gentoo
1 commit: 7b06328ed2acd1da07c6987dd5e5f6f0c99e19a8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 19:18:16 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 19:18:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b06328e
7
8 app-text/ocrad: Drop old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/ocrad/Manifest | 4 ----
14 app-text/ocrad/ocrad-0.22.ebuild | 35 -----------------------------------
15 app-text/ocrad/ocrad-0.23.ebuild | 35 -----------------------------------
16 app-text/ocrad/ocrad-0.24.ebuild | 35 -----------------------------------
17 app-text/ocrad/ocrad-0.25.ebuild | 35 -----------------------------------
18 5 files changed, 144 deletions(-)
19
20 diff --git a/app-text/ocrad/Manifest b/app-text/ocrad/Manifest
21 index 5e7e0ef62f4..86555c36086 100644
22 --- a/app-text/ocrad/Manifest
23 +++ b/app-text/ocrad/Manifest
24 @@ -1,6 +1,2 @@
25 -DIST ocrad-0.22.tar.lz 87698 BLAKE2B 90bc7a5fb94476819501a2026e4b55c0d8631acf40926c2840e614066786078235edbd44d6bc47877cf106244bcb90b0291c2fb45a34f7d3a99ca676271e5df7 SHA512 45c7934776d96b6868a0109bf40b6814503c03bf63cb797e6a727599aa79e700a253b4eb3ec8ec8ec7abc3417601dacafc7560b147395171348cdae1b6951254
26 -DIST ocrad-0.23.tar.lz 87385 BLAKE2B 9f6ece19f815e1e6011aef5c2c90f1772bdc9621586744ddb9c7fde16762ccba42ca887792a9958c3a7ff1d43f8cbab985a2196de1f1a7ada01ad79d30f308b1 SHA512 db3c282dd121b5138d7e0e8d52fe88a3d392aa5ba2a5b821c74a84b1f66f0bfb8f3b9f08a276b6814c6bb6c31b1a51f5bcaf0c6e66e1a4d659ea72f60b383d13
27 -DIST ocrad-0.24.tar.lz 84506 BLAKE2B 814604ffb04cc3b4e40a7c3a07d90c9d07e4b64afd4d97bc5043e1019eeb347dd1105481dbaa721951efe4aaea729dd87f3510f3ee7dd9b277d96f9d6cb33ea2 SHA512 c43cb4dc678e9588e7061af6ea83a0514181e56201fe5ab68b50b8a1c8e1ae7c7fbf959cdf172b7200b89d9e6b1f42261ead4fbf3a6d0123860feff7954e532d
28 -DIST ocrad-0.25.tar.lz 91464 BLAKE2B 424d2a67eee85bb2d66568c4869761f2ef63c7c274b3a5a0a1c82920bc23becb97553b76dd4a7af5ca4400e806a05e927581060420f70483eaf8a77bf865e05f SHA512 48a0753d699af909d4d0295005e12ec626dad8772a5212c0d579df3b24cf01f6e457ec61edc708a0f6eebace75f37ce0544e8b19c11c9a25166aafedc92c258f
29 DIST ocrad-0.26.tar.lz 91450 BLAKE2B 9ce2324c30ce3236689236ff2f7079d89078c61c4c78efef8c7c34fad2351fdc59a67a1ef995b3ec1b64620f7262563126c0305e3ffda3c5ec04ee5cf4c39a05 SHA512 6cf4c97c4dbbc3a623192de2da261e4854dc3082a26d9731fd00feb8ed371cb18d41f5a8ed992f98e2a00aed68d60f1f3aa90b05f8472431fcf5bc5e3d10e70c
30 DIST ocrad-0.27.tar.lz 91709 BLAKE2B 4dd152e6ccbd41d2ce7e7e3d4fc38e30af4f0bb9c36e32b1f32e67772347af133cf67a8b89c03d5c9924a1d4ffa009205b80609cdb96a59b3dbeb76709a8e8e1 SHA512 2a4731e0e26eefe6d37b08859c4d3cc2b54180411b0f846f7b7e873b9da5b4596ca3c6042ee42284a07aadfeb96d953dce3e95ce2410e48624d1b6020750539c
31
32 diff --git a/app-text/ocrad/ocrad-0.22.ebuild b/app-text/ocrad/ocrad-0.22.ebuild
33 deleted file mode 100644
34 index 28963503086..00000000000
35 --- a/app-text/ocrad/ocrad-0.22.ebuild
36 +++ /dev/null
37 @@ -1,35 +0,0 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=5
42 -inherit unpacker toolchain-funcs
43 -
44 -DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
45 -HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html"
46 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
51 -IUSE=""
52 -
53 -RDEPEND=""
54 -DEPEND="$(unpacker_src_uri_depends)"
55 -
56 -DOCS="AUTHORS ChangeLog NEWS README"
57 -
58 -src_configure() {
59 - # ./configure is not based on autotools
60 - ./configure \
61 - CPPFLAGS="${CPPFLAGS}" \
62 - CXX="$(tc-getCXX)" \
63 - CXXFLAGS="${CXXFLAGS}" \
64 - LDFLAGS="${LDFLAGS}" \
65 - --prefix=/usr
66 -}
67 -
68 -src_install() {
69 - default
70 - doman doc/${PN}.1
71 - doinfo doc/${PN}.info
72 -}
73
74 diff --git a/app-text/ocrad/ocrad-0.23.ebuild b/app-text/ocrad/ocrad-0.23.ebuild
75 deleted file mode 100644
76 index 2f4bea7172d..00000000000
77 --- a/app-text/ocrad/ocrad-0.23.ebuild
78 +++ /dev/null
79 @@ -1,35 +0,0 @@
80 -# Copyright 1999-2014 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=5
84 -inherit unpacker toolchain-funcs
85 -
86 -DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
87 -HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html"
88 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"
89 -
90 -LICENSE="GPL-3"
91 -SLOT="0"
92 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
93 -IUSE=""
94 -
95 -RDEPEND=""
96 -DEPEND="$(unpacker_src_uri_depends)"
97 -
98 -DOCS="AUTHORS ChangeLog NEWS README"
99 -
100 -src_configure() {
101 - # ./configure is not based on autotools
102 - ./configure \
103 - CPPFLAGS="${CPPFLAGS}" \
104 - CXX="$(tc-getCXX)" \
105 - CXXFLAGS="${CXXFLAGS}" \
106 - LDFLAGS="${LDFLAGS}" \
107 - --prefix=/usr
108 -}
109 -
110 -src_install() {
111 - default
112 - doman doc/${PN}.1
113 - doinfo doc/${PN}.info
114 -}
115
116 diff --git a/app-text/ocrad/ocrad-0.24.ebuild b/app-text/ocrad/ocrad-0.24.ebuild
117 deleted file mode 100644
118 index 2ccbc7b1dfe..00000000000
119 --- a/app-text/ocrad/ocrad-0.24.ebuild
120 +++ /dev/null
121 @@ -1,35 +0,0 @@
122 -# Copyright 1999-2014 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=5
126 -inherit unpacker toolchain-funcs
127 -
128 -DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
129 -HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html"
130 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"
131 -
132 -LICENSE="GPL-2"
133 -SLOT="0"
134 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
135 -IUSE=""
136 -
137 -RDEPEND=""
138 -DEPEND="$(unpacker_src_uri_depends)"
139 -
140 -DOCS="AUTHORS ChangeLog NEWS README"
141 -
142 -src_configure() {
143 - # ./configure is not based on autotools
144 - ./configure \
145 - CPPFLAGS="${CPPFLAGS}" \
146 - CXX="$(tc-getCXX)" \
147 - CXXFLAGS="${CXXFLAGS}" \
148 - LDFLAGS="${LDFLAGS}" \
149 - --prefix=/usr
150 -}
151 -
152 -src_install() {
153 - default
154 - doman doc/${PN}.1
155 - doinfo doc/${PN}.info
156 -}
157
158 diff --git a/app-text/ocrad/ocrad-0.25.ebuild b/app-text/ocrad/ocrad-0.25.ebuild
159 deleted file mode 100644
160 index 84c6fa87268..00000000000
161 --- a/app-text/ocrad/ocrad-0.25.ebuild
162 +++ /dev/null
163 @@ -1,35 +0,0 @@
164 -# Copyright 1999-2015 Gentoo Foundation
165 -# Distributed under the terms of the GNU General Public License v2
166 -
167 -EAPI=5
168 -inherit unpacker toolchain-funcs
169 -
170 -DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
171 -HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html"
172 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"
173 -
174 -LICENSE="GPL-2"
175 -SLOT="0"
176 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
177 -IUSE=""
178 -
179 -RDEPEND=""
180 -DEPEND="$(unpacker_src_uri_depends)"
181 -
182 -DOCS="AUTHORS ChangeLog NEWS README"
183 -
184 -src_configure() {
185 - # ./configure is not based on autotools
186 - ./configure \
187 - CPPFLAGS="${CPPFLAGS}" \
188 - CXX="$(tc-getCXX)" \
189 - CXXFLAGS="${CXXFLAGS}" \
190 - LDFLAGS="${LDFLAGS}" \
191 - --prefix=/usr
192 -}
193 -
194 -src_install() {
195 - default
196 - doman doc/${PN}.1
197 - doinfo doc/${PN}.info
198 -}