diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-20 11:27:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-20 12:24:09 +0200 |
commit | de404b6e3eba1ced6f16af393986a8fa655d6636 (patch) | |
tree | 25e2c765dc957d011cdff5f163cbec0316b6ddc5 /xfce-extra/thunar-shares-plugin | |
parent | xfce-extra/thunar-media-tags-plugin: Drop old (diff) | |
download | gentoo-de404b6e3eba1ced6f16af393986a8fa655d6636.tar.gz gentoo-de404b6e3eba1ced6f16af393986a8fa655d6636.tar.bz2 gentoo-de404b6e3eba1ced6f16af393986a8fa655d6636.zip |
xfce-extra/thunar-shares-plugin: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/thunar-shares-plugin')
-rw-r--r-- | xfce-extra/thunar-shares-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest index 25c3453c695e..5900804da166 100644 --- a/xfce-extra/thunar-shares-plugin/Manifest +++ b/xfce-extra/thunar-shares-plugin/Manifest @@ -1,2 +1 @@ -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 diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild deleted file mode 100644 index c2bb9f571e56..000000000000 --- a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -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="" - -RDEPEND=">=dev-libs/glib-2.18 - >=x11-libs/gtk+-2.12:2 - <xfce-base/thunar-1.7" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/xfce4-dev-tools - virtual/pkgconfig" - -src_configure() { - local myconf=( - --disable-static - # workaround the default for git builds - --enable-debug=minimal - ) - econf "${myconf[@]}" -} - -src_prepare() { - default - mv configure.in configure.ac || die - # https://bugzilla.xfce.org/show_bug.cgi?id=10032 - sed -i \ - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ - -e 's:-Werror::' \ - configure.ac || die - - local AT_M4DIR="${EPREFIX}/usr/share/xfce4/dev-tools/m4macros" - eautoreconf -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |