commit: 31ab029982bd319c3b9c4d603fc15803bdbc6cd6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 18:07:47 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 18:07:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ab0299
xfce-extra/xfce4-genmon-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-genmon-plugin/Manifest | 1 - .../xfce4-genmon-plugin-4.2.1.ebuild | 45 ---------------------- 2 files changed, 46 deletions(-) diff --git a/xfce-extra/xfce4-genmon-plugin/Manifest b/xfce-extra/xfce4-genmon-plugin/Manifest index 95de256a8658..1a2ef5c0cbf4 100644 --- a/xfce-extra/xfce4-genmon-plugin/Manifest +++ b/xfce-extra/xfce4-genmon-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-genmon-plugin-4.2.1.tar.bz2 484379 BLAKE2B 0897c2cf4598c3e6bf1253deee6d53d56eca2bfb8f2926044d650995d4a619e4c8596121a9d03c575bd66da60052c4d93ef8476e902defed88b80219ed422d58 SHA512 c961462b67fcf001147d7a930bc443cceaa0e4b52ac511a38885072e995b21e5a1e047ea1ed9f30399c73d4f4bc8feda88e1b19a94cd7ce3ae272153c4767af9 DIST xfce4-genmon-plugin-4.3.0.tar.xz 114988 BLAKE2B b13d1341ad426f4619a8d673959351037232c3b3cdf6366d73de6c31fc8977b420ceaad4921c55516d4680b0ff8e5e27bec8beae0684c809b8bdddc914899cad SHA512 fb6f542e809db60b4dcfd3174cd2a2942cded9e27e98a1ef886af5a26598e0abba9ef587c7026e3371d225785e35d52b8be3f92baa6f76cbacda90abf7a690e2 diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.2.1.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.2.1.ebuild deleted file mode 100644 index 81ce6ee89240..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.2.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="Cyclically spawned executable output on the panel" -HOMEPAGE=" - https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin - https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/ -" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+" -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:= - >=xfce-base/xfconf-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 -}
