Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/
Date: Wed, 01 Jan 2020 17:31:01
Message-Id: 1577899846.f5d8273599568ae47d8e851be882d7030051b565.asturm@gentoo
1 commit: f5d8273599568ae47d8e851be882d7030051b565
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 17:29:43 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 17:30:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d82735
7
8 xfce-extra/xfce4-whiskermenu-plugin: Switch to cmake.eclass
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../xfce4-whiskermenu-plugin-2.3.3.ebuild | 8 ++++----
14 .../xfce4-whiskermenu-plugin-2.3.4.ebuild | 8 ++++----
15 2 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
18 index 530eae19a64..bb864569bdf 100644
19 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
20 +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit cmake-utils xdg-utils
29 +inherit cmake xdg-utils
30
31 DESCRIPTION="Alternate application launcher for Xfce"
32 HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/"
33 @@ -35,7 +35,7 @@ src_prepare() {
34 # fix build failure w/ xfce4-panel-4.15.0
35 sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \
36 panel-plugin/register-plugin.c || die
37 - cmake-utils_src_prepare
38 + cmake_src_prepare
39 }
40
41 src_configure() {
42 @@ -45,7 +45,7 @@ src_configure() {
43 -DENABLE_DEVELOPER_MODE=OFF
44 )
45
46 - cmake-utils_src_configure
47 + cmake_src_configure
48 }
49
50 pkg_postinst() {
51
52 diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild
53 index c4bf5884ef5..203d930b0b4 100644
54 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild
55 +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.4.ebuild
56 @@ -1,9 +1,9 @@
57 -# Copyright 1999-2019 Gentoo Authors
58 +# Copyright 1999-2020 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62
63 -inherit cmake-utils xdg-utils
64 +inherit cmake xdg-utils
65
66 DESCRIPTION="Alternate application launcher for Xfce"
67 HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/"
68 @@ -35,7 +35,7 @@ src_prepare() {
69 # fix build failure w/ xfce4-panel-4.15.0
70 sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \
71 panel-plugin/register-plugin.c || die
72 - cmake-utils_src_prepare
73 + cmake_src_prepare
74 }
75
76 src_configure() {
77 @@ -45,7 +45,7 @@ src_configure() {
78 -DENABLE_DEVELOPER_MODE=OFF
79 )
80
81 - cmake-utils_src_configure
82 + cmake_src_configure
83 }
84
85 pkg_postinst() {