Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdf2djvu/
Date: Mon, 05 Feb 2018 00:12:25
Message-Id: 1517789516.6400a3b63a38400d1958ca06f245e0aa98bd08d1.tamiko@gentoo
1 commit: 6400a3b63a38400d1958ca06f245e0aa98bd08d1
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 00:08:16 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 00:11:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6400a3b6
7
8 app-text/pdf2djvu: drop versions 0.9.3, 0.9.4
9
10 Won't compile with newer toolchain.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 app-text/pdf2djvu/Manifest | 2 --
15 app-text/pdf2djvu/pdf2djvu-0.9.3.ebuild | 55 -----------------------------
16 app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild | 61 ---------------------------------
17 3 files changed, 118 deletions(-)
18
19 diff --git a/app-text/pdf2djvu/Manifest b/app-text/pdf2djvu/Manifest
20 index 0068663b291..41eaf2eaf62 100644
21 --- a/app-text/pdf2djvu/Manifest
22 +++ b/app-text/pdf2djvu/Manifest
23 @@ -1,3 +1 @@
24 -DIST pdf2djvu-0.9.3.tar.xz 239492 BLAKE2B e231f833075739e19a3dfe469eaa9f5eabf8b096473e9ea4d0dbbb296c33767cb612976f69548fd97966084cffeacc7f24230c789c6fbe5f1efed09988221b84 SHA512 388b76642c354480674b6eee4961792c4ef483313ffd25a6248d1d6302985ac5adfb558ae9241062893a419463c9626d8dac9d08297d66b68a98cebbcc4dc193
25 -DIST pdf2djvu-0.9.4.tar.xz 250332 BLAKE2B 529c871216cb4ddc55560875b5c4d5a9aeb680140821c6d6d5ab71853a09f3661cfbf28ac4602d6d782afb682a14af8241d70cb82ca617f28a0752f45c852df7 SHA512 6b97d0577ee6e623d8c877393f551dd2a5e19508e5cd6dc5bb2d3ae1a2b71c2f0ffc7020d85507bc52a25da09a301dd5ddf45ab2628928477e0846707ea57322
26 DIST pdf2djvu-0.9.8.tar.xz 268976 BLAKE2B 318ef4fd5677056d2404d769bf54911c9474d6f0f839ef472e121375ee268db31ddaaad2b8ed791ef093d6cb1c665f6431619918ee852e479b4a11a3d7ae0e23 SHA512 5f5330d3d15808b5b6233a15a984d0ebf28619cfb50807a20c8992fed68d17f73d1edd62b1ad7cd3a09d526f6c9f0827e2c5e03d6d7c8ad92c1f106755025f5e
27
28 diff --git a/app-text/pdf2djvu/pdf2djvu-0.9.3.ebuild b/app-text/pdf2djvu/pdf2djvu-0.9.3.ebuild
29 deleted file mode 100644
30 index af5fbd00e70..00000000000
31 --- a/app-text/pdf2djvu/pdf2djvu-0.9.3.ebuild
32 +++ /dev/null
33 @@ -1,55 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit python-any-r1 toolchain-funcs
42 -
43 -DESCRIPTION="A tool to create DjVu files from PDF files"
44 -HOMEPAGE="http://jwilk.net/software/pdf2djvu"
45 -SRC_URI="https://bitbucket.org/jwilk/${PN}/downloads/${P}.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="+graphicsmagick nls openmp test"
51 -
52 -RDEPEND="
53 - >=app-text/djvu-3.5.21:=
54 - >=app-text/poppler-0.16.7:=
55 - dev-libs/libxml2:=
56 - dev-libs/libxslt:=
57 - graphicsmagick? ( media-gfx/graphicsmagick:= )
58 -"
59 -DEPEND="${RDEPEND}
60 - dev-cpp/pstreams
61 - virtual/pkgconfig
62 - nls? ( sys-devel/gettext )
63 - test? (
64 - ${PYTHON_DEPS}
65 - $(python_gen_any_dep 'dev-python/nose[${PYTHON_USEDEP}]')
66 - )
67 -"
68 -
69 -REQUIRED_USE="test? ( graphicsmagick ${PYTHON_REQUIRED_USE} )"
70 -
71 -pkg_setup() {
72 - use test && python-any-r1_pkg_setup
73 -}
74 -
75 -src_configure() {
76 - local openmp=--disable-openmp
77 - use openmp && tc-has-openmp && openmp=--enable-openmp
78 -
79 - econf \
80 - ${openmp} \
81 - $(use_enable nls) \
82 - $(use_with graphicsmagick)
83 -}
84 -
85 -src_install() {
86 - default
87 - dodoc doc/{changelog,{cjk,credits,djvudigital}.txt}
88 -}
89
90 diff --git a/app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild b/app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild
91 deleted file mode 100644
92 index d046e0746aa..00000000000
93 --- a/app-text/pdf2djvu/pdf2djvu-0.9.4.ebuild
94 +++ /dev/null
95 @@ -1,61 +0,0 @@
96 -# Copyright 1999-2017 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=5
100 -
101 -PYTHON_COMPAT=( python2_7 )
102 -
103 -inherit python-any-r1 toolchain-funcs flag-o-matic
104 -
105 -DESCRIPTION="A tool to create DjVu files from PDF files"
106 -HOMEPAGE="http://jwilk.net/software/pdf2djvu"
107 -SRC_URI="https://bitbucket.org/jwilk/${PN}/downloads/${P}.tar.xz"
108 -
109 -LICENSE="GPL-2"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE="+graphicsmagick nls openmp test"
113 -
114 -RDEPEND="
115 - >=app-text/djvu-3.5.21:=
116 - >=app-text/poppler-0.16.7:=
117 - dev-libs/libxml2:=
118 - dev-libs/libxslt:=
119 - graphicsmagick? ( media-gfx/graphicsmagick:= )
120 -"
121 -DEPEND="${RDEPEND}
122 - dev-cpp/pstreams
123 - virtual/pkgconfig
124 - nls? ( sys-devel/gettext )
125 - test? (
126 - ${PYTHON_DEPS}
127 - $(python_gen_any_dep 'dev-python/nose[${PYTHON_USEDEP}]')
128 - )
129 -"
130 -
131 -REQUIRED_USE="test? ( graphicsmagick ${PYTHON_REQUIRED_USE} )"
132 -
133 -pkg_setup() {
134 - use test && python-any-r1_pkg_setup
135 -}
136 -
137 -src_prepare() {
138 - # bug 626874, poppler headers require C++11
139 - append-cxxflags -std=c++11
140 - default
141 -}
142 -
143 -src_configure() {
144 - local openmp=--disable-openmp
145 - use openmp && tc-has-openmp && openmp=--enable-openmp
146 -
147 - econf \
148 - ${openmp} \
149 - $(use_enable nls) \
150 - $(use_with graphicsmagick)
151 -}
152 -
153 -src_install() {
154 - default
155 - dodoc doc/{changelog,{cjk,credits,djvudigital}.txt}
156 -}