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-statusnotifier-plugin/
Date: Sun, 25 Mar 2018 17:27:41
Message-Id: 1521998837.62bcdae424a1f60440c3faf5d4f7805fb6861247.mgorny@gentoo
1 commit: 62bcdae424a1f60440c3faf5d4f7805fb6861247
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:19:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bcdae4
7
8 xfce-extra/xfce4-statusnotifier-plugin: Drop old
9
10 xfce-extra/xfce4-statusnotifier-plugin/Manifest | 1 -
11 .../xfce4-statusnotifier-plugin-0.2.0.ebuild | 40 ----------------------
12 2 files changed, 41 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
15 index 6fbc6724479..59c3d633b71 100644
16 --- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
17 +++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 BLAKE2B 0b3955d2fd512856845326a05176fded0a844f58bfd1d5daa30e869228ae707186594c2526a25c912f62a864a9941998a3981603194dd9d8f73566474e4e736d SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374
20 DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 BLAKE2B e8035750c8d376569d3694340c8630af3032da19e684adb374fbb79379d523a293b78b98d3c61601a0abe3639125106a56e976d8e0fe0b60244569593a087384 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f
21
22 diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
23 deleted file mode 100644
24 index 01a0cd1f11a..00000000000
25 --- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
26 +++ /dev/null
27 @@ -1,40 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=6
32 -
33 -inherit gnome2-utils
34 -
35 -DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
36 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
37 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="~amd64"
42 -IUSE=""
43 -
44 -RDEPEND="
45 - >=dev-libs/glib-2.24:=
46 - >=dev-libs/libdbusmenu-16.04.0:=[gtk3]
47 - >=x11-libs/gtk+-3.18:3=
48 - x11-libs/libX11:=
49 - >=xfce-base/libxfce4ui-4.12:=
50 - >=xfce-base/libxfce4util-4.12:=
51 - >=xfce-base/xfce4-panel-4.12:=
52 - >=xfce-base/xfconf-4.12:="
53 -DEPEND="${RDEPEND}
54 - dev-util/gdbus-codegen"
55 -
56 -src_install() {
57 - default
58 - find "${D}" -name '*.la' -delete || die
59 -}
60 -
61 -pkg_postinst() {
62 - gnome2_icon_cache_update
63 -}
64 -
65 -pkg_postrm() {
66 - gnome2_icon_cache_update
67 -}