diff options
author | Michał Górny <mgorny@gentoo.org> | 2025-01-25 11:48:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2025-01-25 12:05:24 +0100 |
commit | bfa99270943cbd50da89c4d3c8854eb84e4d1e11 (patch) | |
tree | 611e7cb6ec05879321ce86adde2320ecc242abdc /xfce-extra/xfce4-cpugraph-plugin | |
parent | xfce-extra/xfce4-volumed-pulse: Remove old (diff) | |
download | gentoo-bfa99270943cbd50da89c4d3c8854eb84e4d1e11.tar.gz gentoo-bfa99270943cbd50da89c4d3c8854eb84e4d1e11.tar.bz2 gentoo-bfa99270943cbd50da89c4d3c8854eb84e4d1e11.zip |
xfce-extra/xfce4-cpugraph-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest index 70c1c942d656..d36f814ba022 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-cpugraph-plugin-1.2.10.tar.bz2 440958 BLAKE2B a64ced65c93edf86329ab72fc538960ad529cc090c323eaff2d0eb1ce0edce56d7aff56d58e450666c04f975a61880cbcfc5cf627817f7aa2b835de02c6a2f46 SHA512 414c2a5da9576d2ed1f5478a07ff5c51c45eaa0a8432a31b6fb2408b81f5ab4485e3b10486af26cf33a18d23e2dc3afe21bf88630e4db91adcfa3e0f80468cf3 DIST xfce4-cpugraph-plugin-1.2.11.tar.bz2 569026 BLAKE2B 0845eade5d84f233d6220167caad13bec0a120a817bd223469518fb42d0815d5d7a0e898ae6d9002d3b51c40792dcb27f095fc411f8d29ebf11094a56b4e2d0a SHA512 c9c9b32028c223146b5ae73df3dfff14fff38d15695459f96d9428d4b2e82d08e46eee6d2f83a2b261845b1a03df20287d7bb83a8323f48813ccb56299009d93 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild deleted file mode 100644 index d119c964df7e..000000000000 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 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://goodies.xfce.org/projects/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="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=dev-libs/glib-2.50 - >=x11-libs/gtk+-3.22: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=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |