Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-media-tags-plugin/
Date: Fri, 17 Mar 2023 15:03:12
Message-Id: 1679065068.b8e79ee132a7403b2efe185bebb1d7a1e5da3ddb.mgorny@gentoo
1 commit: b8e79ee132a7403b2efe185bebb1d7a1e5da3ddb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 14:57:48 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 14:57:48 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e79ee1
7
8 xfce-extra/thunar-media-tags-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/thunar-media-tags-plugin/Manifest | 1 -
13 .../thunar-media-tags-plugin-0.3.0.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/xfce-extra/thunar-media-tags-plugin/Manifest b/xfce-extra/thunar-media-tags-plugin/Manifest
17 index 198952398144..4c06b619d33b 100644
18 --- a/xfce-extra/thunar-media-tags-plugin/Manifest
19 +++ b/xfce-extra/thunar-media-tags-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST thunar-media-tags-plugin-0.3.0.tar.bz2 378993 BLAKE2B 9ddb44862808eab8e836cd85ef9afd6b04a96d1b1b98a80bddba85c1544e91a563b3d40ede04035de50b032c01623d574d818cf19ba60483432a78a61e772c21 SHA512 f7c13acb1d9936676e22fdb2d6c1def5ad651ab104110559817fc51dfad845823de4ba724054a7e99a4af980e62e05db750097c32018effa29cb5f56676d9eaa
22 DIST thunar-media-tags-plugin-0.4.0.tar.bz2 398971 BLAKE2B 83402dc50a68eb5155351c45ab81f58c3dc95b9dd0d5495f793114532c17afbc2cd4b144a8ca85be54bb8cdce8352b9257fe7e9a5410ba62d7c9ee44da8df491 SHA512 1856bfdaf6489e974949e30231f835cf3d51ec693e36cec32e1735df630a5e1df609b63dc770ee85abf6925470159282e563843c6f0c948052eeafd4abf8062e
23
24 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
25 deleted file mode 100644
26 index 5862c3a07070..000000000000
27 --- a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.3.0.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="Adds special features for media files to the Thunar File Manager"
36 -HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
37 -SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~riscv x86"
42 -IUSE=""
43 -
44 -RDEPEND=">=media-libs/taglib-1.6
45 - >=x11-libs/gtk+-3.22:3
46 - >=xfce-base/exo-0.11:=
47 - >=xfce-base/thunar-1.7:="
48 -DEPEND="${RDEPEND}
49 - dev-util/intltool
50 - virtual/pkgconfig"
51 -
52 -src_install() {
53 - default
54 - find "${D}" -name '*.la' -delete || die
55 -}