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: Wed, 03 Apr 2019 20:27:39
Message-Id: 1554323240.3546ecd8dbf2f207361334b7b41b9b9c708be632.asturm@gentoo
1 commit: 3546ecd8dbf2f207361334b7b41b9b9c708be632
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 3 19:43:02 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 3 20:27:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3546ecd8
7
8 x11-themes/oxygen-gtk: EAPI-7 bump, fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild | 15 ++++++---------
14 x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild | 15 ++++++---------
15 2 files changed, 12 insertions(+), 18 deletions(-)
16
17 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
18 index 757eb755341..803e8e61400 100644
19 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
20 +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild
21 @@ -1,15 +1,14 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 MY_PN=${PN}3
30 MY_P=${MY_PN}-${PV}
31 -
32 inherit cmake-multilib
33
34 DESCRIPTION="Official GTK+:3 port of KDE's Oxygen widget style"
35 -HOMEPAGE="https://store.kde.org/content/show.php/?content=136216"
36 +HOMEPAGE="https://store.kde.org/p/1005553/"
37 SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
38
39 LICENSE="LGPL-2.1"
40 @@ -17,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86"
41 SLOT="3"
42 IUSE="debug"
43
44 -COMMON_DEPEND="
45 +BDEPEND="virtual/pkgconfig"
46 +DEPEND="
47 dev-libs/dbus-glib[${MULTILIB_USEDEP}]
48 dev-libs/glib:2[${MULTILIB_USEDEP}]
49 x11-libs/cairo[${MULTILIB_USEDEP}]
50 @@ -26,10 +26,7 @@ COMMON_DEPEND="
51 x11-libs/libX11[${MULTILIB_USEDEP}]
52 x11-libs/pango[${MULTILIB_USEDEP}]
53 "
54 -DEPEND="${COMMON_DEPEND}
55 - virtual/pkgconfig
56 -"
57 -RDEPEND="${COMMON_DEPEND}
58 +RDEPEND="${DEPEND}
59 !x11-themes/oxygen-gtk:0
60 "
61
62
63 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
64 index 9c643ec4e76..9b9e4ced8f7 100644
65 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild
66 +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild
67 @@ -1,15 +1,14 @@
68 -# Copyright 1999-2018 Gentoo Authors
69 +# Copyright 1999-2019 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 -EAPI=6
73 +EAPI=7
74
75 MY_PN=${PN}2
76 MY_P=${MY_PN}-${PV}
77 -
78 inherit cmake-multilib
79
80 DESCRIPTION="Official GTK+:2 port of KDE's Oxygen widget style"
81 -HOMEPAGE="https://store.kde.org/content/show.php/?content=136216"
82 +HOMEPAGE="https://store.kde.org/p/1005553/"
83 SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
84
85 LICENSE="LGPL-2.1"
86 @@ -17,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86"
87 SLOT="2"
88 IUSE="debug"
89
90 -COMMON_DEPEND="
91 +BDEPEND="virtual/pkgconfig"
92 +DEPEND="
93 dev-libs/dbus-glib[${MULTILIB_USEDEP}]
94 dev-libs/glib:2[${MULTILIB_USEDEP}]
95 x11-libs/cairo[${MULTILIB_USEDEP}]
96 @@ -26,10 +26,7 @@ COMMON_DEPEND="
97 x11-libs/libX11[${MULTILIB_USEDEP}]
98 x11-libs/pango[${MULTILIB_USEDEP}]
99 "
100 -DEPEND="${COMMON_DEPEND}
101 - virtual/pkgconfig
102 -"
103 -RDEPEND="${COMMON_DEPEND}
104 +RDEPEND="${DEPEND}
105 !x11-themes/oxygen-gtk:0
106 "