commit:     5cbe503b6649fdafbdda5cbaa10653ffccb67578
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 19:22:55 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 19:23:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbe503b

app-text/llpp: Drop old versions.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/llpp/Manifest                 |  3 --
 app-text/llpp/llpp-20_p20140818.ebuild | 97 ----------------------------------
 app-text/llpp/llpp-22.ebuild           | 95 ---------------------------------
 app-text/llpp/llpp-22_p20160324.ebuild | 94 --------------------------------
 4 files changed, 289 deletions(-)

diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest
index d5cfb25..abff6c4 100644
--- a/app-text/llpp/Manifest
+++ b/app-text/llpp/Manifest
@@ -1,4 +1 @@
-DIST llpp-20_p20140818.tar.gz 127805 SHA256 
959862916f6ee4261903bd8192dd7b6203cf9b5fa989b4bb3c19377e61fe23ea SHA512 
f529414ce1731f2f155e80615792a1d79e62f58f40238b83f0c5fd59e65429a8a95fe02f6556e7b1c51619f0cac670494e4844b444b428ea3ddb991361268790
 WHIRLPOOL 
e190b8bbed54b8e5157c477bc071bcb16681017838cb0c0295bccddff2244be426ff4c925c3effab43dd2939e5ceb0397e2d860c6e53538139d38f340dd05a71
-DIST llpp-22.tar.gz 153700 SHA256 
06dff0377bb47c172f5cb498f8bce0f362cca910f90e8663fcd3f1500ce8fa0e SHA512 
8db70d7c9f10094aef0928b5f69bd9544c3cac427710d409c593708f18e06a96c0f0051b255eb81f1cb3ad9cd2e5c627121bd897db0fac6a9ade1698f9a78738
 WHIRLPOOL 
d8a2dfb889abeebe6a8b7d9bcd57f15198d84cd16de3f9519962c6de84e67722d911b26064c0f70c9fc7087ef5631d8d82d4ec38af0fc752c644facd12ee0aaa
-DIST llpp-22_p20160324.tar.gz 159647 SHA256 
8326369aa84aa70073e26ed1905643a2ee8d442a02a10fccd9cd0ab1cf8eabb8 SHA512 
b0a2675d55184282492bcfb3af7b47fb97ff3b98b9ff5cf25d515f70fad60e135b870f30dbe13e57a7cd2e401d87f81b330cddf92fd27705d0c1726e4e7e3fe1
 WHIRLPOOL 
bb26ecda248e458e8b5e407ec196938bcd60b2b9118534c792677bed98982a648262e3f662a404fc9e2cf755639ca79806e1471e170b21ca4ba6d84f7efc8fbe
 DIST llpp-23.tar.gz 159922 SHA256 
83bf72ad88f0532a0163a6dc9bd285ad5ce8604116ec64764738cdb066748927 SHA512 
ef89bead66c22ed218a4f7eb06f6f7d9b1d48f6ab6ef4785a5dc73ad486cdf4a5b1131a8a8cec9020e9caa14468528d9f27c88a29ab221e13c9c55616d20c296
 WHIRLPOOL 
e2c5468b744e71036745de63e9172b32cfa7cb2aae3c61c2a71d0ffe8b3a8b0e2502ff300d1a23446619353c6e43b7b6e051a6126ddc45b1997213c67cfd2764

diff --git a/app-text/llpp/llpp-20_p20140818.ebuild 
b/app-text/llpp/llpp-20_p20140818.ebuild
deleted file mode 100644
index 938dfaa..00000000
--- a/app-text/llpp/llpp-20_p20140818.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2016 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/4fc967506989680faf64fb6c1dd0e0d13c678124.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.9a: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[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') )
-               ewarn ${spath}
-               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-22.ebuild b/app-text/llpp/llpp-22.ebuild
deleted file mode 100644
index bc3878f..00000000
--- a/app-text/llpp/llpp-22.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2016 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/561dc5673cea431e930668b0d87b0c4b31a36b39.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]
-       <app-text/mupdf-1.9a: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 -std=c99 -Wextra -Wall -pedantic-errors 
-Wunused-parameter -Wsign-compare -Wshadow"
-       #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 sh mkhelp.sh KEYS ${PV} > 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 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}" \
-               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-22_p20160324.ebuild 
b/app-text/llpp/llpp-22_p20160324.ebuild
deleted file mode 100644
index e406c32..00000000
--- a/app-text/llpp/llpp-22_p20160324.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 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/llpp.git/snapshot/794a8bce7716bf4571ca24c2574caa0f73851aa3.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.9a: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 -std=c99 -Wextra -Wall -pedantic-errors 
-Wunused-parameter -Wsign-compare -Wshadow"
-       #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 sh mkhelp.sh KEYS ${PV} > 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 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}" \
-               help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} config.${cmo} 
main.${cmo}
-}
-
-src_install() {
-       dobin ${PN} misc/${PN}ac
-       dodoc KEYS README Thanks fixme
-}

Reply via email to