diff options
author | Quentin Retornaz <gentoo@retornaz.com> | 2021-05-02 17:25:18 +0200 |
---|---|---|
committer | Quentin Retornaz <gentoo@retornaz.com> | 2021-05-02 17:25:18 +0200 |
commit | f70aa4a93d43eda0efb7eb663c379ee368482a52 (patch) | |
tree | 96377a03ed6107f0d8050324a0c5b2ba01eeff3b /net-misc/seafile-client | |
parent | dev-libs/openssl: add USE flags for reverse dependencies (diff) | |
download | libressl-f70aa4a93d43eda0efb7eb663c379ee368482a52.tar.gz libressl-f70aa4a93d43eda0efb7eb663c379ee368482a52.tar.bz2 libressl-f70aa4a93d43eda0efb7eb663c379ee368482a52.zip |
net-misc/seafile-client: remove old
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'net-misc/seafile-client')
8 files changed, 0 insertions, 256 deletions
diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest deleted file mode 100644 index 13bf70a..0000000 --- a/net-misc/seafile-client/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST seafile-client-7.0.10.tar.gz 2368056 BLAKE2B 8b446a818cc3a238bd92831843f1991632e9417ba92d043065aaf43e2a4d74aa00d331e32136a195558dc780ae124c8b1e7b2b2969f3cff8169635df7470f876 SHA512 cab11292ab1957b1682e0d3ee1ddd8e794c52bba7cf08ed39e8f598d3549247c20214d907d1e3792c06a36d8bea55c0bd25ce9aa3a802c262f9af785da7cb340 -DIST seafile-client-7.0.9.tar.gz 2367747 BLAKE2B 60a488a22e094d4783c7da50e8852d7204e16791613d113f729bacc21a40883edc25469f8ce1a8dab52b4ed0ea73b691a831fb0c01a885aeeae7bd276e2781ff SHA512 665a252a321744cd84b96230f5318528aad23a0a089e5049913c34a6c254356c7cc996e45e2a50d432d114f13b089b8d12062b3a1a4d1a0b6f1cbf9688ad32b6 -DIST seafile-client-8.0.1.tar.gz 11679293 BLAKE2B 52ad28fb316d99240692883218e626a8ca33f8265d62dadfc2eed400c889d47e9aa7887ea6c6fd994596537a5db163b334fb72c791b38529f7219c5a25c813d3 SHA512 ca5dd5a6b27316e1f6fb670e3286d24015d99391c0e1447e2ed42f3d4f72769d6a3dda78bc388ad8d303d4ab1167e4e50844574ecd6f61149b1966e99a3a7719 - diff --git a/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch b/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch deleted file mode 100644 index d7fdc22..0000000 --- a/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch +++ /dev/null @@ -1,14 +0,0 @@ -Upstream pull request: https://github.com/haiwen/seafile-client/pull/1314 -diff --git a/src/utils/rsa.cpp b/src/utils/rsa.cpp -index 350b790..513733d 100644 ---- a/src/utils/rsa.cpp -+++ b/src/utils/rsa.cpp -@@ -13,7 +13,7 @@ namespace { - - /* Forward compatibility functions if libssl < 1.1.0. */ - --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) - - int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) - { diff --git a/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch b/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch deleted file mode 100644 index ef9c2f7..0000000 --- a/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch +++ /dev/null @@ -1,37 +0,0 @@ -https://github.com/haiwen/seafile-client/pull/1297 - -From 86ebea086c6b78738b3140c922c909331d2b9a94 Mon Sep 17 00:00:00 2001 -From: Joffrey <j-off@live.fr> -Date: Fri, 29 May 2020 15:59:11 +0000 -Subject: [PATCH] Fix build with Qt5 v5.15.0 - ---- - src/ui/events-list-view.cpp | 1 + - src/ui/private-share-dialog.cpp | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/src/ui/events-list-view.cpp b/src/ui/events-list-view.cpp -index b1d04abb..09536b9e 100644 ---- a/src/ui/events-list-view.cpp -+++ b/src/ui/events-list-view.cpp -@@ -1,4 +1,5 @@ - #include <QPainter> -+#include <QPainterPath> - #include <QApplication> - #include <QPixmap> - #include <QToolTip> -diff --git a/src/ui/private-share-dialog.cpp b/src/ui/private-share-dialog.cpp -index 511d476b..284cc043 100644 ---- a/src/ui/private-share-dialog.cpp -+++ b/src/ui/private-share-dialog.cpp -@@ -2,6 +2,7 @@ - #include <QCompleter> - #include <QLineEdit> - #include <QPainter> -+#include <QPainterPath> - #include <QResizeEvent> - #include <QStringList> - #include <QStringListModel> --- -2.26.2 - diff --git a/net-misc/seafile-client/files/seafile-client-select-qt5.patch b/net-misc/seafile-client/files/seafile-client-select-qt5.patch deleted file mode 100644 index ed48dcf..0000000 --- a/net-misc/seafile-client/files/seafile-client-select-qt5.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4261fba..24fbbda 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -158,11 +158,8 @@ SET(QT_VERSION_MAJOR 5) - # have to keep using QtWebKit on windows because QtWebEngine can't be - # compiled in msys2/mingw (QtWebEnigne is based on chrome, which has to be - # compiled with MSVC.) --FIND_PROGRAM(qmake_executable NAMES qmake qmake.exe) --EXECUTE_PROCESS(COMMAND -- bash -c "${qmake_executable} --version | grep -iE '^using qt version [0-9.]+' | awk '{print $4}'" -- OUTPUT_VARIABLE DETECTED_QT_VERSION -- OUTPUT_STRIP_TRAILING_WHITESPACE) -+FIND_PACKAGE(Qt5Core) -+SET(DETECTED_QT_VERSION ${Qt5Core_VERSION}) - MESSAGE("qt5 version: ${DETECTED_QT_VERSION}") - IF(WIN32 OR DETECTED_QT_VERSION VERSION_LESS 5.6.0) - ADD_DEFINITIONS(-DSEAFILE_USE_WEBKIT) diff --git a/net-misc/seafile-client/metadata.xml b/net-misc/seafile-client/metadata.xml deleted file mode 100644 index 1c36e67..0000000 --- a/net-misc/seafile-client/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gentoo@retornaz.com</email> - <name>Quentin Retornaz</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="shibboleth">Build support for Shibboleth single sign-on</flag> - </use> - <upstream> - <remote-id type="github">haiwen/seafile-client</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/seafile-client/seafile-client-7.0.10.ebuild b/net-misc/seafile-client/seafile-client-7.0.10.ebuild deleted file mode 100644 index 778e77f..0000000 --- a/net-misc/seafile-client/seafile-client-7.0.10.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg-utils - -DESCRIPTION="Seafile desktop client" -HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/" -SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl shibboleth test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-db/sqlite:3 - dev-libs/libevent - dev-libs/jansson - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) - net-libs/libsearpc - ~net-misc/seafile-${PV} - shibboleth? ( dev-qt/qtwebengine:5[widgets] )" -DEPEND="${RDEPEND} - test? ( dev-qt/qttest:5 )" -BDEPEND="dev-qt/linguist-tools:5" - -PATCHES=( - "${FILESDIR}/${PN}-select-qt5.patch" - "${FILESDIR}/${PN}-7.0.9-libressl.patch" - "${FILESDIR}/${PN}-7.0.9-qt-5.15.patch" -) - -src_configure() { - local mycmakeargs=( - -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)" - -DBUILD_TESTING="$(usex test)" - ) - cmake_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/net-misc/seafile-client/seafile-client-7.0.9-r1.ebuild b/net-misc/seafile-client/seafile-client-7.0.9-r1.ebuild deleted file mode 100644 index 07445a4..0000000 --- a/net-misc/seafile-client/seafile-client-7.0.9-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg-utils - -DESCRIPTION="Seafile desktop client" -HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/" -SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl shibboleth test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-db/sqlite:3 - dev-libs/libevent - dev-libs/jansson - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) - net-libs/libsearpc - ~net-misc/seafile-${PV} - shibboleth? ( dev-qt/qtwebengine:5[widgets] )" -DEPEND="${RDEPEND} - test? ( dev-qt/qttest:5 )" -BDEPEND="dev-qt/linguist-tools:5" - -PATCHES=( - "${FILESDIR}/${PN}-select-qt5.patch" - "${FILESDIR}/${P}-libressl.patch" - "${FILESDIR}/${P}-qt-5.15.patch" -) - -src_configure() { - local mycmakeargs=( - -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)" - -DBUILD_TESTING="$(usex test)" - ) - cmake_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/net-misc/seafile-client/seafile-client-8.0.1.ebuild b/net-misc/seafile-client/seafile-client-8.0.1.ebuild deleted file mode 100644 index 778e77f..0000000 --- a/net-misc/seafile-client/seafile-client-8.0.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg-utils - -DESCRIPTION="Seafile desktop client" -HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/" -SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl shibboleth test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-db/sqlite:3 - dev-libs/libevent - dev-libs/jansson - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) - net-libs/libsearpc - ~net-misc/seafile-${PV} - shibboleth? ( dev-qt/qtwebengine:5[widgets] )" -DEPEND="${RDEPEND} - test? ( dev-qt/qttest:5 )" -BDEPEND="dev-qt/linguist-tools:5" - -PATCHES=( - "${FILESDIR}/${PN}-select-qt5.patch" - "${FILESDIR}/${PN}-7.0.9-libressl.patch" - "${FILESDIR}/${PN}-7.0.9-qt-5.15.patch" -) - -src_configure() { - local mycmakeargs=( - -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)" - -DBUILD_TESTING="$(usex test)" - ) - cmake_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |