From: "Dennis Schridde" <devurandom@gmx.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-misc/owncloud-client/
Date: Thu, 26 Dec 2013 15:23:03 +0000 (UTC) [thread overview]
Message-ID: <1388071367.f39bf07e7de620940522a79067f3ee5de1940b1a.devurandom@gentoo> (raw)
commit: f39bf07e7de620940522a79067f3ee5de1940b1a
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Thu Dec 26 15:22:47 2013 +0000
Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Thu Dec 26 15:22:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f39bf07e
[net-misc/owncloud-client-1.5.0] version bump of net-misc/mirall under a new name
The new name matches upstream's binary package name.
Package-Manager: portage-2.2.7
---
net-misc/owncloud-client/metadata.xml | 5 ++
.../owncloud-client/owncloud-client-1.5.0.ebuild | 64 ++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/net-misc/owncloud-client/metadata.xml b/net-misc/owncloud-client/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/net-misc/owncloud-client/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
diff --git a/net-misc/owncloud-client/owncloud-client-1.5.0.ebuild b/net-misc/owncloud-client/owncloud-client-1.5.0.ebuild
new file mode 100644
index 0000000..cb3a4dc
--- /dev/null
+++ b/net-misc/owncloud-client/owncloud-client-1.5.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+MY_PN=mirall
+MY_P="${MY_PN}-${PV/_/}"
+
+DESCRIPTION="Synchronization of your folders with another computers"
+HOMEPAGE="http://owncloud.org/"
+SRC_URI="http://download.owncloud.com/desktop/stable/${MY_P}.tar.bz2"
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+ !net-misc/mirall
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
+ dev-qt/qttest:4
+ dev-qt/qtwebkit:4
+ >=net-misc/ocsync-0.91.4
+ sys-fs/inotify-tools
+ dev-libs/qtkeychain
+"
+DEPEND="${RDEPEND}
+ doc? (
+ dev-python/sphinx
+ dev-texlive/texlive-latexextra
+ virtual/latex-base
+ )
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ export CSYNC_DIR="${EPREFIX}/usr/include/ocsync/"
+
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+ $(cmake-utils_use_with doc)
+ )
+ cmake-utils_src_configure
+}
+
+src_compile() {
+ use doc && cmake-utils_src_compile -j1 doc
+ cmake-utils_src_compile
+}
+
+pkg_postinst() {
+ if ! has_version net-misc/ocsync[samba]; then
+ elog "For samba support, build net-misc/ocsync with USE=samba"
+ fi
+ if ! has_version net-misc/ocsync[sftp]; then
+ elog "For sftp support, build net-misc/ocsync with USE=sftp"
+ fi
+}
next reply other threads:[~2013-12-26 15:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-26 15:23 Dennis Schridde [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-02-06 14:23 [gentoo-commits] proj/kde:master commit in: net-misc/owncloud-client/ Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1388071367.f39bf07e7de620940522a79067f3ee5de1940b1a.devurandom@gentoo \
--to=devurandom@gmx.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox