From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3985B138336 for ; Sun, 4 Nov 2018 20:34:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEE26E0A00; Sun, 4 Nov 2018 20:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9752FE0A00 for ; Sun, 4 Nov 2018 20:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2814A335C7D for ; Sun, 4 Nov 2018 20:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D78AF457 for ; Sun, 4 Nov 2018 20:33:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1541363619.7ac6161457d0541fd186ce0fd56202146685bf49.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/oxygen-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild X-VCS-Directories: x11-themes/oxygen-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7ac6161457d0541fd186ce0fd56202146685bf49 X-VCS-Branch: master Date: Sun, 4 Nov 2018 20:33:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1f4c6915-f81c-4ed8-9646-d48b6031eafb X-Archives-Hash: 7aea6cd1aac8e18c126c11611ec7277e commit: 7ac6161457d0541fd186ce0fd56202146685bf49 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 4 19:50:26 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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