commit: 832ce63326013986e9d69ff32af37c1a5e93d0c1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 17:00:56 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 17:00:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832ce633
xfce-extra/xfce4-calculator-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-calculator-plugin/Manifest | 1 - .../xfce4-calculator-plugin-0.7.3.ebuild | 46 ---------------------- 2 files changed, 47 deletions(-) diff --git a/xfce-extra/xfce4-calculator-plugin/Manifest b/xfce-extra/xfce4-calculator-plugin/Manifest index 98dd8709b05c..8176ae56d78f 100644 --- a/xfce-extra/xfce4-calculator-plugin/Manifest +++ b/xfce-extra/xfce4-calculator-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-calculator-plugin-0.7.3.tar.bz2 481917 BLAKE2B 440d9b44057f28453e416ff23c0f0a2ccbe1603fe6856c4c755babe5acd705cee93d1bb25cbc57ceec485742c86e027caf175bc18ffd5c9027c6dcafd61b87ba SHA512 f4479cf65e35c1491792d7e74674e41d3e13bf59c73f43fa7b25b83731326ef2627ddfa34a190a799c83a424b3a80760716cb5bcd3fa3dc371a4e42255332dd5 DIST xfce4-calculator-plugin-0.8.0.tar.xz 87640 BLAKE2B 6c4fdb8f7975152d0ddb6ee55262a25e8dda82c535514a1131a459b97434111cc6c9f856df50ccf5119ea688354f66b7c8168bac43aa0f00497ca0380c6cf947 SHA512 524de531cbb9da846596345ebf23691f8a7a2fc02f7f77f3318e70dfde08f9bfd1d920a015391f7d06056edfcf4517b22e05c33afe76345607a53054053d699e diff --git a/xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.3.ebuild b/xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.3.ebuild deleted file mode 100644 index 7389ee8c02bb..000000000000 --- a/xfce-extra/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.3.ebuild +++ /dev/null @@ -1,46 +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 calculator plugin for the Xfce4 panel" -HOMEPAGE=" - https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin/start - https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/ -" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -DEPEND=" - >=dev-libs/glib-2.50.0 - x11-libs/libX11 - >=x11-libs/gtk+-3.22.20:3 - >=xfce-base/libxfce4ui-4.16.0:= - >=xfce-base/libxfce4util-4.16.0:= - >=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 -}
