summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-15 05:54:59 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-15 05:55:03 +1000
commit802c3fd5bd4431bbe000ca02deec7a81fafcb8b5 (patch)
treed1cd0022b9a15ba952457f63e72dc1e3b58198f6
parentkde-misc/kdeconnect: version bump (diff)
downloadgentoo-802c3fd5bd4431bbe000ca02deec7a81fafcb8b5.tar.gz
gentoo-802c3fd5bd4431bbe000ca02deec7a81fafcb8b5.tar.bz2
gentoo-802c3fd5bd4431bbe000ca02deec7a81fafcb8b5.zip
kde-misc/kdeconnect: remove old
Package-Manager: portage-2.2.28
-rw-r--r--kde-misc/kdeconnect/kdeconnect-0.8.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/kde-misc/kdeconnect/kdeconnect-0.8.ebuild b/kde-misc/kdeconnect/kdeconnect-0.8.ebuild
deleted file mode 100644
index 91df10be3628..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-0.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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="https://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}
-
-PATCHES=( "${FILESDIR}/${P}-ninja.patch" )
-
-pkg_postinst(){
- elog
- elog "Optional dependency:"
- elog "sys-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
-}