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: Mon, 03 Feb 2020 10:16:49
Message-Id: 1580724717.dc5194cbf2025e1d44369cbd5bb7f1faa7b651a0.voyageur@gentoo
1 commit: dc5194cbf2025e1d44369cbd5bb7f1faa7b651a0
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 09:54:56 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 10:11:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5194cb
7
8 net-misc/owncloud-client: drop old
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-misc/owncloud-client/Manifest | 2 -
14 .../owncloud-client-2.5.3.11470-r1.ebuild | 89 ----------------------
15 .../owncloud-client-2.5.4.11654.ebuild | 89 ----------------------
16 3 files changed, 180 deletions(-)
17
18 diff --git a/net-misc/owncloud-client/Manifest b/net-misc/owncloud-client/Manifest
19 index b57e58fedd1..1055db0bab7 100644
20 --- a/net-misc/owncloud-client/Manifest
21 +++ b/net-misc/owncloud-client/Manifest
22 @@ -1,3 +1 @@
23 -DIST owncloudclient-2.5.3.11470.tar.xz 16719780 BLAKE2B 0c10d95ef2d851ba3f728dfe1c55c4143cf9d1542c1f9e77904324f598ecbfa29e54119d12ebef78b8eafa1188e7359ce11d01034ff34a55a80d31d1d3b1db35 SHA512 331d8e8e71d64cf9c958f9391001c6fdff45795e7caad2ce7bf6802c4f0959adf694712cd298fb8702cd4e93577282957cabc61ccc5f4f3a57edc9ddf1c7c2a0
24 -DIST owncloudclient-2.5.4.11654.tar.xz 16720764 BLAKE2B f970e3ed5fbe465f93e9c4f4c2106604a08ada765f8692e1287878b7deb44ac92c53608f34b24a9c913510a5625c4e980c9ac2646689700e38e78822d3e98d21 SHA512 70b687d7ace4d1335388ebf60bf65137943ff0cadfefdcaffb09539c656889233100033f28db7d03f3d48f4b956aeed476bb458f8ef16ac5461287cf02e226d9
25 DIST owncloudclient-2.6.0.13018.tar.xz 17311396 BLAKE2B b0c76b2fea51ca9e71f918ada2b99ce20b9b62494c41608e804c4ca0c8aafe59897fea31d28bed1ec61feefca4b4b6e783c6fa777ea56524e7c18d1a460ab954 SHA512 b8eb9dc6f9c061a74fee3f31926a3fb7f5093277955fe327d1169c84f929d1e1ad8da472a7098c1c10399f395c6bfc3b2684cf4c85cddc5e45b733abfb8e4046
26
27 diff --git a/net-misc/owncloud-client/owncloud-client-2.5.3.11470-r1.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.3.11470-r1.ebuild
28 deleted file mode 100644
29 index 406a7f288f9..00000000000
30 --- a/net-misc/owncloud-client/owncloud-client-2.5.3.11470-r1.ebuild
31 +++ /dev/null
32 @@ -1,89 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit cmake-utils gnome2-utils
39 -
40 -DESCRIPTION="Synchronize files from ownCloud Server with your computer"
41 -HOMEPAGE="https://owncloud.org/"
42 -SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
43 -
44 -LICENSE="CC-BY-3.0 GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="doc dolphin nautilus shibboleth test"
48 -
49 -COMMON_DEPEND=">=dev-db/sqlite-3.4:3
50 - dev-libs/qtkeychain[qt5(+)]
51 - dev-qt/qtconcurrent:5
52 - dev-qt/qtcore:5
53 - dev-qt/qtdbus:5
54 - dev-qt/qtgui:5
55 - dev-qt/qtnetwork:5[ssl]
56 - dev-qt/qtsql:5
57 - dev-qt/qtwidgets:5
58 - dev-qt/qtxml:5
59 - sys-fs/inotify-tools
60 - dolphin? (
61 - kde-frameworks/kcoreaddons:5
62 - kde-frameworks/kio:5
63 - )
64 - nautilus? ( dev-python/nautilus-python )
65 - shibboleth? ( dev-qt/qtwebkit:5 )"
66 -
67 -RDEPEND="${COMMON_DEPEND}"
68 -DEPEND="${COMMON_DEPEND}
69 - dev-qt/linguist-tools:5
70 - doc? (
71 - dev-python/sphinx
72 - dev-tex/latexmk
73 - dev-texlive/texlive-latexextra
74 - virtual/latex-base
75 - )
76 - dolphin? ( kde-frameworks/extra-cmake-modules )
77 - test? (
78 - dev-util/cmocka
79 - dev-qt/qttest:5
80 - )"
81 -
82 -RESTRICT="!test? ( test )"
83 -
84 -S=${WORKDIR}/${P/-}
85 -
86 -src_prepare() {
87 - # Keep tests in ${T}
88 - sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
89 -
90 - if ! use nautilus; then
91 - pushd shell_integration > /dev/null || die
92 - cmake_comment_add_subdirectory nautilus
93 - popd > /dev/null || die
94 - fi
95 - cmake-utils_src_prepare
96 -}
97 -
98 -src_configure() {
99 - local mycmakeargs=(
100 - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
101 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
102 - -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
103 - -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
104 - -DNO_SHIBBOLETH=$(usex !shibboleth)
105 - -DUNIT_TESTING=$(usex test)
106 - )
107 -
108 - cmake-utils_src_configure
109 -}
110 -
111 -pkg_postinst() {
112 - if ! use doc ; then
113 - elog "Documentation and man pages not installed"
114 - elog "Enable doc USE-flag to generate them"
115 - fi
116 - gnome2_icon_cache_update
117 -}
118 -
119 -pkg_postrm() {
120 - gnome2_icon_cache_update
121 -}
122
123 diff --git a/net-misc/owncloud-client/owncloud-client-2.5.4.11654.ebuild b/net-misc/owncloud-client/owncloud-client-2.5.4.11654.ebuild
124 deleted file mode 100644
125 index 406a7f288f9..00000000000
126 --- a/net-misc/owncloud-client/owncloud-client-2.5.4.11654.ebuild
127 +++ /dev/null
128 @@ -1,89 +0,0 @@
129 -# Copyright 1999-2019 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=6
133 -
134 -inherit cmake-utils gnome2-utils
135 -
136 -DESCRIPTION="Synchronize files from ownCloud Server with your computer"
137 -HOMEPAGE="https://owncloud.org/"
138 -SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz"
139 -
140 -LICENSE="CC-BY-3.0 GPL-2"
141 -SLOT="0"
142 -KEYWORDS="~amd64 ~x86"
143 -IUSE="doc dolphin nautilus shibboleth test"
144 -
145 -COMMON_DEPEND=">=dev-db/sqlite-3.4:3
146 - dev-libs/qtkeychain[qt5(+)]
147 - dev-qt/qtconcurrent:5
148 - dev-qt/qtcore:5
149 - dev-qt/qtdbus:5
150 - dev-qt/qtgui:5
151 - dev-qt/qtnetwork:5[ssl]
152 - dev-qt/qtsql:5
153 - dev-qt/qtwidgets:5
154 - dev-qt/qtxml:5
155 - sys-fs/inotify-tools
156 - dolphin? (
157 - kde-frameworks/kcoreaddons:5
158 - kde-frameworks/kio:5
159 - )
160 - nautilus? ( dev-python/nautilus-python )
161 - shibboleth? ( dev-qt/qtwebkit:5 )"
162 -
163 -RDEPEND="${COMMON_DEPEND}"
164 -DEPEND="${COMMON_DEPEND}
165 - dev-qt/linguist-tools:5
166 - doc? (
167 - dev-python/sphinx
168 - dev-tex/latexmk
169 - dev-texlive/texlive-latexextra
170 - virtual/latex-base
171 - )
172 - dolphin? ( kde-frameworks/extra-cmake-modules )
173 - test? (
174 - dev-util/cmocka
175 - dev-qt/qttest:5
176 - )"
177 -
178 -RESTRICT="!test? ( test )"
179 -
180 -S=${WORKDIR}/${P/-}
181 -
182 -src_prepare() {
183 - # Keep tests in ${T}
184 - sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
185 -
186 - if ! use nautilus; then
187 - pushd shell_integration > /dev/null || die
188 - cmake_comment_add_subdirectory nautilus
189 - popd > /dev/null || die
190 - fi
191 - cmake-utils_src_prepare
192 -}
193 -
194 -src_configure() {
195 - local mycmakeargs=(
196 - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
197 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
198 - -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
199 - -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
200 - -DNO_SHIBBOLETH=$(usex !shibboleth)
201 - -DUNIT_TESTING=$(usex test)
202 - )
203 -
204 - cmake-utils_src_configure
205 -}
206 -
207 -pkg_postinst() {
208 - if ! use doc ; then
209 - elog "Documentation and man pages not installed"
210 - elog "Enable doc USE-flag to generate them"
211 - fi
212 - gnome2_icon_cache_update
213 -}
214 -
215 -pkg_postrm() {
216 - gnome2_icon_cache_update
217 -}