diff options
author | Johannes Huber <johu@gentoo.org> | 2016-11-17 22:59:23 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-11-17 22:59:34 +0100 |
commit | 3756ba61aa780e86251d67a29800fc67137a95cf (patch) | |
tree | 43d5b0dd1dd1a8a66bbaf337cec8d8a7cb1e6421 /kde-misc | |
parent | kde-misc/kdeconnect: Remove 1.0 (diff) | |
download | gentoo-3756ba61aa780e86251d67a29800fc67137a95cf.tar.gz gentoo-3756ba61aa780e86251d67a29800fc67137a95cf.tar.bz2 gentoo-3756ba61aa780e86251d67a29800fc67137a95cf.zip |
kde-misc/kdeconnect: Remove 1.0.1
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kdeconnect/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild | 81 |
2 files changed, 0 insertions, 82 deletions
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest index 554955d5832a..8d8d97806e67 100644 --- a/kde-misc/kdeconnect/Manifest +++ b/kde-misc/kdeconnect/Manifest @@ -1,3 +1,2 @@ DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499 -DIST kdeconnect-kde-1.0.1.tar.xz 218652 SHA256 553bcc338b62e00fc9f98152e6dfe21d95f5e7eb6109a4e5b5900274a7b4e102 SHA512 965abf99b6c0a6a345209d8bbf0a4ae2117228280516e8b36615ae52d5a66822b6371dca84208d7f03d183ecb0829b497a60d0ab330eb29528c73d4c5639ce87 WHIRLPOOL 03578830833f6b95f4df41da4f78aaf9dec2206bacff64af49e1642064661d527f22ff9e3a198f678d23d28cf3f2d2ef5bb50f593ac293de693229367e27ad13 DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2 diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild deleted file mode 100644 index 059974198b21..000000000000 --- a/kde-misc/kdeconnect/kdeconnect-1.0.1.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 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 -} |