summaryrefslogtreecommitdiff
path: root/xfce-extra/thunar-media-tags-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /xfce-extra/thunar-media-tags-plugin
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'xfce-extra/thunar-media-tags-plugin')
-rw-r--r--xfce-extra/thunar-media-tags-plugin/Manifest2
-rw-r--r--xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1-r1.ebuild28
2 files changed, 0 insertions, 30 deletions
diff --git a/xfce-extra/thunar-media-tags-plugin/Manifest b/xfce-extra/thunar-media-tags-plugin/Manifest
index 04441f545179..f23a56da19ea 100644
--- a/xfce-extra/thunar-media-tags-plugin/Manifest
+++ b/xfce-extra/thunar-media-tags-plugin/Manifest
@@ -1,5 +1,3 @@
-DIST thunar-media-tags-plugin-0.2.1.tar.bz2 324833 BLAKE2B 1f985fadaa58ebcf516c6f57f429d3a0c96161572a9829b7240e1f5550ad2cc5ebb121cb985f1680440ab4fc8be68be8f5ee3c5557d8f95aa0c23b3572514ec1 SHA512 008ba9cf5405fba2582d072c48c915ad0afe2eb6bd193a710caf5f99247285362747265fa93fe28d9cedd75285a8f9593baf675310b5dbada948aefe359e951d
DIST thunar-media-tags-plugin-0.3.0.tar.bz2 378993 BLAKE2B 9ddb44862808eab8e836cd85ef9afd6b04a96d1b1b98a80bddba85c1544e91a563b3d40ede04035de50b032c01623d574d818cf19ba60483432a78a61e772c21 SHA512 f7c13acb1d9936676e22fdb2d6c1def5ad651ab104110559817fc51dfad845823de4ba724054a7e99a4af980e62e05db750097c32018effa29cb5f56676d9eaa
-EBUILD thunar-media-tags-plugin-0.2.1-r1.ebuild 689 BLAKE2B 2ad0bb8632797ec2c6828783d9955a57aec11601d60e757a29ad12385619c8df3067688984f64d5f88883c970434b7a3346b62d0be8bd9215c2a7e56861d6fa8 SHA512 4b735961ea05dc6772abf0113f0f3e29e4fc91bd6eb2fbafdba39823f4443f03a56d6e4a250f0d42ae96f8a8d38bed093afe4041cb63a4347a4d1506096b21b1
EBUILD thunar-media-tags-plugin-0.3.0.ebuild 650 BLAKE2B 1aaa9a9c399e78a6773d51c3f04aebdd7e010bb1b55ae63c84b530ad9f46dddf094dd688fc0ad17b15f1bde3f9e3a92eac3eaaba35f5a1aa86f027de57ccee09 SHA512 93d3ac928600b9ebcc1478caf7cf4c634e9ca4dd07d21fc308e107005792866817e686b03d96db92b886cb0c88e95c7d2c3b0372b2606ff199a7bdd27617dc48
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1-r1.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1-r1.ebuild
deleted file mode 100644
index 8b0d855dc077..000000000000
--- a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 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 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/taglib-1.6
- >=x11-libs/gtk+-2.12:2
- >=xfce-base/exo-0.6
- <xfce-base/thunar-1.7"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}