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 D4634139084 for ; Tue, 12 Dec 2017 17:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E19FBE0F17; Tue, 12 Dec 2017 17:30:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC030E0F11 for ; Tue, 12 Dec 2017 17:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F4AE3416A8 for ; Tue, 12 Dec 2017 17:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30365AE74 for ; Tue, 12 Dec 2017 17:30:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513099827.cf3cd4fed1b6c4e1082a1949cb28efc3afed31bc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/Manifest kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf3cd4fed1b6c4e1082a1949cb28efc3afed31bc X-VCS-Branch: master Date: Tue, 12 Dec 2017 17:30:51 +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: 2d6718dc-8d16-457b-9d98-af46f56c7ada X-Archives-Hash: 2f587ef791f525afa5e1bc4778d8f35c commit: cf3cd4fed1b6c4e1082a1949cb28efc3afed31bc Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 16:47:17 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 17:30:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3cd4fe kde-misc/kdeconnect: Drop old Package-Manager: Portage-2.3.18, Repoman-2.3.6 kde-misc/kdeconnect/Manifest | 1 - kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 83 ----------------------------- 2 files changed, 84 deletions(-) diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest index b0049f19eb3..2c912ae54b3 100644 --- a/kde-misc/kdeconnect/Manifest +++ b/kde-misc/kdeconnect/Manifest @@ -1,2 +1 @@ -DIST kdeconnect-kde-1.0.3.tar.xz 230464 BLAKE2B c40fd8d1d021d0687b11a9b590668415ca87a19ecc5755548f2cfe16ab90fdf4f1636ccd80edf093403c06dd75ebc3b1eceba4c8b9bd22df6b9f4ebb7a58a366 SHA512 b24acd75c05aab4638aa16ff7314dd68634fab4f9708124e8947960c92a6a4cfe66d47dd3575f89822771267319bfce124fcee752ea65951b49b55f8aa026937 DIST kdeconnect-kde-1.2.tar.xz 263800 BLAKE2B 032ac4642ec4d40ccc89e7f6736b93cb087076e9ad007fdb8871cb2086fbf4b82dbc99550dc4561814db0e7e9d48c80da26df14bf27d8311f317a48885f17a17 SHA512 3cb65abaec6938905ccdb5ebab8ed831b2542dcd945516481e67d32eaa7ddb0f8aa9a1f58c3955989372bc5a57e7012bc20f30fd1b76768d6b6f2179dbabe4ef diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild deleted file mode 100644 index 5f55b191f62..00000000000 --- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="optional" -KDE_TEST="true" -KMNAME="${PN}-kde" -KDE_SELINUX_MODULE="${PN}" -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 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) ) - wayland? ( $(add_frameworks_dep kwayland) ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - app? ( kde-frameworks/kirigami:1 ) - wayland? ( $(add_plasma_dep kwin) ) - !kde-misc/kdeconnect:4 -" - -RESTRICT+=" test" - -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 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 "or via" - elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp" - elog -}