diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 07:50:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 07:50:06 +0000 |
commit | 8707390e699cd35854d851c2dab8b5e14c081c11 (patch) | |
tree | a18c3ee2ac893628420744bad9a2e8d61576e440 /app-text | |
parent | app-text/ghostscript-gpl: drop 9.55.0-r4, 9.56.1-r5 (diff) | |
download | gentoo-8707390e699cd35854d851c2dab8b5e14c081c11.tar.gz gentoo-8707390e699cd35854d851c2dab8b5e14c081c11.tar.bz2 gentoo-8707390e699cd35854d851c2dab8b5e14c081c11.zip |
app-text/qpdf: drop 10.6.3-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/qpdf/Manifest | 2 | ||||
-rw-r--r-- | app-text/qpdf/qpdf-10.6.3-r1.ebuild | 89 |
2 files changed, 0 insertions, 91 deletions
diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest index 6db96cbe814c..c017d9f7b371 100644 --- a/app-text/qpdf/Manifest +++ b/app-text/qpdf/Manifest @@ -1,5 +1,3 @@ -DIST qpdf-10.6.3-doc.zip 6852725 BLAKE2B 407b5994d3c3f80f71e60da12ebecf2c977fecb9e42be1aef32586b7b743bb62acc9662bc02fee174f9738f3e4e43e2769a5df415ae4bb9fb80f16b9d00cfd0e SHA512 780c25df78bc0360a17de85b0701f2e929677b02989d47c6e26b57749dd2315bb21511de9d8d40670a4745254c5c17fcf1c649233be1a0255b5a661f5dcda61b -DIST qpdf-10.6.3.tar.gz 18573584 BLAKE2B 3b6ee845163ab6593ba3d85e8563e4f56f57a831e2bf67fd3a2ccd19aaca47af8c50e03dede233380442384e5bb8fa3fc317a8c54732d2cf3bdfd7d152210a4c SHA512 c584b7443984b0f28eec2fbff054096b9a14a10858dda0c6b370d7a19e34c395ee15a8dc0770d3d85773281cd79944f029fb3bfad55833a2c32ff7e1a751c149 DIST qpdf-11.1.1-doc.zip 7062109 BLAKE2B f9ffa32efa3835427773ee6ef87985388722b868f5a6e9a6df23e5458c2fde049aadbc98dc6966c0b2268c7a264af07cb448f61e49e04b25d908f2bafe140469 SHA512 6e4b87abefedcaf1e3407d1630f9c6e796db64b3cdae25a9489d8f0b1d5c06673821436877c36f015d6a5d126feefda17bb246f0b8ea87c0617238254816f7c2 DIST qpdf-11.1.1.tar.gz 18464793 BLAKE2B 66fa80b513bc5ef033a60011e34df1c6e9ac6a8b777ab1eb30aeddfa077827dcfe30f6ea5816ab0ec208840d4dc2b4e3823449378b5bc50073ae1d754fb124c4 SHA512 da7540152a82cbb853089afa2503ece04086513bab662171758f1e0e928ac09cc7c00e61470bd5ec5285d99ef586b59ad66d5ff90e9060b1361d837fe18cbc24 DIST qpdf-11.2.0-doc.zip 7066797 BLAKE2B c30d3d768bc0d49d751a4c15d3dd5c72040a0b983acc4844d57ab445a57b61023f24f21a4fedf5d336cc906c68feba511aa33ab8cfc45a463cc37e9162970ad9 SHA512 388fc34b34a1b2b1ad227c8dec8bc464472b150faba30d403e1256cc20a61921e33758e338a8fb2d177694d80af5b87c32ea3f7f258b4796f5e6688117ced768 diff --git a/app-text/qpdf/qpdf-10.6.3-r1.ebuild b/app-text/qpdf/qpdf-10.6.3-r1.ebuild deleted file mode 100644 index 72e0c6ea6f59..000000000000 --- a/app-text/qpdf/qpdf-10.6.3-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 - -DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files" -HOMEPAGE="http://qpdf.sourceforge.net/" -SRC_URI=" - mirror://sourceforge/qpdf/${P}.tar.gz - doc? ( mirror://sourceforge/qpdf/${P}-doc.zip ) -" - -LICENSE="|| ( Apache-2.0 Artistic-2 )" -# subslot = libqpdf soname version -SLOT="0/28" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris" -IUSE="doc examples gnutls ssl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - media-libs/libjpeg-turbo:= - sys-libs/zlib - ssl? ( - gnutls? ( net-libs/gnutls:= ) - !gnutls? ( dev-libs/openssl:= ) - ) -" -DEPEND=" - ${RDEPEND} - test? ( - app-text/ghostscript-gpl[tiff(+)] - media-libs/tiff - sys-apps/diffutils - ) -" -BDEPEND=" - dev-lang/perl - doc? ( app-arch/unzip ) -" - -DOCS=( ChangeLog README.md TODO ) - -src_configure() { - # Keep an eye on https://qpdf.readthedocs.io/en/stable/packaging.html. - local myconf=( - --disable-check-autofiles - - --disable-implicit-crypto - --enable-crypto-native - - --disable-oss-fuzz - $(use_enable test test-compare-images) - ) - - if use ssl ; then - local crypto_provider=$(usex gnutls gnutls openssl) - myconf+=( - --with-default-crypto=${crypto_provider} - --enable-crypto-${crypto_provider} - ) - fi - - econf "${myconf[@]}" -} - -src_install() { - default - - if use doc ; then - docompress -x /usr/share/doc/${PF}/singlehtml - dodoc -r "${WORKDIR}"/${P}-doc/. - - fi - - if use examples ; then - find examples/build/.libs -maxdepth 1 -type f -executable \ - -exec dobin {} + || die - fi - - # Completions - dobashcomp completions/bash/qpdf - - insinto /usr/share/zsh/site-functions - doins completions/zsh/_qpdf - - find "${ED}" -type f -name '*.la' -delete || die -} |