summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 18:19:30 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:17 +0200
commit62bcdae424a1f60440c3faf5d4f7805fb6861247 (patch)
tree5699c8aaf4cb8746579a0eef172ca88dabbc5de2 /xfce-extra/xfce4-statusnotifier-plugin
parentxfce-extra/xfce4-smartbookmark-plugin: Drop old (diff)
downloadgentoo-62bcdae424a1f60440c3faf5d4f7805fb6861247.tar.gz
gentoo-62bcdae424a1f60440c3faf5d4f7805fb6861247.tar.bz2
gentoo-62bcdae424a1f60440c3faf5d4f7805fb6861247.zip
xfce-extra/xfce4-statusnotifier-plugin: Drop old
Diffstat (limited to 'xfce-extra/xfce4-statusnotifier-plugin')
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 6fbc6724479b..59c3d633b71b 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 BLAKE2B 0b3955d2fd512856845326a05176fded0a844f58bfd1d5daa30e869228ae707186594c2526a25c912f62a864a9941998a3981603194dd9d8f73566474e4e736d SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374
DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 BLAKE2B e8035750c8d376569d3694340c8630af3032da19e684adb374fbb79379d523a293b78b98d3c61601a0abe3639125106a56e976d8e0fe0b60244569593a087384 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f
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
deleted file mode 100644
index 01a0cd1f11aa..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.24:=
- >=dev-libs/libdbusmenu-16.04.0:=[gtk3]
- >=x11-libs/gtk+-3.18:3=
- x11-libs/libX11:=
- >=xfce-base/libxfce4ui-4.12:=
- >=xfce-base/libxfce4util-4.12:=
- >=xfce-base/xfce4-panel-4.12:=
- >=xfce-base/xfconf-4.12:="
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}