From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E0D6158089 for ; Sun, 15 Oct 2023 10:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DEC02BC03D; Sun, 15 Oct 2023 10:15:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D9932BC03D for ; Sun, 15 Oct 2023 10:15:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BF18335CDF for ; Sun, 15 Oct 2023 10:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F4CF95E for ; Sun, 15 Oct 2023 10:15:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1697364916.7787fdac0ea787cca4611f3e945cb3497f3e2014.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/smb4k/Manifest net-misc/smb4k/smb4k-3.2.2.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7787fdac0ea787cca4611f3e945cb3497f3e2014 X-VCS-Branch: master Date: Sun, 15 Oct 2023 10:15:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75d699d8-f66a-421d-b736-8bf669e36975 X-Archives-Hash: 5b6704e4c9e8147d6bb53c5660bb1060 commit: 7787fdac0ea787cca4611f3e945cb3497f3e2014 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 15 10:14:33 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 15 10:15:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7787fdac net-misc/smb4k: drop 3.2.2 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/smb4k/Manifest | 1 - net-misc/smb4k/smb4k-3.2.2.ebuild | 77 --------------------------------------- 2 files changed, 78 deletions(-) diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest index 04a54d23051a..6b0d375ed93c 100644 --- a/net-misc/smb4k/Manifest +++ b/net-misc/smb4k/Manifest @@ -1,2 +1 @@ -DIST smb4k-3.2.2.tar.xz 4312636 BLAKE2B a41f1be490ab2d663b86f06ffd14b3e2bab213b3d630fb7100ff6fcae6505fe12448f8ec07f19e522e7aeef92afbaba349ddc6dc42d71c64dc8af4d56d9d7ccf SHA512 fae7f5d79eafbbddb5ae2a0b5815e59c8d2ea5a19b6e1ca2b4caf71f31637a891247873f0657b0bcefb21b13c7936c7b22ac105c06cd204fa32012eb432b9396 DIST smb4k-3.2.3.tar.xz 4314676 BLAKE2B f345e7c57e0f96eecf38aebddc2808cee2d38106bce66083bb0abbd7630b75cb7c1266f64c066d6e9884ecc778c11a95336df50cca74534ea28e2d5b997ad9bb SHA512 ff91ba307aa8934bdee045aad5963440d80794ad6405b1770072fda590f658db20d096f8e98de3a38cebe0fedf6cf86cbe7aed4f8521aa0f13fa496d91f7d2b2 diff --git a/net-misc/smb4k/smb4k-3.2.2.ebuild b/net-misc/smb4k/smb4k-3.2.2.ebuild deleted file mode 100644 index 9bc0d299524f..000000000000 --- a/net-misc/smb4k/smb4k-3.2.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.82.0 -QTMIN=5.15.5 -inherit ecm kde.org - -DESCRIPTION="Advanced network neighborhood browser" -HOMEPAGE="https://apps.kde.org/smb4k/ -https://sourceforge.net/p/smb4k/home/Home/" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~riscv x86" -fi - -LICENSE="GPL-2" -SLOT="5" -IUSE="+discovery plasma" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kauth-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kdnssd-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kwallet-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/solid-${KFMIN}:5 - net-fs/samba[cups] - discovery? ( - net-libs/kdsoap:= - net-libs/kdsoap-ws-discovery-client - ) -" -RDEPEND="${DEPEND} - plasma? ( - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/plasma-${KFMIN}:5 - ) -" - -src_configure() { - local mycmakeargs=( - -DSMB4K_WITH_WS_DISCOVERY=$(usex discovery) - -DSMB4K_INSTALL_PLASMOID=$(usex plasma) - ) - ecm_src_configure -} - -pkg_postinst() { - ecm_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" -}