From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6AB61395E2 for ; Sun, 11 Dec 2016 21:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A69721C096; Sun, 11 Dec 2016 21:32:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08B4A21C096 for ; Sun, 11 Dec 2016 21:32:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3441B341026 for ; Sun, 11 Dec 2016 21:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A31B291A for ; Sun, 11 Dec 2016 21:31:59 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1481491912.544a42eafb9645d999626b1dd7534625b1f64671.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 544a42eafb9645d999626b1dd7534625b1f64671 X-VCS-Branch: master Date: Sun, 11 Dec 2016 21:31:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8045e6ad-a2f5-46a5-a6fd-345f70e2d4bc X-Archives-Hash: 2647779c043b6f214dbadf5ec0cc28f0 commit: 544a42eafb9645d999626b1dd7534625b1f64671 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Dec 11 20:19:18 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 11 21:31:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544a42ea kde-misc/kdeconnect: Drop old Closes: https://github.com/gentoo/gentoo/pull/3092 Package-Manager: portage-2.3.0 Signed-off-by: Johannes Huber gentoo.org> kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild | 81 ----------------------------- 1 file changed, 81 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild deleted file mode 100644 index b6a0838..00000000 --- a/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild +++ /dev/null @@ -1,81 +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 '' 5.5.5) ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - 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 -}