Remove kde-misc/kdeconnect

This commit is contained in:
Sergey Morozov 2017-06-11 12:09:20 +03:00
parent b0e57f572c
commit 035f2d3c31
2 changed files with 0 additions and 49 deletions

View File

@ -1 +0,0 @@
EBUILD kdeconnect-4.9999.ebuild 1030 SHA256 0aa2bf225a0f2b6da4aad4a7f3617736dff449dfcbe1506d25819813f1831c7b SHA512 5c7ac5bb06cc5402209cdce650e203d5a345df210a004463c3b13ae8f50a28207880465c373de8d511f19ab917831ca517ebab65199f0c884ab13fb7ed22636c WHIRLPOOL 9ef8d92a8e740275e61a59e178cac86d47b4ad9fe916b880b7a469678a2fc611dc53cdc633435fb53ceb08b26453a8e8e37ca8c0bc37341592bf4c8de995d610

View File

@ -1,48 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MY_PN=${PN}-kde
DECLARATIVE_REQUIRED="always"
inherit kde4-base
if [[ ${KDE_BUILD_TYPE} != live ]]; then
MY_P=${MY_PN}-${PV}
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${MY_P}.tar.xz"
KEYWORDS="~amd64 ~x86"
else
EGIT_REPO_URI="git://anongit.kde.org/${MY_PN}"
EGIT_BRANCH="kde4"
KEYWORDS=""
fi
DESCRIPTION="Adds communication between KDE and your smartphone"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2+"
SLOT="4"
IUSE="debug"
DEPEND="
app-crypt/qca[openssl]
dev-libs/qjson
x11-libs/libfakekey
"
RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
net-dns/avahi
"
[[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_P}
pkg_postinst(){
elog
elog "Optional dependency:"
elog "sys-fs/sshfs-fuse (for 'remote filesystem browser' plugin)"
elog
elog "The Android .apk file is available via"
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
elog
}