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/poppler/
Date: Thu, 28 Jul 2016 15:23:03
Message-Id: 1469719362.4a8484b8e5fb7779940eb62855d0d4c2f068ec7a.dilfridge@gentoo
1 commit: 4a8484b8e5fb7779940eb62855d0d4c2f068ec7a
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 28 15:22:42 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 28 15:22:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8484b8
7
8 app-text/poppler: Remove old
9
10 Package-Manager: portage-2.3.0
11
12 app-text/poppler/Manifest | 1 -
13 app-text/poppler/poppler-0.32.0.ebuild | 111 ---------------------------------
14 2 files changed, 112 deletions(-)
15
16 diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
17 index 5bad8c3..6844360 100644
18 --- a/app-text/poppler/Manifest
19 +++ b/app-text/poppler/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST poppler-0.32.0.tar.xz 1609624 SHA256 4963e31ba5e17530a87b16588e22928bc044e8d28d02303dded981bff6725b98 SHA512 f68355a0242ce467b9d7d7f47cc0c3b08f015c38b147eaeddc392e693239bce2b1b3832bd5e5411f25edddab6d3cea8ca0be151372a86963610a4eae3ea50eee WHIRLPOOL bb56d497f435ccb78dfeb0125ca5d003d08769fe74e11da940f6f5399194698e1908c22d815129e6d1f1a7a9855a68ad7043a3bdd4779045fcf64dd97ade3d22
22 DIST poppler-0.42.0.tar.xz 1674024 SHA256 9fef076ffe2a4f18a4e0da547d814ef5c5e6f8a283afe3387504a0bb1a418010 SHA512 ab8c86c28a2ac848bf118de7f20f57576ed4faa4ad06ae7d58590b951fb2b0ee8a728919ce2417592b467af7322c57ed0bff0288eced042fcf94a50d89c73c19 WHIRLPOOL 095986b44875847d471ecda35194eeb894051b689a754dc8ae55caa04100b4e2ebd57fe868008972502d27346eeb98699fa9660b414ececef4d0eafe53265736
23 DIST poppler-0.45.0.tar.xz 1674464 SHA256 96dd1a6024bcdaa4530a3b49687db3d5c24ddfd072ccb37c6de0e42599728798 SHA512 b703bed35da3572801834740bf61d59b6a3ee3b88bc1b3181bde3472264be4f6b89ceacb56179d7093329946abd6ba2501acfaf209d4f543352ff9fd38c47f1b WHIRLPOOL 687b1ba816dbff1b0a69cb05914dd7fb161bfd8c0fa4e26b77bb0ad26e27f7d7d94085a1022716a8d7a7563145f0acead9fccbbd332959d0216b81b27f3632e8
24 DIST poppler-0.46.0.tar.xz 1680940 SHA256 967d35d13d61dee2fee656b80efef9e388a9e752bc79b7123f15b49c7769e487 SHA512 c303875ae8082e8cd0332ecff82e52678393d0015d092aee6fec3cc191218f155aca049ce43996c255122f550aae53ed019bb7855291d117d0b9e25ab83e9caf WHIRLPOOL 332aa78ba5a905a1c1b1fa62b20e730c7e7cde91f0a6f3c0291f85ea35188d65e496db8145c4eca8b382e8be6061bf16201603a3654c83f8c9f40e142fef0e74
25
26 diff --git a/app-text/poppler/poppler-0.32.0.ebuild b/app-text/poppler/poppler-0.32.0.ebuild
27 deleted file mode 100644
28 index 3ec7db3..0000000
29 --- a/app-text/poppler/poppler-0.32.0.ebuild
30 +++ /dev/null
31 @@ -1,111 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit cmake-utils toolchain-funcs xdg-utils
39 -
40 -if [[ "${PV}" == "9999" ]] ; then
41 - inherit git-r3
42 - EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
43 - KEYWORDS="alpha arm hppa ia64 ppc ppc64 sparc x86"
44 - SLOT="0/9999"
45 -else
46 - SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
47 - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 - SLOT="0/51" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
49 -fi
50 -
51 -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
52 -HOMEPAGE="https://poppler.freedesktop.org/"
53 -
54 -LICENSE="GPL-2"
55 -IUSE="cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 qt5 tiff +utils"
56 -
57 -# No test data provided
58 -RESTRICT="test"
59 -
60 -COMMON_DEPEND="
61 - >=media-libs/fontconfig-2.6.0
62 - >=media-libs/freetype-2.3.9
63 - sys-libs/zlib
64 - cairo? (
65 - dev-libs/glib:2
66 - >=x11-libs/cairo-1.10.0
67 - introspection? ( >=dev-libs/gobject-introspection-1.32.1 )
68 - )
69 - curl? ( net-misc/curl )
70 - jpeg? ( virtual/jpeg:0 )
71 - jpeg2k? ( media-libs/openjpeg:0 )
72 - lcms? ( media-libs/lcms:2 )
73 - png? ( media-libs/libpng:0= )
74 - qt4? (
75 - dev-qt/qtcore:4
76 - dev-qt/qtgui:4
77 - )
78 - qt5? (
79 - dev-qt/qtcore:5
80 - dev-qt/qtgui:5
81 - dev-qt/qtxml:5
82 - )
83 - tiff? ( media-libs/tiff:0 )
84 -"
85 -DEPEND="${COMMON_DEPEND}
86 - virtual/pkgconfig
87 -"
88 -RDEPEND="${COMMON_DEPEND}
89 - cjk? ( >=app-text/poppler-data-0.4.4 )
90 -"
91 -
92 -DOCS=(AUTHORS NEWS README README-XPDF TODO)
93 -
94 -PATCHES=(
95 - "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch"
96 - "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch"
97 - "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" )
98 -
99 -src_configure() {
100 - xdg_environment_reset
101 - local mycmakeargs=(
102 - -DBUILD_GTK_TESTS=OFF
103 - -DBUILD_QT4_TESTS=OFF
104 - -DBUILD_QT5_TESTS=OFF
105 - -DBUILD_CPP_TESTS=OFF
106 - -DENABLE_SPLASH=ON
107 - -DENABLE_ZLIB=ON
108 - -DENABLE_XPDF_HEADERS=ON
109 - $(cmake-utils_use_enable curl LIBCURL)
110 - $(cmake-utils_use_enable cxx CPP)
111 - $(cmake-utils_use_enable utils)
112 - $(cmake-utils_use_with cairo)
113 - $(cmake-utils_use_with introspection GObjectIntrospection)
114 - $(cmake-utils_use_with jpeg)
115 - $(cmake-utils_use_with png)
116 - $(cmake-utils_use_with qt4)
117 - $(cmake-utils_use_find_package qt5 Qt5Core)
118 - $(cmake-utils_use_with tiff)
119 - )
120 - if use jpeg2k; then
121 - mycmakeargs+=(-DENABLE_LIBOPENJPEG=openjpeg1)
122 - else
123 - mycmakeargs+=(-DENABLE_LIBOPENJPEG=)
124 - fi
125 - if use lcms; then
126 - mycmakeargs+=(-DENABLE_CMS=lcms2)
127 - else
128 - mycmakeargs+=(-DENABLE_CMS=)
129 - fi
130 -
131 - cmake-utils_src_configure
132 -}
133 -
134 -src_install() {
135 - cmake-utils_src_install
136 -
137 - if use cairo && use doc; then
138 - # For now install gtk-doc there
139 - insinto /usr/share/gtk-doc/html/poppler
140 - doins -r "${S}"/glib/reference/html/*
141 - fi
142 -}