Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/
Date: Tue, 30 Aug 2016 18:31:34
Message-Id: 1472581880.e58dc334265d5b5196d2253a3255f2499f896b08.monsieurp@gentoo
1 commit: e58dc334265d5b5196d2253a3255f2499f896b08
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Mon Aug 29 23:21:18 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 18:31:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58dc334
7
8 xfce-extra/xfce4-whiskermenu-plugin: minor fixes.
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/2132
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.6.0.ebuild | 7 +------
16 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.0.1.ebuild | 7 +------
17 2 files changed, 2 insertions(+), 12 deletions(-)
18
19 diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.6.0.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.6.0.ebuild
20 index c6369cf..6162861 100644
21 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.6.0.ebuild
22 +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.6.0.ebuild
23 @@ -38,7 +38,7 @@ src_prepare() {
24 done
25 fi
26
27 - eapply_user
28 + cmake-utils_src_prepare
29 }
30
31 src_configure() {
32 @@ -51,11 +51,6 @@ src_configure() {
33 cmake-utils_src_configure
34 }
35
36 -src_install() {
37 - cmake-utils_src_install
38 - dodoc NEWS README
39 -}
40 -
41 pkg_preinst() {
42 gnome2_icon_savelist
43 }
44
45 diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.0.1.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.0.1.ebuild
46 index cc89f99..d3a1734 100644
47 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.0.1.ebuild
48 +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.0.1.ebuild
49 @@ -38,7 +38,7 @@ src_prepare() {
50 done
51 fi
52
53 - eapply_user
54 + cmake-utils_src_prepare
55 }
56
57 src_configure() {
58 @@ -51,11 +51,6 @@ src_configure() {
59 cmake-utils_src_configure
60 }
61
62 -src_install() {
63 - cmake-utils_src_install
64 - dodoc NEWS README
65 -}
66 -
67 pkg_preinst() {
68 gnome2_icon_savelist
69 }