commit: 8b6008a0f8751dc655794e71332b598ae3127cda Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 13:32:23 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 13:32:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6008a0
xfce-extra/xfce4-diskperf-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-diskperf-plugin/Manifest | 1 - .../xfce4-diskperf-plugin-2.7.1.ebuild | 45 ---------------------- 2 files changed, 46 deletions(-) diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest b/xfce-extra/xfce4-diskperf-plugin/Manifest index e456b20af50e..6429f4723a8b 100644 --- a/xfce-extra/xfce4-diskperf-plugin/Manifest +++ b/xfce-extra/xfce4-diskperf-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-diskperf-plugin-2.7.1.tar.bz2 457061 BLAKE2B 16965962be291c6916de1147f4744e235a916566bd80e89fc4f41058d421122af4724552765a3701756115de7d5752da5c4e8e433722c1e74cd8398c95c92b74 SHA512 020efe8408a9ef0e598fcb7e37769880a0330347d0e1d0b7d7e5e4731bd05ac71f687be4a5a3bda6aba4c9b20d7d1491ca068a468c5a0f284ab2fa261f351f2f DIST xfce4-diskperf-plugin-2.8.0.tar.xz 59224 BLAKE2B bfb03313a63a25d5175a6a2da586e392e915e85e67206ef0622b7453b5f35e073ffbb183b744ab9bd38c93263277bdefb5e7d1ab1da8aa22aed663ea6e078594 SHA512 2e146ff46b0fdc53a416a5cf08157d149a508f316fcef8d7d601535a171349d7292e1198ee8cf8232d3b03dda7c3cabdbb7ead3915608d1f0bcbe593dcfa4687 diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.1.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.1.ebuild deleted file mode 100644 index 2f31d3ea2b1e..000000000000 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.1.ebuild +++ /dev/null @@ -1,45 +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 panel plug-in for disk usage and performance statistics" -HOMEPAGE=" - https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin - https://gitlab.xfce.org/panel-plugins/xfce4-diskperf-plugin/ -" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="BSD-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/libxfce4util-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 -}
