summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 15:57:48 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 15:57:48 +0100
commitb8e79ee132a7403b2efe185bebb1d7a1e5da3ddb (patch)
treefc5aae28d049cd2b211ef4d6814cde30758a1b8a
parentgnome-extra/gnome-clocks: Version bump to 44.0 (diff)
downloadgentoo-b8e79ee132a7403b2efe185bebb1d7a1e5da3ddb.tar.gz
gentoo-b8e79ee132a7403b2efe185bebb1d7a1e5da3ddb.tar.bz2
gentoo-b8e79ee132a7403b2efe185bebb1d7a1e5da3ddb.zip
xfce-extra/thunar-media-tags-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-extra/thunar-media-tags-plugin/Manifest1
-rw-r--r--xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.3.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/xfce-extra/thunar-media-tags-plugin/Manifest b/xfce-extra/thunar-media-tags-plugin/Manifest
index 198952398144..4c06b619d33b 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.3.0.tar.bz2 378993 BLAKE2B 9ddb44862808eab8e836cd85ef9afd6b04a96d1b1b98a80bddba85c1544e91a563b3d40ede04035de50b032c01623d574d818cf19ba60483432a78a61e772c21 SHA512 f7c13acb1d9936676e22fdb2d6c1def5ad651ab104110559817fc51dfad845823de4ba724054a7e99a4af980e62e05db750097c32018effa29cb5f56676d9eaa
DIST thunar-media-tags-plugin-0.4.0.tar.bz2 398971 BLAKE2B 83402dc50a68eb5155351c45ab81f58c3dc95b9dd0d5495f793114532c17afbc2cd4b144a8ca85be54bb8cdce8352b9257fe7e9a5410ba62d7c9ee44da8df491 SHA512 1856bfdaf6489e974949e30231f835cf3d51ec693e36cec32e1735df630a5e1df609b63dc770ee85abf6925470159282e563843c6f0c948052eeafd4abf8062e
diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.3.0.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.3.0.ebuild
deleted file mode 100644
index 5862c3a07070..000000000000
--- a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Adds special features for media files to the Thunar File Manager"
-HOMEPAGE="https://goodies.xfce.org/projects/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"
-IUSE=""
-
-RDEPEND=">=media-libs/taglib-1.6
- >=x11-libs/gtk+-3.22:3
- >=xfce-base/exo-0.11:=
- >=xfce-base/thunar-1.7:="
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}