commit: 58ae48ebebca8ad7073c5523d05af10e5a9bc6cb
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 10:22:15 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 10:22:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58ae48eb
kde-misc/kdeconnect: Remove old
Package-Manager: portage-2.2.28
kde-misc/kdeconnect/kdeconnect-0.9-r1.ebuild | 82 ----------------------------
kde-misc/kdeconnect/kdeconnect-0.9g.ebuild | 2 +-
kde-misc/kdeconnect/kdeconnect-4.9999.ebuild | 54 ------------------
3 files changed, 1 insertion(+), 137 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9-r1.ebuild
b/kde-misc/kdeconnect/kdeconnect-0.9-r1.ebuild
deleted file mode 100644
index 3dc1e9d..0000000
--- a/kde-misc/kdeconnect/kdeconnect-0.9-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=5
-
-KDE_HANDBOOK="true"
-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/unstable/${PN}/${PV}/src/${KMNAME}-${PV}f.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64"
-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)
- >=app-crypt/qca-2.1.0:2[qt5,openssl]
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- 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_plasma_dep kwayland) )
-"
-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 handbook KF5DocTools)
- $(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 "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
-}
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
index febdc33..db2a7f9 100644
--- a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK="optional"
KDE_TEST="true"
diff --git a/kde-misc/kdeconnect/kdeconnect-4.9999.ebuild
b/kde-misc/kdeconnect/kdeconnect-4.9999.ebuild
deleted file mode 100644
index ffdc3f0..0000000
--- a/kde-misc/kdeconnect/kdeconnect-4.9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_BRANCH="kde4"
-MY_PN="${PN}-kde"
-DECLARATIVE_REQUIRED="always"
-KDE_LINGUAS="ar bg bs ca cs da de es fi fr gl hu it ja ko lt nl pl pt pt_BR ro
ru sk sv tr uk"
-inherit kde4-base
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- MY_P="${MY_PN}-${PV}"
- SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${MY_P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-else
- EGIT_REPO_URI="git://anongit.kde.org/${MY_PN}"
- KEYWORDS=""
-fi
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="http://www.kde.org/"
-
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="debug"
-
-COMMON_DEPEND="
- app-crypt/qca:2[qt4(+)]
- dev-libs/qjson
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_kdebase_dep plasma-workspace)
- app-crypt/qca:2[openssl]
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
-
-[[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_P}
-
-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
-}