summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/package.mask6
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/metadata.xml8
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild40
4 files changed, 0 insertions, 55 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 77b2b266abfe..bb361bfd2f4d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -374,12 +374,6 @@ media-gfx/videorbits
# Removal on 2021-03-23. Bug #738004, #751316, #766989.
dev-python/moviepy
-# Michał Górny <mgorny@gentoo.org> (2021-02-19)
-# Xfce 4.16 has the same functionality built-in, rendering the plugin
-# redundant.
-# Removal on 2021-03-21. Bug #767412.
-xfce-extra/xfce4-statusnotifier-plugin
-
# Sam James <sam@gentoo.org> (2021-02-18)
# 0.9.27 included a regression wrt deletes
# bug #768948
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
deleted file mode 100644
index 7f55f5fcdef7..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-statusnotifier-plugin-0.2.2.tar.bz2 376903 BLAKE2B 23e99a6687016de7352ab0611719f5a9ef319d6280a2fb8474f2ee1471f219f29926c07e4072ac75039377eca98d9c7f2f3fce29ce1d29cfc0d1112642e9016d SHA512 76f719ffed4ec9e178a844173cb0728888beba9a1ad69c9da025cb2d1fb3ad18448b4b4a60a94bb329ec7b80760307000550d451859c33f4b5d7bb8590cf227d
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml b/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
deleted file mode 100644
index 359901b31db4..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
-</pkgmetadata>
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
deleted file mode 100644
index 2ea6ad2a91fe..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-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="https://archive.xfce.org/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() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}