From 93eba83ee616d8c388265c04645f1bdd5e9bab73 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Mon, 14 May 2018 18:39:24 -0400 Subject: app-text/qpdf: drop vulnerable Bug: https://bugs.gentoo.org/647776 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8407 --- app-text/qpdf/Manifest | 3 -- app-text/qpdf/qpdf-5.1.1-r1.ebuild | 59 -------------------------------------- app-text/qpdf/qpdf-5.1.3-r1.ebuild | 59 -------------------------------------- app-text/qpdf/qpdf-6.0.0-r2.ebuild | 55 ----------------------------------- 4 files changed, 176 deletions(-) delete mode 100644 app-text/qpdf/qpdf-5.1.1-r1.ebuild delete mode 100644 app-text/qpdf/qpdf-5.1.3-r1.ebuild delete mode 100644 app-text/qpdf/qpdf-6.0.0-r2.ebuild diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest index 2de3223226ca..ffc81b89f065 100644 --- a/app-text/qpdf/Manifest +++ b/app-text/qpdf/Manifest @@ -1,6 +1,3 @@ -DIST qpdf-5.1.1.tar.gz 7662701 BLAKE2B b60c37227cf18c1f1787de3e7428f370d50a115327b742f3c16ba1fc056bde4a9ad3a9578790c42cb4a5bbc4ed746fe6400cad934cd740cc8173bc6689d86ac1 SHA512 236132290694730d7de08635560435d34ae44f4edbc1b887e494f2ee183271331827226e7e29e539d25d5a2ca1dd5815a387c46edc0b6fd898436bbb674d9993 -DIST qpdf-5.1.3.tar.gz 7681578 BLAKE2B f49762e7a92d0a638c998ab002bd3f83057fada59631e58e291e3548393419ff9b2050080d66028e2e14c59a2978e7a95045f144c8a61975c38784cacd04b635 SHA512 676cc6db27dcbcdece21cb427c6aae14646389f4000ff111feee8fdbbb03fe715035e5236a08db4137f275a09ed0dda5c80afbdc5093fe7f56b69a0e335ab73a -DIST qpdf-6.0.0.tar.gz 8344860 BLAKE2B c041fd0a89dcce6275ccd51db62cc4fe37c2ee797d2d19c8924dc12f2a9166d7a918f220ed539045c81284544f061241f1783d6c25a0f63bed534fcef82370bc SHA512 303e3cc77ddb87b9494e26c35e0b45b42f73692054c56a00f2e4f1922633c6ebb45c8684992cd9bf32f03366fcc4cd7e7ec6fb9432d2dbba6e0b24395909b5bf DIST qpdf-7.0.0.tar.gz 7053781 BLAKE2B 1abd54a3cdc24c3e56ac81cabaa56be8d2217961abfc026cbd0c0141aea3efb6c75b9daf2fe9f6fc0f09efd224d241fa859bd37bcd972df4e4837318497d774e SHA512 7b52d67b4d2c428a7b0c1cd03b03a23f05d38d7e3c81041079a137919019ea5158f12bf95fdcfcff6b43ffdefe93a85127ced2a363a6b4b380cbaa02a3840256 DIST qpdf-7.1.1.tar.gz 7099282 BLAKE2B 9658dd1cc6f8d0e3dd13137db147e0f954f747b5bb6b1577f70a236b1f67c5513713889dca77181a9b25f1a2054a8ec5cbfda60866e97b2d43e60b494752c9fd SHA512 a75f988c7dd7ac174bdc981cd3696ca8b539ac6c581e3afecf601dc67277014cb4fe3f0e5cb75a67412cafa4eb645b2fc2d8a0ec203834464baf0c7e80baa0b4 DIST qpdf-8.0.1.tar.gz 7948901 BLAKE2B 90eed8fcb34be16e1648236468c3f78ab16d2b9debe2c06f9a68af77cab2aa524eeeba1f6beb354d201c77d308e5ebd7dacfab1c79d24612af44f9109e407c38 SHA512 cabcfeee760bcdf19696c7dda81c9cc4f3cf1e0f44f68b25070d6e33fad8ad746a5dc992a9792972c9cce7192db82cc49f1a1b94a327d41b49284ac3620b2982 diff --git a/app-text/qpdf/qpdf-5.1.1-r1.ebuild b/app-text/qpdf/qpdf-5.1.1-r1.ebuild deleted file mode 100644 index 350b27088603..000000000000 --- a/app-text/qpdf/qpdf-5.1.1-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -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" - -LICENSE="Artistic-2" -SLOT="0/13" # subslot = libqpdf soname version -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples perl static-libs test" - -RDEPEND="dev-libs/libpcre - sys-libs/zlib" -DEPEND="${RDEPEND} - test? ( - sys-apps/diffutils - media-libs/tiff - app-text/ghostscript-gpl[tiff] - )" -# Only need perl for the installed tools. -RDEPEND+=" perl? ( >=dev-lang/perl-5.8 )" - -DOCS=( ChangeLog README TODO ) - -src_prepare() { - # manually install docs - sed -i "/docdir/d" make/libtool.mk || die -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable test test-compare-images) -} - -src_install() { - default - - if ! use perl ; then - rm "${ED}"/usr/bin/fix-qdf || die - rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die - fi - - if use doc ; then - dodoc doc/qpdf-manual.pdf - dohtml doc/* - fi - - if use examples ; then - dobin examples/build/.libs/* - fi - - prune_libtool_files -} diff --git a/app-text/qpdf/qpdf-5.1.3-r1.ebuild b/app-text/qpdf/qpdf-5.1.3-r1.ebuild deleted file mode 100644 index 9d94e855b41f..000000000000 --- a/app-text/qpdf/qpdf-5.1.3-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -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" - -LICENSE="Artistic-2" -SLOT="0/13" # subslot = libqpdf soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples perl static-libs test" - -RDEPEND="dev-libs/libpcre - sys-libs/zlib" -DEPEND="${RDEPEND} - test? ( - sys-apps/diffutils - media-libs/tiff - app-text/ghostscript-gpl[tiff] - )" -# Only need perl for the installed tools. -RDEPEND+=" perl? ( >=dev-lang/perl-5.8 )" - -DOCS=( ChangeLog README TODO ) - -src_prepare() { - # manually install docs - sed -i "/docdir/d" make/libtool.mk || die -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable test test-compare-images) -} - -src_install() { - default - - if ! use perl ; then - rm "${ED}"/usr/bin/fix-qdf || die - rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die - fi - - if use doc ; then - dodoc doc/qpdf-manual.pdf - dohtml doc/* - fi - - if use examples ; then - dobin examples/build/.libs/* - fi - - prune_libtool_files -} diff --git a/app-text/qpdf/qpdf-6.0.0-r2.ebuild b/app-text/qpdf/qpdf-6.0.0-r2.ebuild deleted file mode 100644 index f00413270dcc..000000000000 --- a/app-text/qpdf/qpdf-6.0.0-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" - -LICENSE="Artistic-2" - -# subslot = libqpdf soname version -SLOT="0/17" - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples perl static-libs test" - -CDEPEND=" - dev-libs/libpcre - sys-libs/zlib -" -DEPEND="${CDEPEND} - test? ( - sys-apps/diffutils - media-libs/tiff - app-text/ghostscript-gpl[tiff] - ) -" -# Only need perl for the installed tools. -RDEPEND="${CDEPEND} - perl? ( >=dev-lang/perl-5.8 ) -" - -DOCS=( ChangeLog README TODO ) - -src_configure() { - CONFIG_SHELL=/bin/bash econf \ - $(use_enable static-libs static) \ - $(use_enable test test-compare-images) -} - -src_install() { - default - - if ! use perl ; then - rm "${ED}"/usr/bin/fix-qdf || die - rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die - fi - - if use examples ; then - dobin examples/build/.libs/* - fi - - find "${ED}" -name '*.la' -exec rm -f {} + -} -- cgit v1.2.3