Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/oxygen-gtk/
Date: Tue, 26 Sep 2017 12:43:22
Message-Id: 1506429789.fba5a77b1b9b18e967f081dc8cf7767131ed666a.kensington@gentoo
1 commit: fba5a77b1b9b18e967f081dc8cf7767131ed666a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 26 12:38:40 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 26 12:43:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba5a77b
7
8 x11-themes/oxygen-gtk: remove 1.4.1-r0 and 1.4.6-r0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild | 51 ---------------------------
13 x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild | 51 ---------------------------
14 2 files changed, 102 deletions(-)
15
16 diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild
17 deleted file mode 100644
18 index 6ea0abdef9c..00000000000
19 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MY_PN=${PN}3
28 -MY_P=${MY_PN}-${PV}
29 -
30 -inherit cmake-utils
31 -
32 -DESCRIPTION="Official GTK+:3 port of KDE's Oxygen widget style"
33 -HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
34 -SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
35 -
36 -LICENSE="LGPL-2.1"
37 -KEYWORDS="amd64 ~ppc x86"
38 -SLOT="3"
39 -IUSE="debug doc"
40 -
41 -RDEPEND="
42 - !x11-themes/oxygen-gtk:0
43 - dev-libs/dbus-glib
44 - dev-libs/glib:2
45 - x11-libs/cairo
46 - x11-libs/gdk-pixbuf
47 - >=x11-libs/gtk+-3.10:3
48 - x11-libs/libX11
49 - x11-libs/pango
50 -"
51 -DEPEND="${RDEPEND}
52 - virtual/pkgconfig
53 - doc? ( app-doc/doxygen )
54 -"
55 -
56 -DOCS=( AUTHORS README TODO )
57 -
58 -S=${WORKDIR}/${MY_P}
59 -
60 -src_install() {
61 - if use doc; then
62 - { cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed"
63 - HTML_DOCS=( "${S}/doc/html/" )
64 - fi
65 -
66 - cmake-utils_src_install
67 -
68 - cat <<-EOF > 99oxygen-gtk3
69 -CONFIG_PROTECT="${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-3.0"
70 -EOF
71 - doenvd 99oxygen-gtk3
72 -}
73
74 diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild
75 deleted file mode 100644
76 index 89fb94e3f1d..00000000000
77 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild
78 +++ /dev/null
79 @@ -1,51 +0,0 @@
80 -# Copyright 1999-2015 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=5
84 -
85 -MY_PN=${PN}2
86 -MY_P=${MY_PN}-${PV}
87 -
88 -inherit cmake-utils
89 -
90 -DESCRIPTION="Official GTK+:2 port of KDE's Oxygen widget style"
91 -HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
92 -SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
93 -
94 -LICENSE="LGPL-2.1"
95 -KEYWORDS="amd64 ~ppc x86"
96 -SLOT="2"
97 -IUSE="debug doc"
98 -
99 -RDEPEND="
100 - !x11-themes/oxygen-gtk:0
101 - dev-libs/dbus-glib
102 - dev-libs/glib:2
103 - x11-libs/cairo
104 - x11-libs/gdk-pixbuf
105 - >=x11-libs/gtk+-2.24.2:2
106 - x11-libs/libX11
107 - x11-libs/pango
108 -"
109 -DEPEND="${RDEPEND}
110 - virtual/pkgconfig
111 - doc? ( app-doc/doxygen )
112 -"
113 -
114 -DOCS=( AUTHORS README TODO )
115 -
116 -S=${WORKDIR}/${MY_P}
117 -
118 -src_install() {
119 - if use doc; then
120 - { cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed"
121 - HTML_DOCS=( "${S}/doc/html/" )
122 - fi
123 -
124 - cmake-utils_src_install
125 -
126 - cat <<-EOF > 99oxygen-gtk2
127 -CONFIG_PROTECT="${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-2.0"
128 -EOF
129 - doenvd 99oxygen-gtk2
130 -}