xfce-extra/xfce4-netload-plugin: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-07 13:27:39 +02:00
parent 63dcf4e821
commit 089042fc7c
2 changed files with 0 additions and 47 deletions

View File

@@ -1,2 +1 @@
DIST xfce4-netload-plugin-1.4.2.tar.bz2 490871 BLAKE2B 6ca2a685cc53fbcea16389bc39c227d320e5f380c6b14822f155b6be46f66eb1d4a39c28fb062cebcf4b29dd45e10ae6ac579d630dbb70a874f6494a53c17a51 SHA512 d7214380f468cbf1dc266c6834b38ef060c24997553a96917836e46cade6c6f5eb3e8c4a9deee410e024a3c4ff4ab6520737619871462073ea2e442172c8934b
DIST xfce4-netload-plugin-1.5.0.tar.xz 72700 BLAKE2B 0dd97ca2aeff29be135837fa296cdd64f449fda8e3b40c4e8ce1e90a6d1c13e54ddbdb0d63ded392a9a04b8252a5ce0402e0da9381ce84400e665b893479a986 SHA512 c115abaee2b99fb85f6f1d95d8d0dd02e8a3ef8789af85d75f3f0ab56fa59f5230e4babd065cad8c2c04f716681c1fc17a184009a89b259623ac45c8ebe5031b

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg-utils
DESCRIPTION="A network load plug-in for the Xfce panel"
HOMEPAGE="
https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start
https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin/
"
SRC_URI="
https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
DEPEND="
>=dev-libs/glib-2.50.0
>=x11-libs/gtk+-3.22.0:3
>=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.16.0:=
"
RDEPEND="
${DEPEND}
"
BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}