Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/llpp/
Date: Sun, 29 Jan 2017 19:24:05
Message-Id: 1485717835.5cbe503b6649fdafbdda5cbaa10653ffccb67578.xmw@gentoo
1 commit: 5cbe503b6649fdafbdda5cbaa10653ffccb67578
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 19:22:55 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 19:23:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbe503b
7
8 app-text/llpp: Drop old versions.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/llpp/Manifest | 3 --
13 app-text/llpp/llpp-20_p20140818.ebuild | 97 ----------------------------------
14 app-text/llpp/llpp-22.ebuild | 95 ---------------------------------
15 app-text/llpp/llpp-22_p20160324.ebuild | 94 --------------------------------
16 4 files changed, 289 deletions(-)
17
18 diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest
19 index d5cfb25..abff6c4 100644
20 --- a/app-text/llpp/Manifest
21 +++ b/app-text/llpp/Manifest
22 @@ -1,4 +1 @@
23 -DIST llpp-20_p20140818.tar.gz 127805 SHA256 959862916f6ee4261903bd8192dd7b6203cf9b5fa989b4bb3c19377e61fe23ea SHA512 f529414ce1731f2f155e80615792a1d79e62f58f40238b83f0c5fd59e65429a8a95fe02f6556e7b1c51619f0cac670494e4844b444b428ea3ddb991361268790 WHIRLPOOL e190b8bbed54b8e5157c477bc071bcb16681017838cb0c0295bccddff2244be426ff4c925c3effab43dd2939e5ceb0397e2d860c6e53538139d38f340dd05a71
24 -DIST llpp-22.tar.gz 153700 SHA256 06dff0377bb47c172f5cb498f8bce0f362cca910f90e8663fcd3f1500ce8fa0e SHA512 8db70d7c9f10094aef0928b5f69bd9544c3cac427710d409c593708f18e06a96c0f0051b255eb81f1cb3ad9cd2e5c627121bd897db0fac6a9ade1698f9a78738 WHIRLPOOL d8a2dfb889abeebe6a8b7d9bcd57f15198d84cd16de3f9519962c6de84e67722d911b26064c0f70c9fc7087ef5631d8d82d4ec38af0fc752c644facd12ee0aaa
25 -DIST llpp-22_p20160324.tar.gz 159647 SHA256 8326369aa84aa70073e26ed1905643a2ee8d442a02a10fccd9cd0ab1cf8eabb8 SHA512 b0a2675d55184282492bcfb3af7b47fb97ff3b98b9ff5cf25d515f70fad60e135b870f30dbe13e57a7cd2e401d87f81b330cddf92fd27705d0c1726e4e7e3fe1 WHIRLPOOL bb26ecda248e458e8b5e407ec196938bcd60b2b9118534c792677bed98982a648262e3f662a404fc9e2cf755639ca79806e1471e170b21ca4ba6d84f7efc8fbe
26 DIST llpp-23.tar.gz 159922 SHA256 83bf72ad88f0532a0163a6dc9bd285ad5ce8604116ec64764738cdb066748927 SHA512 ef89bead66c22ed218a4f7eb06f6f7d9b1d48f6ab6ef4785a5dc73ad486cdf4a5b1131a8a8cec9020e9caa14468528d9f27c88a29ab221e13c9c55616d20c296 WHIRLPOOL e2c5468b744e71036745de63e9172b32cfa7cb2aae3c61c2a71d0ffe8b3a8b0e2502ff300d1a23446619353c6e43b7b6e051a6126ddc45b1997213c67cfd2764
27
28 diff --git a/app-text/llpp/llpp-20_p20140818.ebuild b/app-text/llpp/llpp-20_p20140818.ebuild
29 deleted file mode 100644
30 index 938dfaa..00000000
31 --- a/app-text/llpp/llpp-20_p20140818.ebuild
32 +++ /dev/null
33 @@ -1,97 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit eutils multilib toolchain-funcs vcs-snapshot
41 -
42 -DESCRIPTION="graphical PDF viewer which aims to superficially resemble less(1)"
43 -HOMEPAGE="http://repo.or.cz/w/llpp.git"
44 -SRC_URI="http://repo.or.cz/w/llpp.git/snapshot/4fc967506989680faf64fb6c1dd0e0d13c678124.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -KEYWORDS="amd64 ppc x86"
49 -IUSE="+ocamlopt static"
50 -#IUSE="egl +ocamlopt static"
51 -
52 -LIB_DEPEND=">=app-text/mupdf-1.5:0=[static-libs]
53 - <app-text/mupdf-1.9a:0=[static-libs]
54 - media-libs/openjpeg:2[static-libs]
55 - media-libs/fontconfig:1.0[static-libs]
56 - media-libs/freetype:2[static-libs]
57 - media-libs/jbig2dec[static-libs]
58 - sys-libs/zlib[static-libs]
59 - virtual/jpeg:0[static-libs]
60 - x11-libs/libX11[static-libs]"
61 -# egl? ( media-libs/mesa[static-libs] )
62 -RDEPEND="x11-misc/xsel
63 - !static? ( ${LIB_DEPEND//\[static-libs]} )"
64 -DEPEND="${RDEPEND}
65 - static? ( ${LIB_DEPEND}
66 - app-arch/bzip2[static-libs]
67 - media-libs/libXcm[static-libs]
68 - x11-libs/libXau[static-libs]
69 - x11-libs/libXdmcp[static-libs]
70 - x11-libs/libXmu[static-libs] )
71 - dev-lang/ocaml[ocamlopt?]
72 - dev-ml/lablgl[glut,ocamlopt?]"
73 -
74 -RESTRICT="!ocamlopt? ( strip )"
75 -
76 -src_prepare() {
77 - epatch "${FILESDIR}"/${PN}-20-WM_CLASS.patch
78 -}
79 -
80 -src_compile() {
81 - local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt)
82 - local cmo=$(usex ocamlopt cmx cmo)
83 - local cma=$(usex ocamlopt cmxa cma)
84 - local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG"
85 - #if use egl ; then
86 - # ccopt+=" -DUSE_EGL $(pkg-config --cflags egl)"
87 - # local egl="egl"
88 - #fi
89 - if use static ; then
90 - local cclib=""
91 - local slib=""
92 - local spath=( ${EROOT}usr/$(get_libdir) $($(tc-getPKG_CONFIG) --libs-only-L --static mupdf x11 ${egl} | sed 's:-L::g') )
93 - ewarn ${spath}
94 - for slib in $($(tc-getPKG_CONFIG) --libs-only-l --static mupdf x11 ${egl} fontconfig) -ljpeg -ljbig2dec ; do
95 - case ${slib} in
96 - -lm|-ldl|-lpthread)
97 - einfo "${slib}: shared"
98 - cclib+="${slib} " ;;
99 - *)
100 - local ccnew=$(find ${spath} -name "lib${slib/-l}.a")
101 - einfo "${slib}: use ${ccnew}"
102 - cclib+="${ccnew} " ;;
103 - esac
104 - done
105 - else
106 - local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 ${egl} fontconfig) -lpthread"
107 - fi
108 -
109 - verbose() { echo "$@" >&2 ; "$@" || die ; }
110 - verbose ocaml str.cma keystoml.ml < KEYS > help.ml
111 - verbose printf 'let version ="%s";;\n' ${PV} >> help.ml
112 - verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c
113 - verbose ${ocaml} -c -o bo.${cmo} le/bo.ml
114 - verbose ${ocaml} -c -o help.${cmo} help.ml
115 - verbose ${ocaml} -c -o utils.${cmo} utils.ml
116 - verbose ${ocaml} -c -o wsi.cmi wsi.mli
117 - verbose ${ocaml} -c -o wsi.${cmo} wsi.ml
118 - verbose ${ocaml} -c -o parser.${cmo} parser.ml
119 - verbose ${ocaml} -c -o config.${cmo} -I +lablGL config.ml
120 - verbose ${ocaml} -c -pp "sed -f pp.sed" -o main.${cmo} -I +lablGL main.ml
121 - verbose ${ocaml} $(usex ocamlopt "" -custom) -o llpp -I +lablGL\
122 - str.${cma} unix.${cma} lablgl.${cma} link.o \
123 - -cclib "${cclib}" \
124 - bo.${cmo} help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} config.${cmo} main.${cmo}
125 -}
126 -
127 -src_install() {
128 - dobin ${PN} misc/${PN}ac
129 - dodoc KEYS README Thanks fixme
130 -}
131
132 diff --git a/app-text/llpp/llpp-22.ebuild b/app-text/llpp/llpp-22.ebuild
133 deleted file mode 100644
134 index bc3878f..00000000
135 --- a/app-text/llpp/llpp-22.ebuild
136 +++ /dev/null
137 @@ -1,95 +0,0 @@
138 -# Copyright 1999-2016 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -# $Id$
141 -
142 -EAPI=5
143 -
144 -inherit eutils multilib toolchain-funcs vcs-snapshot
145 -
146 -DESCRIPTION="graphical PDF viewer which aims to superficially resemble less(1)"
147 -HOMEPAGE="http://repo.or.cz/w/llpp.git"
148 -SRC_URI="http://repo.or.cz/w/llpp.git/snapshot/561dc5673cea431e930668b0d87b0c4b31a36b39.tar.gz -> ${P}.tar.gz"
149 -
150 -LICENSE="GPL-3"
151 -SLOT="0"
152 -KEYWORDS="amd64 ~ppc x86"
153 -IUSE="+ocamlopt static"
154 -#IUSE="egl +ocamlopt static"
155 -
156 -LIB_DEPEND=">=app-text/mupdf-1.7a:0=[static-libs]
157 - <app-text/mupdf-1.9a:0=[static-libs]
158 - media-libs/openjpeg:2[static-libs]
159 - media-libs/fontconfig:1.0[static-libs]
160 - media-libs/freetype:2[static-libs]
161 - media-libs/jbig2dec[static-libs]
162 - sys-libs/zlib[static-libs]
163 - virtual/jpeg:0[static-libs]
164 - x11-libs/libX11[static-libs]"
165 -# egl? ( media-libs/mesa[static-libs] )
166 -RDEPEND="x11-misc/xsel
167 - !static? ( ${LIB_DEPEND//\[static-libs]} )"
168 -DEPEND="${RDEPEND}
169 - static? ( ${LIB_DEPEND}
170 - app-arch/bzip2[static-libs]
171 - media-libs/libXcm[static-libs]
172 - x11-libs/libXau[static-libs]
173 - x11-libs/libXdmcp[static-libs]
174 - x11-libs/libXmu[static-libs] )
175 - >=dev-lang/ocaml-4.02[ocamlopt?]
176 - dev-ml/lablgl[glut,ocamlopt?]"
177 -
178 -RESTRICT="!ocamlopt? ( strip )"
179 -
180 -src_prepare() {
181 - epatch "${FILESDIR}"/${PN}-20-WM_CLASS.patch
182 -}
183 -
184 -src_compile() {
185 - local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt)
186 - local cmo=$(usex ocamlopt cmx cmo)
187 - local cma=$(usex ocamlopt cmxa cma)
188 - local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG -std=c99 -Wextra -Wall -pedantic-errors -Wunused-parameter -Wsign-compare -Wshadow"
189 - #if use egl ; then
190 - # ccopt+=" -DUSE_EGL $(pkg-config --cflags egl)"
191 - # local egl="egl"
192 - #fi
193 - if use static ; then
194 - local cclib=""
195 - local slib=""
196 - local spath=( ${EROOT}usr/$(get_libdir) $($(tc-getPKG_CONFIG) --libs-only-L --static mupdf x11 ${egl} | sed 's:-L::g') )
197 - for slib in $($(tc-getPKG_CONFIG) --libs-only-l --static mupdf x11 ${egl} fontconfig) -ljpeg -ljbig2dec ; do
198 - case ${slib} in
199 - -lm|-ldl|-lpthread)
200 - einfo "${slib}: shared"
201 - cclib+="${slib} " ;;
202 - *)
203 - local ccnew=$(find ${spath} -name "lib${slib/-l}.a")
204 - einfo "${slib}: use ${ccnew}"
205 - cclib+="${ccnew} " ;;
206 - esac
207 - done
208 - else
209 - local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 ${egl} fontconfig) -lpthread"
210 - fi
211 -
212 - verbose() { echo "$@" >&2 ; "$@" || die ; }
213 - verbose sh mkhelp.sh KEYS ${PV} > help.ml
214 - verbose printf 'let version ="%s";;\n' ${PV} >> help.ml
215 - verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c
216 - verbose ${ocaml} -c -o help.${cmo} help.ml
217 - verbose ${ocaml} -c -o utils.${cmo} utils.ml
218 - verbose ${ocaml} -c -o wsi.cmi wsi.mli
219 - verbose ${ocaml} -c -o wsi.${cmo} wsi.ml
220 - verbose ${ocaml} -c -o parser.${cmo} parser.ml
221 - verbose ${ocaml} -c -o config.${cmo} -I +lablGL config.ml
222 - verbose ${ocaml} -c -pp "sed -f pp.sed" -o main.${cmo} -I +lablGL main.ml
223 - verbose ${ocaml} $(usex ocamlopt "" -custom) -o llpp -I +lablGL\
224 - str.${cma} unix.${cma} lablgl.${cma} link.o \
225 - -cclib "${cclib}" \
226 - help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} config.${cmo} main.${cmo}
227 -}
228 -
229 -src_install() {
230 - dobin ${PN} misc/${PN}ac
231 - dodoc KEYS README Thanks fixme
232 -}
233
234 diff --git a/app-text/llpp/llpp-22_p20160324.ebuild b/app-text/llpp/llpp-22_p20160324.ebuild
235 deleted file mode 100644
236 index e406c32..00000000
237 --- a/app-text/llpp/llpp-22_p20160324.ebuild
238 +++ /dev/null
239 @@ -1,94 +0,0 @@
240 -# Copyright 1999-2016 Gentoo Foundation
241 -# Distributed under the terms of the GNU General Public License v2
242 -# $Id$
243 -
244 -EAPI=5
245 -
246 -inherit eutils multilib toolchain-funcs vcs-snapshot
247 -
248 -DESCRIPTION="graphical PDF viewer which aims to superficially resemble less(1)"
249 -HOMEPAGE="http://repo.or.cz/w/llpp.git"
250 -SRC_URI="http://repo.or.cz/llpp.git/snapshot/794a8bce7716bf4571ca24c2574caa0f73851aa3.tar.gz -> ${P}.tar.gz"
251 -
252 -LICENSE="GPL-3"
253 -SLOT="0"
254 -KEYWORDS="~amd64 ~ppc ~x86"
255 -IUSE="+ocamlopt static"
256 -#IUSE="egl +ocamlopt static"
257 -
258 -LIB_DEPEND=">=app-text/mupdf-1.9a:0=[static-libs]
259 - media-libs/openjpeg:2[static-libs]
260 - media-libs/fontconfig:1.0[static-libs]
261 - media-libs/freetype:2[static-libs]
262 - media-libs/jbig2dec[static-libs]
263 - sys-libs/zlib[static-libs]
264 - virtual/jpeg:0[static-libs]
265 - x11-libs/libX11[static-libs]"
266 -# egl? ( media-libs/mesa[static-libs] )
267 -RDEPEND="x11-misc/xsel
268 - !static? ( ${LIB_DEPEND//\[static-libs]} )"
269 -DEPEND="${RDEPEND}
270 - static? ( ${LIB_DEPEND}
271 - app-arch/bzip2[static-libs]
272 - media-libs/libXcm[static-libs]
273 - x11-libs/libXau[static-libs]
274 - x11-libs/libXdmcp[static-libs]
275 - x11-libs/libXmu[static-libs] )
276 - >=dev-lang/ocaml-4.02[ocamlopt?]
277 - dev-ml/lablgl[glut,ocamlopt?]"
278 -
279 -RESTRICT="!ocamlopt? ( strip )"
280 -
281 -src_prepare() {
282 - epatch "${FILESDIR}"/${PN}-20-WM_CLASS.patch
283 -}
284 -
285 -src_compile() {
286 - local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt)
287 - local cmo=$(usex ocamlopt cmx cmo)
288 - local cma=$(usex ocamlopt cmxa cma)
289 - local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG -std=c99 -Wextra -Wall -pedantic-errors -Wunused-parameter -Wsign-compare -Wshadow"
290 - #if use egl ; then
291 - # ccopt+=" -DUSE_EGL $(pkg-config --cflags egl)"
292 - # local egl="egl"
293 - #fi
294 - if use static ; then
295 - local cclib=""
296 - local slib=""
297 - local spath=( ${EROOT}usr/$(get_libdir) $($(tc-getPKG_CONFIG) --libs-only-L --static mupdf x11 ${egl} | sed 's:-L::g') )
298 - for slib in $($(tc-getPKG_CONFIG) --libs-only-l --static mupdf x11 ${egl} fontconfig) -ljpeg -ljbig2dec ; do
299 - case ${slib} in
300 - -lm|-ldl|-lpthread)
301 - einfo "${slib}: shared"
302 - cclib+="${slib} " ;;
303 - *)
304 - local ccnew=$(find ${spath} -name "lib${slib/-l}.a")
305 - einfo "${slib}: use ${ccnew}"
306 - cclib+="${ccnew} " ;;
307 - esac
308 - done
309 - else
310 - local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 ${egl} fontconfig) -lpthread"
311 - fi
312 -
313 - verbose() { echo "$@" >&2 ; "$@" || die ; }
314 - verbose sh mkhelp.sh KEYS ${PV} > help.ml
315 - verbose printf 'let version ="%s";;\n' ${PV} >> help.ml
316 - verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c
317 - verbose ${ocaml} -c -o help.${cmo} help.ml
318 - verbose ${ocaml} -c -o utils.${cmo} utils.ml
319 - verbose ${ocaml} -c -o wsi.cmi wsi.mli
320 - verbose ${ocaml} -c -o wsi.${cmo} wsi.ml
321 - verbose ${ocaml} -c -o parser.${cmo} parser.ml
322 - verbose ${ocaml} -c -o config.${cmo} -I +lablGL config.ml
323 - verbose ${ocaml} -c -pp "sed -f pp.sed" -o main.${cmo} -I +lablGL main.ml
324 - verbose ${ocaml} $(usex ocamlopt "" -custom) -o llpp -I +lablGL\
325 - str.${cma} unix.${cma} lablgl.${cma} link.o \
326 - -cclib "${cclib}" \
327 - help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} config.${cmo} main.${cmo}
328 -}
329 -
330 -src_install() {
331 - dobin ${PN} misc/${PN}ac
332 - dodoc KEYS README Thanks fixme
333 -}