summaryrefslogtreecommitdiff
path: root/xfce-extra/thunar-shares-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /xfce-extra/thunar-shares-plugin
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'xfce-extra/thunar-shares-plugin')
-rw-r--r--xfce-extra/thunar-shares-plugin/Manifest1
-rw-r--r--xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest
index 62c0ea118eb8..3fca02f96915 100644
--- a/xfce-extra/thunar-shares-plugin/Manifest
+++ b/xfce-extra/thunar-shares-plugin/Manifest
@@ -1,6 +1,5 @@
DIST thunar-shares-plugin-0.2.0_p20101105.tar.bz2 686286 BLAKE2B 2b4977cd6c0a407da20608c4abf6ff6de4b053cf1bda6e749aeed797c7db36747a421ac1463216f9aa33ac161b467971cbd2ddca256f916de468af5688500e0e SHA512 88e171eb1c859938df1c8f7d323456aa1ff2430a6c88928d3614aefbab16e8a9fa3052bdee2d7f7e16c6ba2bbf78301f1c4ac7c2454b8436cde49af716c46986
DIST thunar-shares-plugin-0.3.0.tar.bz2 340867 BLAKE2B c648b9855a9627c0659087b55f8f45d36f998c11504d32be7bf18abb40ad0dc1124ed710f55c12b35978e5727ef6a4706c1415dbb04f2d5f6259fc6dd1f06f3e SHA512 20432990c6ea241d24fa8fd1b94990ec25a5ff6213361599936f1bacf86e323c8cbe868491ff600ef8c11dff86dfdf9773258b9c5e7919bab50f332cf4a7797c
EBUILD thunar-shares-plugin-0.2.0_p20101105-r1.ebuild 1041 BLAKE2B 7106ba26c6d6315c2556e465f2c488e1759f70bfc7870332a2ae7bf2429fa245d9984c7627f1aeed841f36bcd2ed99b67f4faa6d18653d3d866dc872f04f09dc SHA512 ca616bb62c474a46f857cbedf444ec3d782fc8bfcb2e0467b1bb8035f572449dfdfb2851591532102efa59a21f698b55902ad3c050906b9f49828740485fa5d3
-EBUILD thunar-shares-plugin-0.2.0_p20101105.ebuild 884 BLAKE2B 1085473fa070dcefbb6befe79cf8c2feb5530c28c2200ac58b10d8a52de5e3cd9dc05e667cc8c5b24577595c82f94f786e433206cfdceade85c67d3cb715664e SHA512 2405191ccae587a7d13713dfff647effd60064c0f9c89975066fec1e3f908670161d665d1a042e7fb0af00cdbc5fbf81a6512f8a05f4d6c913e97ff5f380aa8b
EBUILD thunar-shares-plugin-0.3.0.ebuild 620 BLAKE2B 5f58faf3d60663b3b3ec857b888cab1b65ef9d0ca2b1f44461a85c9d593e6136c767c8b25ee24936b7b954d6dda6160a532d7075f0e9b12f5450988799f4df49 SHA512 f6906633b5b881d0426022a85e4a75ca97789afc99fadf364b6931e7bbe9ddead6421cb10bb3c61fd70d4da62501783bbb951c647b164dfc9520c50d1361d039
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild
deleted file mode 100644
index 79af20cb56ab..000000000000
--- a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=yes
-inherit xfconf
-
-# git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
-
-DESCRIPTION="Thunar plugin to share files using Samba"
-HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.18
- >=x11-libs/gtk+-2.12:2
- <xfce-base/thunar-1.7"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --disable-static
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
-
-src_prepare() {
- # https://bugzilla.xfce.org/show_bug.cgi?id=10032
- sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die
- xfconf_src_prepare
-}