Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/owncloud-client/files/, net-misc/owncloud-client/
Date: Wed, 03 Feb 2021 19:04:09
Message-Id: 1612379003.a79c7b477d94a23a6fba2962eecc4d73900c343d.voyageur@gentoo
1 commit: a79c7b477d94a23a6fba2962eecc4d73900c343d
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 3 19:00:47 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 3 19:03:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79c7b47
7
8 net-misc/owncloud-client: drop old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-misc/owncloud-client/Manifest | 1 -
14 .../files/owncloud-client-2.6.3.14058-qt515.patch | 11 ---
15 .../owncloud-client-2.6.3.14058.ebuild | 85 ----------------------
16 3 files changed, 97 deletions(-)
17
18 diff --git a/net-misc/owncloud-client/Manifest b/net-misc/owncloud-client/Manifest
19 index cd546488431..105a380bedc 100644
20 --- a/net-misc/owncloud-client/Manifest
21 +++ b/net-misc/owncloud-client/Manifest
22 @@ -1,3 +1,2 @@
23 DIST ownCloud-2.7.4.2934.tar.xz 14151708 BLAKE2B ad6f3d827a2fdcead6fdc2514696e8fbdb75b2d365c9a09602b95b24c669695e3693167f5da305e27e6fb2266f106b50c578def1d1518730926a10f640defbd9 SHA512 7e04d987751d0b8e29fbe8ba8ae58f38fabd7f5007f7508d001532e595b00f58cce487b1d180928154286ffd6b01db1e6ca0407f7d675e8b101ec4ae8414f2a6
24 DIST ownCloud-2.7.5.3180.tar.xz 14154036 BLAKE2B ebee57568b917c1c7dec8f41f172caf53d0bfe4eae5e24ec5c9adbf656bf667769b0ed341a13a899ff6a04cd779d92b145736dce5a4e72055d306b2f08e0a902 SHA512 9e788341c45753eb2d2c62d252cf453259474689fd7d498147e0f4548a9038bd44bdca1539f9617d383853f8f9ca2f24c575667fb96e2a1a4ceec30195d257c2
25 -DIST owncloudclient-2.6.3.14058.tar.xz 21246672 BLAKE2B 15b75c2162d22c22827a057242d783e739837f618c2f65be3edce6b2678aaa13505fd14c4e4088374c240537a999d9aff7758ccb93993e0cbdebb886f735311c SHA512 e2159dc5668f263449e7a9a20ef10c6bb140ea5bd1128a6d3438abce03bc4913bb4eecbacc5160c8018398b6fa75ccfb2a9ab9ad637965e41caebc83994b80b3
26
27 diff --git a/net-misc/owncloud-client/files/owncloud-client-2.6.3.14058-qt515.patch b/net-misc/owncloud-client/files/owncloud-client-2.6.3.14058-qt515.patch
28 deleted file mode 100644
29 index 57dd20938fc..00000000000
30 --- a/net-misc/owncloud-client/files/owncloud-client-2.6.3.14058-qt515.patch
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -diff -Naur owncloudclient-2.6.3.14058.orig/src/libsync/networkjobs.cpp owncloudclient-2.6.3.14058/src/libsync/networkjobs.cpp
34 ---- owncloudclient-2.6.3.14058.orig/src/libsync/networkjobs.cpp 2020-06-12 14:35:04.000000000 +0200
35 -+++ owncloudclient-2.6.3.14058/src/libsync/networkjobs.cpp 2020-06-13 11:18:28.822842347 +0200
36 -@@ -31,6 +31,7 @@
37 - #include <QJsonObject>
38 - #ifndef TOKEN_AUTH_ONLY
39 - #include <QPainter>
40 -+#include <QPainterPath>
41 - #endif
42 -
43 - #include "networkjobs.h"
44
45 diff --git a/net-misc/owncloud-client/owncloud-client-2.6.3.14058.ebuild b/net-misc/owncloud-client/owncloud-client-2.6.3.14058.ebuild
46 deleted file mode 100644
47 index d7df80536b7..00000000000
48 --- a/net-misc/owncloud-client/owncloud-client-2.6.3.14058.ebuild
49 +++ /dev/null
50 @@ -1,85 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=7
55 -
56 -inherit cmake-utils xdg
57 -
58 -DESCRIPTION="Synchronize files from ownCloud Server with your computer"
59 -HOMEPAGE="https://owncloud.org/"
60 -SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
61 -
62 -LICENSE="CC-BY-3.0 GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -IUSE="doc dolphin gnome-keyring nautilus test"
66 -
67 -COMMON_DEPEND=">=dev-db/sqlite-3.4:3
68 - dev-libs/qtkeychain[gnome-keyring?,qt5(+)]
69 - dev-qt/qtconcurrent:5
70 - dev-qt/qtcore:5
71 - dev-qt/qtdbus:5
72 - dev-qt/qtgui:5
73 - dev-qt/qtnetwork:5[ssl]
74 - dev-qt/qtsql:5
75 - dev-qt/qtwidgets:5
76 - dev-qt/qtxml:5
77 - sys-fs/inotify-tools
78 - dolphin? (
79 - kde-frameworks/kcoreaddons:5
80 - kde-frameworks/kio:5
81 - )
82 - nautilus? ( dev-python/nautilus-python )"
83 -
84 -RDEPEND="${COMMON_DEPEND}"
85 -DEPEND="${COMMON_DEPEND}
86 - dev-qt/linguist-tools:5
87 - doc? (
88 - dev-python/sphinx
89 - dev-tex/latexmk
90 - dev-texlive/texlive-latexextra
91 - virtual/latex-base
92 - )
93 - dolphin? ( kde-frameworks/extra-cmake-modules )
94 - test? (
95 - dev-util/cmocka
96 - dev-qt/qttest:5
97 - )"
98 -
99 -RESTRICT="!test? ( test )"
100 -
101 -S=${WORKDIR}/${P/-}
102 -
103 -PATCHES=( "${FILESDIR}"/${P}-qt515.patch )
104 -
105 -src_prepare() {
106 - # Keep tests in ${T}
107 - sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
108 -
109 - if ! use nautilus; then
110 - pushd shell_integration > /dev/null || die
111 - cmake_comment_add_subdirectory nautilus
112 - popd > /dev/null || die
113 - fi
114 - cmake-utils_src_prepare
115 -}
116 -
117 -src_configure() {
118 - local mycmakeargs=(
119 - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
120 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
121 - -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
122 - -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
123 - -DBUILD_TESTING=$(usex test)
124 - )
125 -
126 - cmake-utils_src_configure
127 -}
128 -
129 -pkg_postinst() {
130 - if ! use doc ; then
131 - elog "Documentation and man pages not installed"
132 - elog "Enable doc USE-flag to generate them"
133 - fi
134 - xdg_pkg_postinst
135 -}