Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/owncloud-client: owncloud-client-1.6.3.ebuild ChangeLog
Date: Fri, 05 Sep 2014 15:06:37
Message-Id: 20140905150632.8E7DE4C96@oystercatcher.gentoo.org
1 voyageur 14/09/05 15:06:32
2
3 Modified: ChangeLog
4 Added: owncloud-client-1.6.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
9
10 Revision Changes Path
11 1.14 net-misc/owncloud-client/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 5 Aug 2014 08:45:12 -0000 1.13
24 +++ ChangeLog 5 Sep 2014 15:06:32 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/owncloud-client
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.13 2014/08/05 08:45:12 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.14 2014/09/05 15:06:32 voyageur Exp $
30 +
31 +*owncloud-client-1.6.3 (05 Sep 2014)
32 +
33 + 05 Sep 2014; Bernard Cafarelli <voyageur@g.o>
34 + +owncloud-client-1.6.3.ebuild:
35 + Version bump
36
37 *owncloud-client-1.6.2 (05 Aug 2014)
38
39
40
41
42 1.1 net-misc/owncloud-client/owncloud-client-1.6.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: owncloud-client-1.6.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.6.3.ebuild,v 1.1 2014/09/05 15:06:32 voyageur Exp $
52
53 EAPI=5
54
55 inherit cmake-utils
56
57 MY_P="mirall-${PV/_/}"
58
59 DESCRIPTION="Synchronize files from ownCloud Server with your computer"
60 HOMEPAGE="http://owncloud.org/"
61 SRC_URI="http://download.owncloud.com/desktop/stable/${MY_P}.tar.bz2"
62
63 LICENSE="CC-BY-3.0 GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="doc samba +sftp test +qt4 qt5"
67
68 REQUIRED_USE="^^ ( qt4 qt5 )"
69
70 RDEPEND=">=dev-db/sqlite-3.4:3
71 qt4? (
72 dev-libs/qtkeychain[qt4]
73 dev-qt/qtcore:4
74 dev-qt/qtdbus:4
75 dev-qt/qtgui:4
76 dev-qt/qtsql:4
77 dev-qt/qttest:4
78 dev-qt/qtwebkit:4
79 )
80 qt5? (
81 dev-libs/qtkeychain[qt5]
82 dev-qt/linguist-tools
83 dev-qt/qtcore:5
84 dev-qt/qtdbus:5
85 dev-qt/qtgui:5
86 dev-qt/qtsql:5
87 dev-qt/qttest:5
88 dev-qt/qtwebkit:5[printsupport,widgets]
89 )
90 net-libs/neon[ssl]
91 sys-fs/inotify-tools
92 virtual/libiconv
93 samba? ( >=net-fs/samba-3.5 )
94 sftp? ( >=net-libs/libssh-0.5 )
95 !net-misc/ocsync"
96 DEPEND="${RDEPEND}
97 doc? (
98 dev-python/sphinx
99 dev-texlive/texlive-latexextra
100 virtual/latex-base
101 )
102 test? ( dev-util/cmocka )"
103
104 S=${WORKDIR}/${MY_P}
105
106 src_configure() {
107 local mycmakeargs=(
108 -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
109 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
110 -DWITH_ICONV=ON
111 $(cmake-utils_use_with doc DOC)
112 $(cmake-utils_use test UNIT_TESTING)
113 $(cmake-utils_use_find_package samba Libsmbclient)
114 $(cmake-utils_use_find_package sftp LibSSH)
115 $(cmake-utils_use_build qt4 WITH_QT4)
116 )
117
118 cmake-utils_src_configure
119 }
120
121 src_test() {
122 # 1 test needs an existing ${HOME}/.config directory
123 mkdir "${T}"/.config
124 export HOME="${T}"
125 cmake-utils_src_test
126 }
127
128 pkg_postinst() {
129 if ! use doc ; then
130 elog "Documentation and man pages not installed"
131 elog "Enable doc USE-flag to generate them"
132 fi
133 }