commit: af7e47871d986d19540a14692ef454d5501bdbb6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 25 11:11:29 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 25 11:41:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7e4787
xfce-extra/xfce4-mount-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-mount-plugin/Manifest | 1 - .../xfce4-mount-plugin-1.1.6.ebuild | 47 ---------------------- 2 files changed, 48 deletions(-) diff --git a/xfce-extra/xfce4-mount-plugin/Manifest b/xfce-extra/xfce4-mount-plugin/Manifest index 16713e58d7ee..9e229b2538f0 100644 --- a/xfce-extra/xfce4-mount-plugin/Manifest +++ b/xfce-extra/xfce4-mount-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-mount-plugin-1.1.6.tar.bz2 452714 BLAKE2B 8c4491b6b863f44ba1fedbfef2bd691add9b6d10e56d193364a628504fca7ef5e3563815851db45ba9aff6af2640c377eb80525c0dd7130e987995523ec7e3f6 SHA512 5f0d8c2ebf6528560c42b5dc1408a40bce8dfc4528f2a2ea1955774a8e5fab0cda9c81b052927c7dbd8675a5bbd104a208c657f473dc5258e049fa0b34af16a3 DIST xfce4-mount-plugin-1.1.7.tar.bz2 561683 BLAKE2B 354ffbaa923cbc7aa46a2437695116f0ff0bd55a127aff8043cb1b52827b9824ffde494db786d75f2639bbcfcdfe251b52da1e750fe4df3f4122d52f1cd8b611 SHA512 e156aad49bcba0f91fea259e820ec798f407ec7b89832939d69f9612e370541bfefe2c52e23766e16828c6faadb57881e8eb8b6fa309dcc5e7162612bc757138 diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild deleted file mode 100644 index 8db9227dcf53..000000000000 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="An mount plug-in for the Xfce panel" -HOMEPAGE=" - https://docs.xfce.org/panel-plugins/xfce4-mount-plugin/start - https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin/ -" -SRC_URI=" - https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2 -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha 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.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}
