Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/
Date: Wed, 22 Dec 2021 05:24:32
Message-Id: 1640147408.5d8910d38a0f3ed04795e822256a4f8dfbabe18e.sam@gentoo
1 commit: 5d8910d38a0f3ed04795e822256a4f8dfbabe18e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 04:30:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 04:30:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8910d3
7
8 app-text/qpdf: drop 10.0.4, 10.1.0, 10.3.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/qpdf/Manifest | 3 ---
13 app-text/qpdf/qpdf-10.0.4.ebuild | 56 ----------------------------------------
14 app-text/qpdf/qpdf-10.1.0.ebuild | 56 ----------------------------------------
15 app-text/qpdf/qpdf-10.3.1.ebuild | 56 ----------------------------------------
16 4 files changed, 171 deletions(-)
17
18 diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest
19 index 935af25fb201..c7ed6bb77b41 100644
20 --- a/app-text/qpdf/Manifest
21 +++ b/app-text/qpdf/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST qpdf-10.0.4.tar.gz 18465085 BLAKE2B 3b9edc38069d58d43d26b131da755b7921b7add905ed652e3abb48d9b2e140d0c3b38f0250dbd3dca1c4b3dadf76c636606c6fa802b1ebe2dda77444badd828e SHA512 0a8c243928a3273d78b4a898e17a619f1565ec5e9b6f637800a2937749fb8006d0438fee2e623d2f8dc715bfb478ee818e86e9da7c7e0fcf14af496464b79a07
24 -DIST qpdf-10.1.0.tar.gz 18528427 BLAKE2B e62b1c8ca8d301b082cde292cb8430d6ae26433c77a30a6a21379f00cbfb3df09117d042f532f77d372d091a89a3f6581ef7d7734c67a4a1b29c1708129078f3 SHA512 f9b22d89fc62e430e6232c840ad74d220ac9eb09d7f2dfe2c42c1c943d35b5fd25e2abec9970ac19ad7ad25dc3d95c74e68e50bad395abf815cf71c432233106
25 -DIST qpdf-10.3.1.tar.gz 18956768 BLAKE2B 1581799b7bd08e28829fd26571ddaa06fc8460fd4f6935a4f69374e49c445cfcbe824175de7137817a26278c2f58d7524f6440181945064fc853f4dd30b2d528 SHA512 def94fe09770e67fe13bd3fc946667fc2935e7c448eb43602e15218e5b50f452e4f4152411f818115620e67934890c37203663537ac77ed1fcd4317e01a6d623
26 DIST qpdf-10.3.2.tar.gz 18943834 BLAKE2B 5b4e320ddd663721d8201139842bb09a752347f86c3e33116063b2fff1426aed5ff6e3c581c120771a712a8ed278102e0d41816db207a25dabd84e5b89490d35 SHA512 4e630959abf27d1801e36d0cbd754945ded42ade9299057a6b9a642c7cb2a3f8242e274642f1c33a65b4a5a77562d91dcbe64fd5772d483cbe5edb4a6a389219
27 DIST qpdf-10.4.0.tar.gz 18942833 BLAKE2B bc984c742bec582b5b67f7a4f4f00bb22a36e8e14d78b8e8848baed0c94489f6920070bc317928c53aca855c252c2fa5de0fba8b64ba16ba37afc2362d6ae7ba SHA512 7a17cc2b3168bb60ac05d01b585d34d94f62e44e309b86635351b2564bc2c3b7846d3a008ae0d6c068bce3b1d9c42d3a3ab40de3f85a1ec4952280cf8321a041
28
29 diff --git a/app-text/qpdf/qpdf-10.0.4.ebuild b/app-text/qpdf/qpdf-10.0.4.ebuild
30 deleted file mode 100644
31 index e6c1b1772480..000000000000
32 --- a/app-text/qpdf/qpdf-10.0.4.ebuild
33 +++ /dev/null
34 @@ -1,56 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files"
41 -HOMEPAGE="http://qpdf.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
43 -
44 -LICENSE="|| ( Apache-2.0 Artistic-2 )"
45 -# subslot = libqpdf soname version
46 -SLOT="0/28"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
48 -IUSE="doc examples ssl test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - net-libs/gnutls:0=
53 - sys-libs/zlib
54 - virtual/jpeg:0=
55 - ssl? (
56 - dev-libs/openssl:0=
57 - )
58 -"
59 -DEPEND="${RDEPEND}
60 - test? (
61 - app-text/ghostscript-gpl[tiff(+)]
62 - media-libs/tiff
63 - sys-apps/diffutils
64 - )
65 -"
66 -
67 -DOCS=( ChangeLog README.md TODO )
68 -
69 -src_configure() {
70 - local myeconfargs=(
71 - --disable-implicit-crypto
72 - --enable-crypto-gnutls
73 - --enable-crypto-native
74 - --with-default-crypto=gnutls
75 - --disable-static
76 - $(use_enable ssl crypto-openssl)
77 - $(use_enable test test-compare-images)
78 - )
79 - CONFIG_SHELL="${BROOT}/bin/bash" econf "${myeconfargs[@]}"
80 -}
81 -
82 -src_install() {
83 - default
84 -
85 - if use examples ; then
86 - dobin examples/build/.libs/*
87 - fi
88 -
89 - find "${ED}" -type f -name '*.la' -delete || die
90 -}
91
92 diff --git a/app-text/qpdf/qpdf-10.1.0.ebuild b/app-text/qpdf/qpdf-10.1.0.ebuild
93 deleted file mode 100644
94 index e6c1b1772480..000000000000
95 --- a/app-text/qpdf/qpdf-10.1.0.ebuild
96 +++ /dev/null
97 @@ -1,56 +0,0 @@
98 -# Copyright 1999-2021 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=7
102 -
103 -DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files"
104 -HOMEPAGE="http://qpdf.sourceforge.net/"
105 -SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
106 -
107 -LICENSE="|| ( Apache-2.0 Artistic-2 )"
108 -# subslot = libqpdf soname version
109 -SLOT="0/28"
110 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
111 -IUSE="doc examples ssl test"
112 -RESTRICT="!test? ( test )"
113 -
114 -RDEPEND="
115 - net-libs/gnutls:0=
116 - sys-libs/zlib
117 - virtual/jpeg:0=
118 - ssl? (
119 - dev-libs/openssl:0=
120 - )
121 -"
122 -DEPEND="${RDEPEND}
123 - test? (
124 - app-text/ghostscript-gpl[tiff(+)]
125 - media-libs/tiff
126 - sys-apps/diffutils
127 - )
128 -"
129 -
130 -DOCS=( ChangeLog README.md TODO )
131 -
132 -src_configure() {
133 - local myeconfargs=(
134 - --disable-implicit-crypto
135 - --enable-crypto-gnutls
136 - --enable-crypto-native
137 - --with-default-crypto=gnutls
138 - --disable-static
139 - $(use_enable ssl crypto-openssl)
140 - $(use_enable test test-compare-images)
141 - )
142 - CONFIG_SHELL="${BROOT}/bin/bash" econf "${myeconfargs[@]}"
143 -}
144 -
145 -src_install() {
146 - default
147 -
148 - if use examples ; then
149 - dobin examples/build/.libs/*
150 - fi
151 -
152 - find "${ED}" -type f -name '*.la' -delete || die
153 -}
154
155 diff --git a/app-text/qpdf/qpdf-10.3.1.ebuild b/app-text/qpdf/qpdf-10.3.1.ebuild
156 deleted file mode 100644
157 index e6c1b1772480..000000000000
158 --- a/app-text/qpdf/qpdf-10.3.1.ebuild
159 +++ /dev/null
160 @@ -1,56 +0,0 @@
161 -# Copyright 1999-2021 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=7
165 -
166 -DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files"
167 -HOMEPAGE="http://qpdf.sourceforge.net/"
168 -SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
169 -
170 -LICENSE="|| ( Apache-2.0 Artistic-2 )"
171 -# subslot = libqpdf soname version
172 -SLOT="0/28"
173 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
174 -IUSE="doc examples ssl test"
175 -RESTRICT="!test? ( test )"
176 -
177 -RDEPEND="
178 - net-libs/gnutls:0=
179 - sys-libs/zlib
180 - virtual/jpeg:0=
181 - ssl? (
182 - dev-libs/openssl:0=
183 - )
184 -"
185 -DEPEND="${RDEPEND}
186 - test? (
187 - app-text/ghostscript-gpl[tiff(+)]
188 - media-libs/tiff
189 - sys-apps/diffutils
190 - )
191 -"
192 -
193 -DOCS=( ChangeLog README.md TODO )
194 -
195 -src_configure() {
196 - local myeconfargs=(
197 - --disable-implicit-crypto
198 - --enable-crypto-gnutls
199 - --enable-crypto-native
200 - --with-default-crypto=gnutls
201 - --disable-static
202 - $(use_enable ssl crypto-openssl)
203 - $(use_enable test test-compare-images)
204 - )
205 - CONFIG_SHELL="${BROOT}/bin/bash" econf "${myeconfargs[@]}"
206 -}
207 -
208 -src_install() {
209 - default
210 -
211 - if use examples ; then
212 - dobin examples/build/.libs/*
213 - fi
214 -
215 - find "${ED}" -type f -name '*.la' -delete || die
216 -}