x11-themes/oxygen-gtk: Drop USE doc
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 4 Nov 2018 19:50:26 +0000 (20:50 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 4 Nov 2018 20:33:39 +0000 (21:33 +0100)
Closes: https://bugs.gentoo.org/670230
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild

index db872163b5a7a89372f2eb5f449b67738e588b75..757eb755341120699825c114999bf9795b6f5120 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
 LICENSE="LGPL-2.1"
 KEYWORDS="amd64 ~ppc x86"
 SLOT="3"
-IUSE="debug doc"
+IUSE="debug"
 
 COMMON_DEPEND="
        dev-libs/dbus-glib[${MULTILIB_USEDEP}]
@@ -28,7 +28,6 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
-       doc? ( app-doc/doxygen )
 "
 RDEPEND="${COMMON_DEPEND}
        !x11-themes/oxygen-gtk:0
@@ -52,11 +51,6 @@ multilib_src_configure() {
 }
 
 src_install() {
-       if use doc; then
-               doxygen Doxyfile || die "Generating documentation failed"
-               HTML_DOCS=( doc/html/. )
-       fi
-
        cmake-multilib_src_install
 
        cat <<-EOF > 99oxygen-gtk3
index 13ad7933192c5b571d4224313f99f9081c5c4465..9c643ec4e7677bc27e41c40e6290d59a16b076b7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
 LICENSE="LGPL-2.1"
 KEYWORDS="amd64 ~ppc x86"
 SLOT="2"
-IUSE="debug doc"
+IUSE="debug"
 
 COMMON_DEPEND="
        dev-libs/dbus-glib[${MULTILIB_USEDEP}]
@@ -28,7 +28,6 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig
-       doc? ( app-doc/doxygen )
 "
 RDEPEND="${COMMON_DEPEND}
        !x11-themes/oxygen-gtk:0
@@ -55,11 +54,6 @@ multilib_src_configure() {
 }
 
 src_install() {
-       if use doc; then
-               doxygen Doxyfile || die "Generating documentation failed"
-               HTML_DOCS=( doc/html/. )
-       fi
-
        cmake-multilib_src_install
 
        cat <<-EOF > 99oxygen-gtk2