commit: 648d4a0b29fb13fd2a2e9d191126a4474648cee0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 13:18:59 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 13:18:59 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=648d4a0b
kde-misc/kdeconnect: remove old
Package-Manager: portage-2.2.25
kde-misc/kdeconnect/kdeconnect-0.9.ebuild | 60 -------------------------------
1 file changed, 60 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9.ebuild
b/kde-misc/kdeconnect/kdeconnect-0.9.ebuild
deleted file mode 100644
index 3c9c872..0000000
--- a/kde-misc/kdeconnect/kdeconnect-0.9.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=${PN}-kde
-KMNAME=${MY_PN}
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="http://www.kde.org/"
-
-SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${MY_PN}-${PV}.tar.xz"
-KEYWORDS="~amd64"
-
-LICENSE="GPL-2+"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- >=app-crypt/qca-2.1.0:2[qt5,openssl]
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- x11-libs/libfakekey
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- !kde-misc/kdeconnect:4
-"
-
-[[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake
- default
-}
-
-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
-}