commit:     7ac6161457d0541fd186ce0fd56202146685bf49
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 19:50:26 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 20:33:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac61614

x11-themes/oxygen-gtk: Drop USE doc

Closes: https://bugs.gentoo.org/670230
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild | 10 ++--------
 x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild | 10 ++--------
 2 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild 
b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
index db872163b5a..757eb755341 100644
--- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
+++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
@@ -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

diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild 
b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild
index 13ad7933192..9c643ec4e76 100644
--- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild
+++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild
@@ -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

Reply via email to