Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/oxygen-gtk/
Date: Sun, 04 Nov 2018 20:34:01
Message-Id: 1541363619.7ac6161457d0541fd186ce0fd56202146685bf49.asturm@gentoo
1 commit: 7ac6161457d0541fd186ce0fd56202146685bf49
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 19:50:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 20:33:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac61614
7
8 x11-themes/oxygen-gtk: Drop USE doc
9
10 Closes: https://bugs.gentoo.org/670230
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild | 10 ++--------
15 x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild | 10 ++--------
16 2 files changed, 4 insertions(+), 16 deletions(-)
17
18 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
19 index db872163b5a..757eb755341 100644
20 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
21 +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
29 LICENSE="LGPL-2.1"
30 KEYWORDS="amd64 ~ppc x86"
31 SLOT="3"
32 -IUSE="debug doc"
33 +IUSE="debug"
34
35 COMMON_DEPEND="
36 dev-libs/dbus-glib[${MULTILIB_USEDEP}]
37 @@ -28,7 +28,6 @@ COMMON_DEPEND="
38 "
39 DEPEND="${COMMON_DEPEND}
40 virtual/pkgconfig
41 - doc? ( app-doc/doxygen )
42 "
43 RDEPEND="${COMMON_DEPEND}
44 !x11-themes/oxygen-gtk:0
45 @@ -52,11 +51,6 @@ multilib_src_configure() {
46 }
47
48 src_install() {
49 - if use doc; then
50 - doxygen Doxyfile || die "Generating documentation failed"
51 - HTML_DOCS=( doc/html/. )
52 - fi
53 -
54 cmake-multilib_src_install
55
56 cat <<-EOF > 99oxygen-gtk3
57
58 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
59 index 13ad7933192..9c643ec4e76 100644
60 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild
61 +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
69 LICENSE="LGPL-2.1"
70 KEYWORDS="amd64 ~ppc x86"
71 SLOT="2"
72 -IUSE="debug doc"
73 +IUSE="debug"
74
75 COMMON_DEPEND="
76 dev-libs/dbus-glib[${MULTILIB_USEDEP}]
77 @@ -28,7 +28,6 @@ COMMON_DEPEND="
78 "
79 DEPEND="${COMMON_DEPEND}
80 virtual/pkgconfig
81 - doc? ( app-doc/doxygen )
82 "
83 RDEPEND="${COMMON_DEPEND}
84 !x11-themes/oxygen-gtk:0
85 @@ -55,11 +54,6 @@ multilib_src_configure() {
86 }
87
88 src_install() {
89 - if use doc; then
90 - doxygen Doxyfile || die "Generating documentation failed"
91 - HTML_DOCS=( doc/html/. )
92 - fi
93 -
94 cmake-multilib_src_install
95
96 cat <<-EOF > 99oxygen-gtk2