diff options
author | Michael Weber <xmw@gentoo.org> | 2016-04-08 21:19:15 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-04-18 02:35:36 +0200 |
commit | 749a7526454f8195e7d6a3c33661b8e1844ea7dd (patch) | |
tree | c9319d1507e225e8d3f1731f0b4664f7d307f261 /app-text/llpp | |
parent | games-action/extreme-tuxracer: version bump (bug #580340) (diff) | |
download | gentoo-749a7526454f8195e7d6a3c33661b8e1844ea7dd.tar.gz gentoo-749a7526454f8195e7d6a3c33661b8e1844ea7dd.tar.bz2 gentoo-749a7526454f8195e7d6a3c33661b8e1844ea7dd.zip |
app-text/llpp: drop old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-text/llpp')
-rw-r--r-- | app-text/llpp/Manifest | 2 | ||||
-rw-r--r-- | app-text/llpp/llpp-21.ebuild | 96 | ||||
-rw-r--r-- | app-text/llpp/llpp-21_p20150427.ebuild | 95 |
3 files changed, 0 insertions, 193 deletions
diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest index 7860e37466be..048d43830627 100644 --- a/app-text/llpp/Manifest +++ b/app-text/llpp/Manifest @@ -1,4 +1,2 @@ DIST llpp-20_p20140818.tar.gz 127805 SHA256 959862916f6ee4261903bd8192dd7b6203cf9b5fa989b4bb3c19377e61fe23ea SHA512 f529414ce1731f2f155e80615792a1d79e62f58f40238b83f0c5fd59e65429a8a95fe02f6556e7b1c51619f0cac670494e4844b444b428ea3ddb991361268790 WHIRLPOOL e190b8bbed54b8e5157c477bc071bcb16681017838cb0c0295bccddff2244be426ff4c925c3effab43dd2939e5ceb0397e2d860c6e53538139d38f340dd05a71 -DIST llpp-21.tar.gz 130945 SHA256 bb846ce57269848e830d2665400df107bc23146f4004a755e16fb70d90c3a971 SHA512 8194b9806fecf3f1387aa15f6bbff65ae72df545e8e79fa9244a0c6ea58bf0b96632db11a3abec8afe315acd88c41bd11f17c3b12cf76384b398fd4401f7a909 WHIRLPOOL c24c28df50669f5d684b58d0c90b497430e644b6ef61a9642a1da80324511657fbc01356b36a10754f658ead676105e4e46f94207bd422a462d7a56cc5eb37ef -DIST llpp-21_p20150427.tar.gz 132728 SHA256 c8f1eb8eb0f8fb2e92140be7c177be9418b7cf9641f2649e7aee82101e0f0997 SHA512 8eb3c5d21cc1ae5a1d7b6d1d28cd3f8147fba62c98456d25039c90814665afdf417bb2d3ef5eb738c2561a62454f9ce8c663444d889510609cab93deaea77e81 WHIRLPOOL 1ffe07c520393fb36801f9047aa53db8ff1c48c48885e4f1972f485470781d17673b96217ef16d4e08967f5edabe15fb20ffc1e47678ddd17ed31e53251a33eb DIST llpp-22.tar.gz 153700 SHA256 06dff0377bb47c172f5cb498f8bce0f362cca910f90e8663fcd3f1500ce8fa0e SHA512 8db70d7c9f10094aef0928b5f69bd9544c3cac427710d409c593708f18e06a96c0f0051b255eb81f1cb3ad9cd2e5c627121bd897db0fac6a9ade1698f9a78738 WHIRLPOOL d8a2dfb889abeebe6a8b7d9bcd57f15198d84cd16de3f9519962c6de84e67722d911b26064c0f70c9fc7087ef5631d8d82d4ec38af0fc752c644facd12ee0aaa diff --git a/app-text/llpp/llpp-21.ebuild b/app-text/llpp/llpp-21.ebuild deleted file mode 100644 index 21cdfd7d7d63..000000000000 --- a/app-text/llpp/llpp-21.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils multilib toolchain-funcs vcs-snapshot - -DESCRIPTION="graphical PDF viewer which aims to superficially resemble less(1)" -HOMEPAGE="http://repo.or.cz/w/llpp.git" -SRC_URI="http://repo.or.cz/w/llpp.git/snapshot/973e613ec9062e5c41323fc58fa3435fc6c45551.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+ocamlopt static" -#IUSE="egl +ocamlopt static" - -LIB_DEPEND=">=app-text/mupdf-1.5:0=[static-libs] - <app-text/mupdf-1.7:0=[static-libs] - media-libs/openjpeg:2[static-libs] - media-libs/fontconfig:1.0[static-libs] - media-libs/freetype:2[static-libs] - media-libs/jbig2dec[static-libs] - sys-libs/zlib[static-libs] - virtual/jpeg:0[static-libs] - x11-libs/libX11[static-libs]" -# egl? ( media-libs/mesa[static-libs] ) -RDEPEND="x11-misc/xsel - !static? ( ${LIB_DEPEND//\[static-libs]} )" -DEPEND="${RDEPEND} - static? ( ${LIB_DEPEND} - app-arch/bzip2[static-libs] - media-libs/libXcm[static-libs] - x11-libs/libXau[static-libs] - x11-libs/libXdmcp[static-libs] - x11-libs/libXmu[static-libs] ) - >=dev-lang/ocaml-4.02[ocamlopt?] - dev-ml/lablgl[glut,ocamlopt?]" - -RESTRICT="!ocamlopt? ( strip )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-20-WM_CLASS.patch -} - -src_compile() { - local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt) - local cmo=$(usex ocamlopt cmx cmo) - local cma=$(usex ocamlopt cmxa cma) - local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG" - #if use egl ; then - # ccopt+=" -DUSE_EGL $(pkg-config --cflags egl)" - # local egl="egl" - #fi - if use static ; then - local cclib="" - local slib="" - local spath=( ${EROOT}usr/$(get_libdir) $($(tc-getPKG_CONFIG) --libs-only-L --static mupdf x11 ${egl} | sed 's:-L::g') ) - for slib in $($(tc-getPKG_CONFIG) --libs-only-l --static mupdf x11 ${egl} fontconfig) -ljpeg -ljbig2dec ; do - case ${slib} in - -lm|-ldl|-lpthread) - einfo "${slib}: shared" - cclib+="${slib} " ;; - *) - local ccnew=$(find ${spath} -name "lib${slib/-l}.a") - einfo "${slib}: use ${ccnew}" - cclib+="${ccnew} " ;; - esac - done - else - local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 ${egl} fontconfig) -lpthread" - fi - - verbose() { echo "$@" >&2 ; "$@" || die ; } - verbose ocaml str.cma keystoml.ml < KEYS > help.ml - verbose printf 'let version ="%s";;\n' ${PV} >> help.ml - verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c - verbose ${ocaml} -c -o bo.${cmo} le/bo.ml - verbose ${ocaml} -c -o help.${cmo} help.ml - verbose ${ocaml} -c -o utils.${cmo} utils.ml - verbose ${ocaml} -c -o wsi.cmi wsi.mli - verbose ${ocaml} -c -o wsi.${cmo} wsi.ml - verbose ${ocaml} -c -o parser.${cmo} parser.ml - verbose ${ocaml} -c -o config.${cmo} -I +lablGL config.ml - verbose ${ocaml} -c -pp "sed -f pp.sed" -o main.${cmo} -I +lablGL main.ml - verbose ${ocaml} $(usex ocamlopt "" -custom) -o llpp -I +lablGL\ - str.${cma} unix.${cma} lablgl.${cma} link.o \ - -cclib "${cclib}" \ - bo.${cmo} help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} config.${cmo} main.${cmo} -} - -src_install() { - dobin ${PN} misc/${PN}ac - dodoc KEYS README Thanks fixme -} diff --git a/app-text/llpp/llpp-21_p20150427.ebuild b/app-text/llpp/llpp-21_p20150427.ebuild deleted file mode 100644 index a061c0ac3544..000000000000 --- a/app-text/llpp/llpp-21_p20150427.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils multilib toolchain-funcs vcs-snapshot - -DESCRIPTION="graphical PDF viewer which aims to superficially resemble less(1)" -HOMEPAGE="http://repo.or.cz/w/llpp.git" -SRC_URI="http://repo.or.cz/w/llpp.git/snapshot/66868744188151eaa433d42c807e1efc5f623aa4.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+ocamlopt static" -#IUSE="egl +ocamlopt static" - -LIB_DEPEND=">=app-text/mupdf-1.7a:0=[static-libs] - media-libs/openjpeg:2[static-libs] - media-libs/fontconfig:1.0[static-libs] - media-libs/freetype:2[static-libs] - media-libs/jbig2dec[static-libs] - sys-libs/zlib[static-libs] - virtual/jpeg:0[static-libs] - x11-libs/libX11[static-libs]" -# egl? ( media-libs/mesa[static-libs] ) -RDEPEND="x11-misc/xsel - !static? ( ${LIB_DEPEND//\[static-libs]} )" -DEPEND="${RDEPEND} - static? ( ${LIB_DEPEND} - app-arch/bzip2[static-libs] - media-libs/libXcm[static-libs] - x11-libs/libXau[static-libs] - x11-libs/libXdmcp[static-libs] - x11-libs/libXmu[static-libs] ) - >=dev-lang/ocaml-4.02[ocamlopt?] - dev-ml/lablgl[glut,ocamlopt?]" - -RESTRICT="!ocamlopt? ( strip )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-20-WM_CLASS.patch -} - -src_compile() { - local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt) - local cmo=$(usex ocamlopt cmx cmo) - local cma=$(usex ocamlopt cmxa cma) - local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG" - #if use egl ; then - # ccopt+=" -DUSE_EGL $(pkg-config --cflags egl)" - # local egl="egl" - #fi - if use static ; then - local cclib="" - local slib="" - local spath=( ${EROOT}usr/$(get_libdir) $($(tc-getPKG_CONFIG) --libs-only-L --static mupdf x11 ${egl} | sed 's:-L::g') ) - for slib in $($(tc-getPKG_CONFIG) --libs-only-l --static mupdf x11 ${egl} fontconfig) -ljpeg -ljbig2dec ; do - case ${slib} in - -lm|-ldl|-lpthread) - einfo "${slib}: shared" - cclib+="${slib} " ;; - *) - local ccnew=$(find ${spath} -name "lib${slib/-l}.a") - einfo "${slib}: use ${ccnew}" - cclib+="${ccnew} " ;; - esac - done - else - local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 ${egl} fontconfig) -lpthread" - fi - - verbose() { echo "$@" >&2 ; "$@" || die ; } - verbose ocaml str.cma keystoml.ml < KEYS > help.ml - verbose printf 'let version ="%s";;\n' ${PV} >> help.ml - verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c - verbose ${ocaml} -c -o bo.${cmo} le/bo.ml - verbose ${ocaml} -c -o help.${cmo} help.ml - verbose ${ocaml} -c -o utils.${cmo} utils.ml - verbose ${ocaml} -c -o wsi.cmi wsi.mli - verbose ${ocaml} -c -o wsi.${cmo} wsi.ml - verbose ${ocaml} -c -o parser.${cmo} parser.ml - verbose ${ocaml} -c -o config.${cmo} -I +lablGL config.ml - verbose ${ocaml} -c -pp "sed -f pp.sed" -o main.${cmo} -I +lablGL main.ml - verbose ${ocaml} $(usex ocamlopt "" -custom) -o llpp -I +lablGL\ - str.${cma} unix.${cma} lablgl.${cma} link.o \ - -cclib "${cclib}" \ - bo.${cmo} help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} config.${cmo} main.${cmo} -} - -src_install() { - dobin ${PN} misc/${PN}ac - dodoc KEYS README Thanks fixme -} |