Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Tue, 28 Jun 2016 18:18:11
Message-Id: 1467137872.5664de06750432c1d2fbbdef5fe1f9d08ff01e13.johu@gentoo
1 commit: 5664de06750432c1d2fbbdef5fe1f9d08ff01e13
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 18:17:39 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 18:17:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5664de06
7
8 app-text/poppler: Version bump 0.45.0
9
10 Package-Manager: portage-2.3.0
11
12 app-text/poppler/Manifest | 1 +
13 app-text/poppler/{poppler-9999.ebuild => poppler-0.45.0.ebuild} | 3 +--
14 app-text/poppler/poppler-9999.ebuild | 3 +--
15 3 files changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
18 index be9e745..12aa789 100644
19 --- a/app-text/poppler/Manifest
20 +++ b/app-text/poppler/Manifest
21 @@ -2,3 +2,4 @@ DIST poppler-0.32.0.tar.xz 1609624 SHA256 4963e31ba5e17530a87b16588e22928bc044e8
22 DIST poppler-0.42.0.tar.xz 1674024 SHA256 9fef076ffe2a4f18a4e0da547d814ef5c5e6f8a283afe3387504a0bb1a418010 SHA512 ab8c86c28a2ac848bf118de7f20f57576ed4faa4ad06ae7d58590b951fb2b0ee8a728919ce2417592b467af7322c57ed0bff0288eced042fcf94a50d89c73c19 WHIRLPOOL 095986b44875847d471ecda35194eeb894051b689a754dc8ae55caa04100b4e2ebd57fe868008972502d27346eeb98699fa9660b414ececef4d0eafe53265736
23 DIST poppler-0.43.0.tar.xz 1671368 SHA256 c720e26a26ee10b7ebc9e256d2ee7adcdb536cf85f9f1c4777a38f7f81fb2456 SHA512 e00422a875be2e9b8b16a268d31d1080f609ce070f553b2db8001fc71efebe44183d5e63f45b1111a99b106548809b1fe8474aca7710c20bc4c654968d42508b WHIRLPOOL 7eec0e630d829a69201d8a7b2078a5c7ebc22e0c18d96907a23408638abe0b07567da81eb5474d036035e8ef7f635d35aa6d224e11c6ba0eaa050ff6824dc665
24 DIST poppler-0.44.0.tar.xz 1671900 SHA256 5b467ed26a55e1824da6bd86f5f562b1b45582069c03898c91f01ad5c6fa0eab SHA512 356bb8d5ba333dd86f2350dab3d18e7beddabc54f0449514248e7928e56bbcd8a5941bf817a12fc780810927425567fddbfacf723894414ae21814189b54c1f8 WHIRLPOOL abcaa306a7ac90eb39d161483225091e832f4c366ee166fcbda2b3fbb4287619de42234f15cd30e52b66f57c2af87137981dfbf2065478a4736298ee2ab7ac38
25 +DIST poppler-0.45.0.tar.xz 1674464 SHA256 96dd1a6024bcdaa4530a3b49687db3d5c24ddfd072ccb37c6de0e42599728798 SHA512 b703bed35da3572801834740bf61d59b6a3ee3b88bc1b3181bde3472264be4f6b89ceacb56179d7093329946abd6ba2501acfaf209d4f543352ff9fd38c47f1b WHIRLPOOL 687b1ba816dbff1b0a69cb05914dd7fb161bfd8c0fa4e26b77bb0ad26e27f7d7d94085a1022716a8d7a7563145f0acead9fccbbd332959d0216b81b27f3632e8
26
27 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-0.45.0.ebuild
28 similarity index 97%
29 copy from app-text/poppler/poppler-9999.ebuild
30 copy to app-text/poppler/poppler-0.45.0.ebuild
31 index 0217e63..c6e4a39 100644
32 --- a/app-text/poppler/poppler-9999.ebuild
33 +++ b/app-text/poppler/poppler-0.45.0.ebuild
34 @@ -4,7 +4,6 @@
35
36 EAPI=6
37
38 -CMAKE_WARN_UNUSED_CLI=1
39 inherit cmake-utils toolchain-funcs xdg-utils
40
41 if [[ "${PV}" == "9999" ]] ; then
42 @@ -14,7 +13,7 @@ if [[ "${PV}" == "9999" ]] ; then
43 else
44 SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
45 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
46 - SLOT="0/61" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
47 + SLOT="0/62" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
48 fi
49
50 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
51
52 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
53 index 0217e63..c6e4a39 100644
54 --- a/app-text/poppler/poppler-9999.ebuild
55 +++ b/app-text/poppler/poppler-9999.ebuild
56 @@ -4,7 +4,6 @@
57
58 EAPI=6
59
60 -CMAKE_WARN_UNUSED_CLI=1
61 inherit cmake-utils toolchain-funcs xdg-utils
62
63 if [[ "${PV}" == "9999" ]] ; then
64 @@ -14,7 +13,7 @@ if [[ "${PV}" == "9999" ]] ; then
65 else
66 SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
67 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
68 - SLOT="0/61" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
69 + SLOT="0/62" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
70 fi
71
72 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"