commit: e3bb0bc8af4a227af1ca6afbbdf11ab62d1565d9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 13:33:03 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 13:33:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bb0bc8
xfce-extra/thunar-media-tags-plugin: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/thunar-media-tags-plugin/Manifest | 1 - .../thunar-media-tags-plugin-0.5.0.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/xfce-extra/thunar-media-tags-plugin/Manifest b/xfce-extra/thunar-media-tags-plugin/Manifest index ba2d7d0d2e3f..6556d66c747b 100644 --- a/xfce-extra/thunar-media-tags-plugin/Manifest +++ b/xfce-extra/thunar-media-tags-plugin/Manifest @@ -1,2 +1 @@ -DIST thunar-media-tags-plugin-0.5.0.tar.bz2 465197 BLAKE2B 6dec928ff55c1c42bd1703e2f2733c2af62d6c0291340bd9cadd87a078a4812d9525b6a5a7bf199b789e55925939f2665fe41eda00c0a8aaf61b2baf33629dfe SHA512 141a020ce44b301b268396c124c2282957c20ef8476ae525b0a7791f81c386eca78240010b6c794899a5892d555a6ac4ad333e0181c3eef967d1bcf1755516d8 DIST thunar-media-tags-plugin-0.6.0.tar.xz 68276 BLAKE2B 5f25f886f449668c4504799aed36369a5304b04aa2a889f5e517fe7c719ab64b1c8583dd1374b035df66c9268c04d33ff1477dc66f729e8d510dec11a58fc098 SHA512 7e7f971c09f50eb6733ceab80fe96aafc03a500ce28184f7272af8d7ff45e69cd1335346fdc1dde65dad7832816be90dba85132ede83c726cf446286e4644f7e diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.5.0.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.5.0.ebuild deleted file mode 100644 index 850223444f5f..000000000000 --- a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.5.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Adds special features for media files to the Thunar File Manager" -HOMEPAGE=" - https://docs.xfce.org/xfce/thunar/media-tags - https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/ -" -SRC_URI=" - https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2 -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -DEPEND=" - media-libs/taglib:= - >=dev-libs/glib-2.50.0:2 - >=x11-libs/gtk+-3.22:3 - >=xfce-base/libxfce4util-4.0.0:= - >=xfce-base/thunar-1.7:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}
