commit: 7ca46905677c7eb12832ee1171486fef35c22dc0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 16:45:27 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 16:45:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca46905
xfce-extra/xfce4-cpugraph-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-cpugraph-plugin/Manifest | 1 - .../xfce4-cpugraph-plugin-1.2.11.ebuild | 46 ---------------------- 2 files changed, 47 deletions(-) diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest index 19e5803c73ca..fefc0cf7be63 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-cpugraph-plugin-1.2.11.tar.bz2 569026 BLAKE2B 0845eade5d84f233d6220167caad13bec0a120a817bd223469518fb42d0815d5d7a0e898ae6d9002d3b51c40792dcb27f095fc411f8d29ebf11094a56b4e2d0a SHA512 c9c9b32028c223146b5ae73df3dfff14fff38d15695459f96d9428d4b2e82d08e46eee6d2f83a2b261845b1a03df20287d7bb83a8323f48813ccb56299009d93 DIST xfce4-cpugraph-plugin-1.3.0.tar.xz 94824 BLAKE2B bfe016a9f38b47e4553031a79b2b0753ea8a58b3f770ef71f13de174a8bbd3f060948866f24010562163c5027bc30e80e14f83c4fa7ce80bbd6d6e93ab293195 SHA512 aefb0f94b7a4a480ca5769bd09aed29404316562a70abcb243c538de8637062de2eb6defe424d1f2cd2555a49d5aae4393b623b4d65dca84f87b420d38da4443 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.11.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.11.ebuild deleted file mode 100644 index 12fd8a0a3a4d..000000000000 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.11.ebuild +++ /dev/null @@ -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 system load plug-in for the Xfce panel" -HOMEPAGE=" - https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin - https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/ -" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="BSD-2 GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~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:= - >=xfce-base/libxfce4util-4.17.2:= - >=xfce-base/xfce4-panel-4.16.0:= - >=xfce-base/xfconf-4.12.0:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}
