Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/
Date: Wed, 15 Feb 2017 00:43:00
Message-Id: 1487119364.6b426c0c65f6446eef85736fef18b7d61702a728.dilfridge@gentoo
1 commit: 6b426c0c65f6446eef85736fef18b7d61702a728
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:40:02 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 00:42:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b426c0c
7
8 app-text/qpdf: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/qpdf/Manifest | 1 -
13 app-text/qpdf/qpdf-5.1.2-r1.ebuild | 60 --------------------------------------
14 2 files changed, 61 deletions(-)
15
16 diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest
17 index 359cc96792..278dbc7fed 100644
18 --- a/app-text/qpdf/Manifest
19 +++ b/app-text/qpdf/Manifest
20 @@ -1,4 +1,3 @@
21 DIST qpdf-5.1.1.tar.gz 7662701 SHA256 95d355d8fa5e1c677e04d884161de94f5438bf3bdc1638498796b042bad4a726 SHA512 236132290694730d7de08635560435d34ae44f4edbc1b887e494f2ee183271331827226e7e29e539d25d5a2ca1dd5815a387c46edc0b6fd898436bbb674d9993 WHIRLPOOL 66eee10dc5163f1e53afcbd02b71bab73598c28ebb9b005c26af4e58396fd693af7ed76a17fd0c29819b0fa08a71ea0158c76bfa0b0d452a78bb357277644459
22 -DIST qpdf-5.1.2.tar.gz 7664268 SHA256 e9dd8d5d0a322078ffd573f057f03d24a734cc5b7dd925b089ebcb0f6e867bfd SHA512 be2fe3f1127532edc1b3d9af2d25df64c2c04c402cfef8d1ca5ed77129c2f17ef3435abb6c630b260ee4be8458984c0fbf0abfb6cda82ef4fa74dc23ca7a8864 WHIRLPOOL 5ec875f0ea73aa044c671f4ea9e5b69c74c188463ad58006a55ed395fed4e0184baad760486596586866b9f701ae5e211ac08ade1eff54028e20c6c1462ee629
23 DIST qpdf-5.1.3.tar.gz 7681578 SHA256 d5164bdad3afc381568dbe8e1509a4a6a911d4d077f1fc20b9866ef8fad901d3 SHA512 676cc6db27dcbcdece21cb427c6aae14646389f4000ff111feee8fdbbb03fe715035e5236a08db4137f275a09ed0dda5c80afbdc5093fe7f56b69a0e335ab73a WHIRLPOOL 96cf06c0da63f9f3f5bccd422875c23e473443a4552de3c23ab9971104876fb5463cb6b7db86faee3aac04bddd9b59391093a7d5840cad801093162561ba459d
24 DIST qpdf-6.0.0.tar.gz 8344860 SHA256 a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233 SHA512 303e3cc77ddb87b9494e26c35e0b45b42f73692054c56a00f2e4f1922633c6ebb45c8684992cd9bf32f03366fcc4cd7e7ec6fb9432d2dbba6e0b24395909b5bf WHIRLPOOL f9fae783c16a93826f825a8efe1a116cbde00fb19b8b56dbfcad7878557c106c8f7a58945af3002f2a72aa032247008013edce8943a45cca8c186b68bf2b5cd3
25
26 diff --git a/app-text/qpdf/qpdf-5.1.2-r1.ebuild b/app-text/qpdf/qpdf-5.1.2-r1.ebuild
27 deleted file mode 100644
28 index 0720f92442..0000000000
29 --- a/app-text/qpdf/qpdf-5.1.2-r1.ebuild
30 +++ /dev/null
31 @@ -1,60 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -
38 -inherit eutils
39 -
40 -DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
41 -HOMEPAGE="http://qpdf.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
43 -
44 -LICENSE="Artistic-2"
45 -SLOT="0/13" # subslot = libqpdf soname version
46 -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"
47 -IUSE="doc examples perl static-libs test"
48 -
49 -RDEPEND="dev-libs/libpcre
50 - sys-libs/zlib"
51 -DEPEND="${RDEPEND}
52 - test? (
53 - sys-apps/diffutils
54 - media-libs/tiff
55 - app-text/ghostscript-gpl[tiff]
56 - )"
57 -# Only need perl for the installed tools.
58 -RDEPEND+=" perl? ( >=dev-lang/perl-5.8 )"
59 -
60 -DOCS=( ChangeLog README TODO )
61 -
62 -src_prepare() {
63 - # manually install docs
64 - sed -i "/docdir/d" make/libtool.mk || die
65 -}
66 -
67 -src_configure() {
68 - econf \
69 - $(use_enable static-libs static) \
70 - $(use_enable test test-compare-images)
71 -}
72 -
73 -src_install() {
74 - default
75 -
76 - if ! use perl ; then
77 - rm "${ED}"/usr/bin/fix-qdf || die
78 - rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die
79 - fi
80 -
81 - if use doc ; then
82 - dodoc doc/qpdf-manual.pdf
83 - dohtml doc/*
84 - fi
85 -
86 - if use examples ; then
87 - dobin examples/build/.libs/*
88 - fi
89 -
90 - prune_libtool_files
91 -}