summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-10 10:22:06 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-10 10:22:06 +0200
commitacce97ce5497e8508b003a43bc0daaaf68f3ec19 (patch)
tree8c80d410f308f6685e531f8f635e7c29484f679c /dev-ml/camlimages/camlimages-4.2.2.ebuild
parentdev-ros/gazebo_ros: add missing := dep on protobuf. (diff)
downloadgentoo-acce97ce5497e8508b003a43bc0daaaf68f3ec19.tar.gz
gentoo-acce97ce5497e8508b003a43bc0daaaf68f3ec19.tar.bz2
gentoo-acce97ce5497e8508b003a43bc0daaaf68f3ec19.zip
dev-ml/camlimages: drop doc useflag, upstream removed source files, bug #617796
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/camlimages/camlimages-4.2.2.ebuild')
-rw-r--r--dev-ml/camlimages/camlimages-4.2.2.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-ml/camlimages/camlimages-4.2.2.ebuild b/dev-ml/camlimages/camlimages-4.2.2.ebuild
index 786c980df2b5..8f825c780a51 100644
--- a/dev-ml/camlimages/camlimages-4.2.2.ebuild
+++ b/dev-ml/camlimages/camlimages-4.2.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/camlspotter/camlimages/get/${PV}.tar.bz2 -> ${P}.
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ppc x86"
-IUSE="doc exif gif gtk jpeg png postscript tiff truetype X xpm"
+IUSE="exif gif gtk jpeg png postscript tiff truetype X xpm"
RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
exif? ( media-libs/libexif )
@@ -28,7 +28,6 @@ RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
sys-libs/zlib
"
DEPEND="${DEPEND}
- doc? ( dev-python/sphinx[latex] )
dev-util/omake
virtual/pkgconfig
dev-ml/findlib"
@@ -51,15 +50,10 @@ src_compile() {
$(camlimages_arg_want truetype FREETYPE) \
PATH_GS=/bin/true \
--force-dotomake || die
-
- if use doc ; then
- sphinx-build doc/sphinx sphinxdoc || die
- fi
}
src_install() {
findlib_src_preinst
omake --force-dotomake DESTDIR="${D}" install || die
dodoc README.md
- use doc && dohtml -r sphinxdoc/*
}