commit: b5ee10116a2ed4fa861614f0bc330ddfe81b9f72 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Dec 18 09:55:52 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Dec 18 10:00:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ee1011
kde-misc/kdeconnect: Remove 1.0.2 (r1) Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/kdeconnect/Manifest | 1 - kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild | 82 -------------------------- kde-misc/kdeconnect/metadata.xml | 1 - 3 files changed, 84 deletions(-) diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest index 14e60b9..71fdbce 100644 --- a/kde-misc/kdeconnect/Manifest +++ b/kde-misc/kdeconnect/Manifest @@ -1,2 +1 @@ -DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2 DIST kdeconnect-kde-1.0.3.tar.xz 230464 SHA256 221f61b77284453e2c32865700c82deb50e3c0e11f4197c2c7ecf0a60420802c SHA512 b24acd75c05aab4638aa16ff7314dd68634fab4f9708124e8947960c92a6a4cfe66d47dd3575f89822771267319bfce124fcee752ea65951b49b55f8aa026937 WHIRLPOOL 2363a74535efb44dfc8f621c25d2cafd7daf9ab6714855d979b5bcd980a632c50e5faeef48f13a9642313480ae107f89295916fdb5098cb5d5098ab3d463fc66 diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild deleted file mode 100644 index 1769768..00000000 --- a/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="optional" -KDE_TEST="true" -KMNAME="${PN}-kde" -inherit kde5 - -DESCRIPTION="Adds communication between KDE Plasma and your smartphone" -HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="app +telepathy wayland" - -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) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - >=app-crypt/qca-2.1.0:2[qt5,ssl] - x11-libs/libfakekey - x11-libs/libX11 - x11-libs/libXtst - app? ( $(add_frameworks_dep kdeclarative) ) - telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] ) - wayland? ( $(add_frameworks_dep kwayland) ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - app? ( dev-libs/kirigami:5 ) - wayland? ( $(add_plasma_dep kwin) ) - !kde-misc/kdeconnect:4 -" - -src_prepare() { - sed \ - -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \ - -i daemon/kdeconnectd.desktop.cmake || die - - kde5_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DEXPERIMENTALAPP_ENABLED=$(usex app) - $(cmake-utils_use_find_package telepathy TelepathyQt5) - $(cmake-utils_use_find_package telepathy TelepathyQt5Service) - $(cmake-utils_use_find_package wayland KF5Wayland) - ) - - kde5_src_configure -} - -pkg_postinst(){ - kde5_pkg_postinst - - elog - elog "Optional dependency:" - elog "net-fs/sshfs (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 -} diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml index 67aab70..2dc330a 100644 --- a/kde-misc/kdeconnect/metadata.xml +++ b/kde-misc/kdeconnect/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="app">Enable experimental kcapp frontend</flag> - <flag name="telepathy">Enable <pkg>net-libs/telepathy-qt</pkg> support to receive text messages and respond to them</flag> <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag> </use> </pkgmetadata>