From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B70059CB2 for ; Thu, 14 Apr 2016 19:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B40821C081; Thu, 14 Apr 2016 19:55:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BCEA721C081 for ; Thu, 14 Apr 2016 19:55:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 74188340961 for ; Thu, 14 Apr 2016 19:55:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BAB8188 for ; Thu, 14 Apr 2016 19:55:13 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1460663703.802c3fd5bd4431bbe000ca02deec7a81fafcb8b5.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-0.8.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 802c3fd5bd4431bbe000ca02deec7a81fafcb8b5 X-VCS-Branch: master Date: Thu, 14 Apr 2016 19:55:13 +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: 4b9642d3-24cd-4b97-bfc1-5130493cf349 X-Archives-Hash: ce2833e196b8a488c93c70dab09fc8cb commit: 802c3fd5bd4431bbe000ca02deec7a81fafcb8b5 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 14 19:54:59 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 14 19:55:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802c3fd5 kde-misc/kdeconnect: remove old Package-Manager: portage-2.2.28 kde-misc/kdeconnect/kdeconnect-0.8.ebuild | 55 ------------------------------- 1 file changed, 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 91df10b..0000000 --- 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 -}