commit:     acce97ce5497e8508b003a43bc0daaaf68f3ec19
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 08:22:06 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 10 08:22:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acce97ce

dev-ml/camlimages: drop doc useflag, upstream removed source files, bug #617796

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/camlimages/camlimages-4.2.2.ebuild | 8 +-------
 dev-ml/camlimages/camlimages-4.2.3.ebuild | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/dev-ml/camlimages/camlimages-4.2.2.ebuild 
b/dev-ml/camlimages/camlimages-4.2.2.ebuild
index 786c980df2b..8f825c780a5 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/*
 }

diff --git a/dev-ml/camlimages/camlimages-4.2.3.ebuild 
b/dev-ml/camlimages/camlimages-4.2.3.ebuild
index 5d3df3e17c6..9be34cb0db7 100644
--- a/dev-ml/camlimages/camlimages-4.2.3.ebuild
+++ b/dev-ml/camlimages/camlimages-4.2.3.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/*
 }

Reply via email to