commit:     ba8bacab112fa6972c583ae9f8094af78dab2a82
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 15:58:59 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 19:46:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8bacab

net-misc/seafile-client: drop 9.0.11

Closes: https://bugs.gentoo.org/959347
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/seafile-client/Manifest                   |  1 -
 .../seafile-client/seafile-client-9.0.11.ebuild    | 47 ----------------------
 2 files changed, 48 deletions(-)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index 9855de4db5ed..23971a7f737d 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -1,2 +1 @@
-DIST seafile-client-9.0.11.tar.gz 11726726 BLAKE2B 
e8dab4ecb4d4ae3fe12a4083e286ca1232e5994faa835f917e35892d814cc31ca55deaef056396b446a8eb553c3b6ebdd2c29c60d86b6ac3221c56c42bd1f968
 SHA512 
b4ef94cbf30eb23f9fb127791f118fcaeadc38544d557bef028bc21daedea265c4c728ccb91b2412628d5ab540d2a3aea37a7ca4120d1c0d49d19715544a9443
 DIST seafile-client-9.0.13.tar.gz 11734321 BLAKE2B 
82f478559e6bbfe2155e12b7a7d6f9b68afd7ddd692c768054080255685c6bfa2574d37e354efe5d17cc95825f801d375b36cd46ca48b64c34979da1906c9039
 SHA512 
0a30467dc8d42fcf7ef26165f2702dbf8bf6f49a2105d17ebacaae30d923320b73ab07e333f018d70b7659f0431b7e8eb161300ba387630920dd05f9f0ab692e

diff --git a/net-misc/seafile-client/seafile-client-9.0.11.ebuild 
b/net-misc/seafile-client/seafile-client-9.0.11.ebuild
deleted file mode 100644
index 3b224d9778a1..000000000000
--- a/net-misc/seafile-client/seafile-client-9.0.11.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Upstream is moving tags repeatedly, then we use commit hash.
-RELEASE_COMMIT="4088a6c394e7f2f785d2f5e175a4e916259bdb09"
-
-inherit xdg cmake
-
-DESCRIPTION="Seafile desktop client"
-HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/";
-SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="shibboleth"
-
-RDEPEND="dev-db/sqlite:3
-       dev-libs/glib:2
-       dev-libs/jansson:=
-       dev-libs/openssl:=
-       dev-qt/qtbase:6[dbus,gui,network,widgets]
-       dev-qt/qtwebengine:6[widgets]
-       dev-qt/qt5compat:6
-       >=net-libs/libsearpc-3.2.0_p1
-       ~net-misc/seafile-${PV}
-       sys-libs/zlib
-       virtual/opengl
-       elibc_musl? ( sys-libs/fts-standalone )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-9.0.11-select-qt6.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
-       )
-       # 863554
-       use elibc_musl && mycmakeargs+=( -DCMAKE_CXX_STANDARD_LIBRARIES="-lfts" 
)
-       cmake_src_configure
-}

Reply via email to