added latest version of mirall; should fix https:// clouds

This commit is contained in:
Manuel Friedli 2012-11-04 17:58:36 +00:00
parent 0cd5454e99
commit d56174a1c3
2 changed files with 31 additions and 0 deletions

2
net-misc/mirall/Manifest Normal file
View File

@ -0,0 +1,2 @@
DIST mirall-1.1.1.tar.bz2 920900 SHA256 c3989084a820134c042f7825e86d6296e2b226c9048193dd5edfdd3c387c4d30 SHA512 3fe794ba915bd72fb0e7c7895111e6dd76cc8235fc397786b015b0fd7ebdd7a92d250be334a6584787fea1fdfa63780c95d6fc2abf0bb0f8f2ed9586c4695a01 WHIRLPOOL bcfad964fc4dd6851739610ee540daa493aeb863ebd39e2b5c7fbfab13aac3aa1242ec7d69a931a19cee15a903b1a119227ce683d2fa0adcf5282fb1cc4bfec0
EBUILD mirall-1.1.1.ebuild 703 SHA256 013d88d5765aa5b9d7eccdb5cea7e01543dfa0122c9084b09d79b2565441fcc1 SHA512 38d54e5d8072aac7acebaf5048ec8029baeaf5933eef9ffa40ab4a70c99f195d59af3c2a17191cc08c316b97d630ff43cb2d0ed1ded3b65c1e1456e8fff24a0b WHIRLPOOL 4f5ad41f38c734cef385b012b7776bb2886339d6d80c9745ef86c5ac27b9d9e2d6972d4d014b387b29fd6842107895b3ca1cd590e052b4bb7f1eb9cc51c55989

View File

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/mirall/mirall-1.1.0.ebuild,v 1.2 2012/10/15 08:19:54 scarabeus Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="Synchronization of your folders with another computers"
HOMEPAGE="http://owncloud.org/"
SRC_URI="http://download.owncloud.com/download/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=net-misc/csync-0.60.0[sftp,samba,webdav]
x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/qt-test:4
"
DEPEND="${RDEPEND}"
src_prepare() {
# Yay for fcked detection.
export CSYNC_DIR="${EPREFIX}/usr/include/ocsync/"
}