Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/
Date: Mon, 08 Apr 2019 19:17:47
Message-Id: 1554751053.6aba2004daedaf49a73052e1b0f23dface348c93.mgorny@gentoo
1 commit: 6aba2004daedaf49a73052e1b0f23dface348c93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:57:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aba2004
7
8 xfce-extra/xfce4-whiskermenu-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-whiskermenu-plugin/Manifest | 1 -
13 .../xfce4-whiskermenu-plugin-2.3.0.ebuild | 46 ----------------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
17 index be8ad4bd20e..4a176cc03e2 100644
18 --- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
19 +++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-whiskermenu-plugin-2.3.0.tar.bz2 156013 BLAKE2B 56b2a55160d9976e91efe7edc65f2e5df931a997b5038b8f5a9d4ae90780bdf8e92732df4891e1c8a25ceb7f0047dd4621097e34398bc2ad479f9d2a2def6547 SHA512 c4dbf7b45d6dca59b0034dbe995ada5f51a09588d2dddbcb940c8c7af0975ebad066763534ac93e65896551e1a9b10459308a4b2f38772fb28d5d7ceabec043d
22 DIST xfce4-whiskermenu-plugin-2.3.2.tar.bz2 159652 BLAKE2B 4afb6b3ae039a4193e08d4b06130aa757d3c14123798afb360fb696679a3692d10c2de8a5aa2075711e06474380d61ab21fe3186546a9afb871a295811d70f1f SHA512 2b9557b29d1b30b5d46df5f182d64562873defd59cd36e6444da4b73bbdf3835cfb17101f11a3ac6e9f875a9dc4d51e2301a420a888bfa1d7fdc6ae715d92443
23
24 diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
25 deleted file mode 100644
26 index 5f9fbc17725..00000000000
27 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
28 +++ /dev/null
29 @@ -1,46 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit cmake-utils gnome2-utils
36 -
37 -DESCRIPTION="Alternate application launcher for Xfce"
38 -HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin"
39 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm x86"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - virtual/libintl:=
48 - x11-libs/gtk+:3=
49 - >=xfce-base/exo-0.11.0:=
50 - xfce-base/garcon:=
51 - xfce-base/libxfce4ui:=
52 - xfce-base/libxfce4util:=
53 - xfce-base/xfce4-panel:="
54 -
55 -DEPEND="${RDEPEND}
56 - sys-devel/gettext
57 - virtual/pkgconfig"
58 -
59 -src_configure() {
60 - local mycmakeargs=(
61 - -DENABLE_AS_NEEDED=OFF
62 - -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
63 - -DENABLE_DEVELOPER_MODE=OFF
64 - )
65 -
66 - cmake-utils_src_configure
67 -}
68 -
69 -pkg_postinst() {
70 - gnome2_icon_cache_update
71 -}
72 -
73 -pkg_postrm() {
74 - gnome2_icon_cache_update
75 -}