commit:     11a4738c2be6efceab855425d24946e161e4102c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 20:24:33 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 22:22:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a4738c

net-misc/smb4k: Drop 3.0.1

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/smb4k/Manifest           |  1 -
 net-misc/smb4k/smb4k-3.0.1.ebuild | 68 ---------------------------------------
 2 files changed, 69 deletions(-)

diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest
index 0a802d88daf..a7bceb9bb53 100644
--- a/net-misc/smb4k/Manifest
+++ b/net-misc/smb4k/Manifest
@@ -1,2 +1 @@
-DIST smb4k-3.0.1.tar.xz 3826160 BLAKE2B 
e42d761d67ae6b25e75fc673eb18838607dc36d5c76d4cba63257d09c2e138fcc3b1e3600163188117a020327645b7fe320d4a25f7455f2585cdbcf567e3d941
 SHA512 
de61d7dc2f63657056d721ac5ef5c12e8c8393b674163c2888a63a58f5779b0efcc47c2acaee782979c4bd9abc008eb457b6fce31d085b3e80c0970a195528b9
 DIST smb4k-3.0.2.tar.xz 3824972 BLAKE2B 
6f15bac77840669b9f9a6640e35f5b36b76653946bcef9d268452fd813c796480594b40744cf86ec5d79307294fb2f9592dc71013576efcb6c8fc607599778b9
 SHA512 
b60d50732ba84bae9e58f90ec18bb0fe59185814ec92e4f8adc1e699cfce61019f919fbdac2555b365c495ab1720f62b35b95c063f0c7c9466dc31487b8cb564

diff --git a/net-misc/smb4k/smb4k-3.0.1.ebuild 
b/net-misc/smb4k/smb4k-3.0.1.ebuild
deleted file mode 100644
index 3d15898cf82..00000000000
--- a/net-misc/smb4k/smb4k-3.0.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Advanced network neighborhood browser"
-HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/";
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-       SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-       KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-IUSE="plasma"
-
-DEPEND="
-       $(add_frameworks_dep kauth)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kwallet)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kwindowsystem)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep solid)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtnetwork)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qttest)
-       $(add_qt_dep qtwidgets)
-       net-fs/samba[cups]
-"
-RDEPEND="${DEPEND}
-       plasma? (
-               $(add_frameworks_dep plasma)
-               $(add_qt_dep qtquickcontrols2)
-       )
-"
-
-src_configure(){
-       local mycmakeargs=(
-               -DINSTALL_PLASMOID=$(usex plasma)
-       )
-       kde5_src_configure
-}
-
-pkg_postinst() {
-       kde5_pkg_postinst
-       elog "Users of Samba 4.7 and above please note that for the time being,"
-       elog "the following setting has to be added to or changed in the 
[global]"
-       elog "section of the smb.conf file:"
-       elog
-       elog "[global]"
-       elog "client max protocol = NT1"
-}

Reply via email to