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/
Date: Sat, 09 Feb 2019 08:33:09
Message-Id: 1549701176.df18df4cbe1d377a6554ef3b0f4ef8b1dd8cc971.voyageur@gentoo
1 commit: df18df4cbe1d377a6554ef3b0f4ef8b1dd8cc971
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 1 07:26:42 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 08:32:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df18df4c
7
8 net-misc/owncloud-client: drop old 2.4.*
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-misc/owncloud-client/Manifest | 3 -
14 .../owncloud-client/owncloud-client-2.4.1.ebuild | 91 ----------------------
15 .../owncloud-client/owncloud-client-2.4.2.ebuild | 91 ----------------------
16 .../owncloud-client/owncloud-client-2.4.3.ebuild | 91 ----------------------
17 4 files changed, 276 deletions(-)
18
19 diff --git a/net-misc/owncloud-client/Manifest b/net-misc/owncloud-client/Manifest
20 index 14813f8641d..f312bfd8fd9 100644
21 --- a/net-misc/owncloud-client/Manifest
22 +++ b/net-misc/owncloud-client/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST owncloudclient-2.4.1.tar.xz 15403164 BLAKE2B 0ab1ffbe2179fe04efc7977972d5941a32bc20cd73e310fa72e2a3cf341f7223911fd430f4d34f7e265819acb68d8576e2687a7bfe4ab7140b4c9e9381ea863b SHA512 5b0ceea299078efbc92c1abe22210a93df44bf98094bf4cf8a0c5138f0b69a6719fdc88ef2d5674d49c0ec18ffb12493319eb84616c3e4b8666171cb1a52f0b7
25 -DIST owncloudclient-2.4.2.tar.xz 15409188 BLAKE2B 89ae891479f29c8637843e14e3aa58d91769393dcfedcfaa415a601962eabd4d1760250fa57166fde215e5c0c5b5799b72dc4f1b52814e59149b778d92d5eb93 SHA512 17f857354b270ecde75cae81557adb78dab830589b32df0b3cf96667010f02501d793609cddf57223d1dd3d9cdb493f1f55bcb04a09d05c467afaddfeb2210b0
26 -DIST owncloudclient-2.4.3.tar.xz 15406724 BLAKE2B 1e8790f9ebb96ba7de5350c3f7be01f6e0a06e66de591b598795c2ea6787d0caf238daae4f56fad5a8695b8c4eeeea62e36b469fecfdc2df7a90f110a7c7a1c8 SHA512 072fafe69a962f3f0892706f8fff9a9af643b479229dc99e95c712071f11942f75ecc08e7a3470a9ac49f0564da23f8fb21097064c9fa8c6ba1c830c32a6c01f
27 DIST owncloudclient-2.5.0.10650.tar.xz 16651172 BLAKE2B 98b928963f3327bdcddaaa61eadcd73422e982cda11c4a4791987eb34ce692258af47649dcaddaefd01097bbc3aa514a56726dce52ce6f51eb61bdf493bca37a SHA512 61f355e514306ce0dec628ac8af7ba004158a890bc40c3905e5aa7705aff753a3a723ba4a0727625327b399cc71bb6c1ad2b415acc760c551eea1bf2590392f7
28 DIST owncloudclient-2.5.1.10973.tar.xz 16662564 BLAKE2B b0c58fee00e366c2a2e0c7b316fc098558758fc3644fdd5a0f39e29dc853030f1df504536a6725a3557e08024346ed9c3fa3d54e35a4d5d452afd1a34ff6fb62 SHA512 11a16f2a2656517f6c89433d8f5e9e44d61be7cc45eb702fe118a000e32ec2f2c53bab75e2d226bc50106c3be975b34b1bafedbaed757d0c3bd8cb025facf47a
29
30 diff --git a/net-misc/owncloud-client/owncloud-client-2.4.1.ebuild b/net-misc/owncloud-client/owncloud-client-2.4.1.ebuild
31 deleted file mode 100644
32 index 3966ff82284..00000000000
33 --- a/net-misc/owncloud-client/owncloud-client-2.4.1.ebuild
34 +++ /dev/null
35 @@ -1,91 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit cmake-utils gnome2-utils
42 -
43 -DESCRIPTION="Synchronize files from ownCloud Server with your computer"
44 -HOMEPAGE="http://owncloud.org/"
45 -SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
46 -
47 -LICENSE="CC-BY-3.0 GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="doc dolphin nautilus shibboleth test"
51 -
52 -COMMON_DEPEND=">=dev-db/sqlite-3.4:3
53 - dev-libs/qtkeychain[qt5(+)]
54 - dev-qt/qtconcurrent:5
55 - dev-qt/qtcore:5
56 - dev-qt/qtdbus:5
57 - dev-qt/qtgui:5
58 - dev-qt/qtnetwork:5[ssl]
59 - dev-qt/qtsql:5
60 - dev-qt/qtwidgets:5
61 - dev-qt/qtxml:5
62 - sys-fs/inotify-tools
63 - dolphin? (
64 - kde-frameworks/kcoreaddons:5
65 - kde-frameworks/kio:5
66 - )
67 - nautilus? ( dev-python/nautilus-python )
68 - shibboleth? ( dev-qt/qtwebkit:5 )
69 -"
70 -RDEPEND="${COMMON_DEPEND}
71 - !net-misc/ocsync
72 - !net-misc/nextcloud-client
73 -"
74 -DEPEND="${COMMON_DEPEND}
75 - dev-qt/linguist-tools:5
76 - doc? (
77 - dev-python/sphinx
78 - dev-tex/latexmk
79 - dev-texlive/texlive-latexextra
80 - virtual/latex-base
81 - )
82 - dolphin? ( kde-frameworks/extra-cmake-modules )
83 - test? (
84 - dev-util/cmocka
85 - dev-qt/qttest:5
86 - )
87 -"
88 -
89 -S=${WORKDIR}/${P/-}
90 -
91 -src_prepare() {
92 - # Keep tests in ${T}
93 - sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die "sed failed"
94 -
95 - if ! use nautilus; then
96 - pushd shell_integration > /dev/null || die
97 - cmake_comment_add_subdirectory nautilus
98 - popd > /dev/null || die
99 - fi
100 - cmake-utils_src_prepare
101 -}
102 -
103 -src_configure() {
104 - local mycmakeargs=(
105 - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
106 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
107 - -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
108 - -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
109 - -DNO_SHIBBOLETH=$(usex !shibboleth)
110 - -DUNIT_TESTING=$(usex test)
111 - )
112 -
113 - cmake-utils_src_configure
114 -}
115 -
116 -pkg_postinst() {
117 - if ! use doc ; then
118 - elog "Documentation and man pages not installed"
119 - elog "Enable doc USE-flag to generate them"
120 - fi
121 - gnome2_icon_cache_update
122 -}
123 -
124 -pkg_postrm() {
125 - gnome2_icon_cache_update
126 -}
127
128 diff --git a/net-misc/owncloud-client/owncloud-client-2.4.2.ebuild b/net-misc/owncloud-client/owncloud-client-2.4.2.ebuild
129 deleted file mode 100644
130 index 3966ff82284..00000000000
131 --- a/net-misc/owncloud-client/owncloud-client-2.4.2.ebuild
132 +++ /dev/null
133 @@ -1,91 +0,0 @@
134 -# Copyright 1999-2018 Gentoo Foundation
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=6
138 -
139 -inherit cmake-utils gnome2-utils
140 -
141 -DESCRIPTION="Synchronize files from ownCloud Server with your computer"
142 -HOMEPAGE="http://owncloud.org/"
143 -SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
144 -
145 -LICENSE="CC-BY-3.0 GPL-2"
146 -SLOT="0"
147 -KEYWORDS="~amd64 ~x86"
148 -IUSE="doc dolphin nautilus shibboleth test"
149 -
150 -COMMON_DEPEND=">=dev-db/sqlite-3.4:3
151 - dev-libs/qtkeychain[qt5(+)]
152 - dev-qt/qtconcurrent:5
153 - dev-qt/qtcore:5
154 - dev-qt/qtdbus:5
155 - dev-qt/qtgui:5
156 - dev-qt/qtnetwork:5[ssl]
157 - dev-qt/qtsql:5
158 - dev-qt/qtwidgets:5
159 - dev-qt/qtxml:5
160 - sys-fs/inotify-tools
161 - dolphin? (
162 - kde-frameworks/kcoreaddons:5
163 - kde-frameworks/kio:5
164 - )
165 - nautilus? ( dev-python/nautilus-python )
166 - shibboleth? ( dev-qt/qtwebkit:5 )
167 -"
168 -RDEPEND="${COMMON_DEPEND}
169 - !net-misc/ocsync
170 - !net-misc/nextcloud-client
171 -"
172 -DEPEND="${COMMON_DEPEND}
173 - dev-qt/linguist-tools:5
174 - doc? (
175 - dev-python/sphinx
176 - dev-tex/latexmk
177 - dev-texlive/texlive-latexextra
178 - virtual/latex-base
179 - )
180 - dolphin? ( kde-frameworks/extra-cmake-modules )
181 - test? (
182 - dev-util/cmocka
183 - dev-qt/qttest:5
184 - )
185 -"
186 -
187 -S=${WORKDIR}/${P/-}
188 -
189 -src_prepare() {
190 - # Keep tests in ${T}
191 - sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die "sed failed"
192 -
193 - if ! use nautilus; then
194 - pushd shell_integration > /dev/null || die
195 - cmake_comment_add_subdirectory nautilus
196 - popd > /dev/null || die
197 - fi
198 - cmake-utils_src_prepare
199 -}
200 -
201 -src_configure() {
202 - local mycmakeargs=(
203 - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
204 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
205 - -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
206 - -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
207 - -DNO_SHIBBOLETH=$(usex !shibboleth)
208 - -DUNIT_TESTING=$(usex test)
209 - )
210 -
211 - cmake-utils_src_configure
212 -}
213 -
214 -pkg_postinst() {
215 - if ! use doc ; then
216 - elog "Documentation and man pages not installed"
217 - elog "Enable doc USE-flag to generate them"
218 - fi
219 - gnome2_icon_cache_update
220 -}
221 -
222 -pkg_postrm() {
223 - gnome2_icon_cache_update
224 -}
225
226 diff --git a/net-misc/owncloud-client/owncloud-client-2.4.3.ebuild b/net-misc/owncloud-client/owncloud-client-2.4.3.ebuild
227 deleted file mode 100644
228 index e777bb2702a..00000000000
229 --- a/net-misc/owncloud-client/owncloud-client-2.4.3.ebuild
230 +++ /dev/null
231 @@ -1,91 +0,0 @@
232 -# Copyright 1999-2018 Gentoo Foundation
233 -# Distributed under the terms of the GNU General Public License v2
234 -
235 -EAPI=6
236 -
237 -inherit cmake-utils gnome2-utils
238 -
239 -DESCRIPTION="Synchronize files from ownCloud Server with your computer"
240 -HOMEPAGE="http://owncloud.org/"
241 -SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
242 -
243 -LICENSE="CC-BY-3.0 GPL-2"
244 -SLOT="0"
245 -KEYWORDS="~amd64 ~x86"
246 -IUSE="doc dolphin nautilus shibboleth test"
247 -
248 -COMMON_DEPEND=">=dev-db/sqlite-3.4:3
249 - dev-libs/qtkeychain[qt5(+)]
250 - dev-qt/qtconcurrent:5
251 - dev-qt/qtcore:5
252 - dev-qt/qtdbus:5
253 - dev-qt/qtgui:5
254 - dev-qt/qtnetwork:5[ssl]
255 - dev-qt/qtsql:5
256 - dev-qt/qtwidgets:5
257 - dev-qt/qtxml:5
258 - sys-fs/inotify-tools
259 - dolphin? (
260 - kde-frameworks/kcoreaddons:5
261 - kde-frameworks/kio:5
262 - )
263 - nautilus? ( dev-python/nautilus-python )
264 - shibboleth? ( dev-qt/qtwebkit:5 )
265 -"
266 -RDEPEND="${COMMON_DEPEND}
267 - !net-misc/ocsync
268 - !net-misc/nextcloud-client
269 -"
270 -DEPEND="${COMMON_DEPEND}
271 - dev-qt/linguist-tools:5
272 - doc? (
273 - dev-python/sphinx
274 - dev-tex/latexmk
275 - dev-texlive/texlive-latexextra
276 - virtual/latex-base
277 - )
278 - dolphin? ( kde-frameworks/extra-cmake-modules )
279 - test? (
280 - dev-util/cmocka
281 - dev-qt/qttest:5
282 - )
283 -"
284 -
285 -S=${WORKDIR}/${P/-}
286 -
287 -src_prepare() {
288 - # Keep tests in ${T}
289 - sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
290 -
291 - if ! use nautilus; then
292 - pushd shell_integration > /dev/null || die
293 - cmake_comment_add_subdirectory nautilus
294 - popd > /dev/null || die
295 - fi
296 - cmake-utils_src_prepare
297 -}
298 -
299 -src_configure() {
300 - local mycmakeargs=(
301 - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
302 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
303 - -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
304 - -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
305 - -DNO_SHIBBOLETH=$(usex !shibboleth)
306 - -DUNIT_TESTING=$(usex test)
307 - )
308 -
309 - cmake-utils_src_configure
310 -}
311 -
312 -pkg_postinst() {
313 - if ! use doc ; then
314 - elog "Documentation and man pages not installed"
315 - elog "Enable doc USE-flag to generate them"
316 - fi
317 - gnome2_icon_cache_update
318 -}
319 -
320 -pkg_postrm() {
321 - gnome2_icon_cache_update
322 -}