summaryrefslogtreecommitdiff
path: root/xfce-extra/thunar-shares-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /xfce-extra/thunar-shares-plugin
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'xfce-extra/thunar-shares-plugin')
-rw-r--r--xfce-extra/thunar-shares-plugin/Manifest2
-rw-r--r--xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest
index 8dd4665ba66f..60991ca4dbe3 100644
--- a/xfce-extra/thunar-shares-plugin/Manifest
+++ b/xfce-extra/thunar-shares-plugin/Manifest
@@ -1,5 +1,3 @@
-DIST thunar-shares-plugin-0.3.0.tar.bz2 340867 BLAKE2B c648b9855a9627c0659087b55f8f45d36f998c11504d32be7bf18abb40ad0dc1124ed710f55c12b35978e5727ef6a4706c1415dbb04f2d5f6259fc6dd1f06f3e SHA512 20432990c6ea241d24fa8fd1b94990ec25a5ff6213361599936f1bacf86e323c8cbe868491ff600ef8c11dff86dfdf9773258b9c5e7919bab50f332cf4a7797c
DIST thunar-shares-plugin-0.3.1.tar.bz2 373071 BLAKE2B 25562e8583503a170d15b611aa07c2e1426bee292b8cda4ae9c4eaa6861fa4c1a2fec531b3bdeca6bf06097e4bb2be924fddc07d73633c5f9d714837e8fe80f5 SHA512 08fca3fbf88448808ca84753d867c71114d1700fa63d792771c3c99a6da8c69ee7c53f05f883b2180cb06d2c187ee2a4d1fc889c7f392b1ec0d5981532284a3c
-EBUILD thunar-shares-plugin-0.3.0.ebuild 615 BLAKE2B a3ee9e90398ec21ae021d083d76991f695b6ccd69441cd9e1750583f7d14281821528284d5defe16aa45ed7e88248db03c7632627f5ee72f3783be728dc7013f SHA512 b245030452019792c1ffd1253f6b80c20993592a4bad0c68ceba5928ab3e052a0690b109a9363ad0b02439af1fd4295e093c444849ca144cc31d90f7e21f7eef
EBUILD thunar-shares-plugin-0.3.1.ebuild 615 BLAKE2B 2420257c33062fc7a2e0825602eff29a26f2e50569a500b4ce828f2690b8fa49b0cb4a075d66f15595e6c527d229457a3313d9c4c845bb7f0fe801c7e3b64b39 SHA512 d2fb941999e4abd46615eaee75e50f6a552a31e0bc59f31dbc86185a7e78f2094c5a845946e1e841f9441febe9e474d3f148ed358b8f97aa0255b1aa787220a5
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild
deleted file mode 100644
index 8f6330ab8717..000000000000
--- a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Thunar plugin to share files using Samba"
-HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin"
-SRC_URI="https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.18
- >=x11-libs/gtk+-3.22:3
- >=xfce-base/thunar-1.7:="
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}