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 88F1913832E for ; Thu, 21 Jul 2016 18:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9C721C124; Thu, 21 Jul 2016 18:32:10 +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 5EE3A21C124 for ; Thu, 21 Jul 2016 18:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6213D340E36 for ; Thu, 21 Jul 2016 18:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88D737E0 for ; Thu, 21 Jul 2016 18:32:05 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1469125896.882d19701d0f2b0d31d211b35aa51bf3b5e39137.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/kdeplasma-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild X-VCS-Directories: kde-base/kdeplasma-addons/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 882d19701d0f2b0d31d211b35aa51bf3b5e39137 X-VCS-Branch: master Date: Thu, 21 Jul 2016 18:32:05 +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: c365c724-c97b-45b2-aac6-a815567b5d06 X-Archives-Hash: ede4145af17b14d8d58e719b33047fdb commit: 882d19701d0f2b0d31d211b35aa51bf3b5e39137 Author: Johannes Huber gentoo org> AuthorDate: Thu Jul 21 18:29:04 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jul 21 18:31:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882d1970 kde-base/kdeplasma-addons: Remove 4.14.3 (r0) Package-Manager: portage-2.3.0 .../kdeplasma-addons-4.14.3.ebuild | 60 ---------------------- 1 file changed, 60 deletions(-) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild deleted file mode 100644 index e293379..0000000 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit flag-o-matic kde4-base - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim oauth qalculate -qwt scim" - -RESTRICT=test -# tests hang - -# krunner is only needed to generate dbus interface for lancelot -COMMON_DEPEND=" - app-crypt/qca:2[qt4(+)] - $(add_kdebase_dep krunner '' 4.11) - $(add_kdebase_dep plasma-workspace '' 4.11) - x11-misc/shared-mime-info - attica? ( dev-libs/libattica ) - desktopglobe? ( $(add_kdeapps_dep marble) ) - exif? ( $(add_kdeapps_dep libkexiv2) ) - fcitx? ( app-i18n/fcitx[dbus(+)] ) - ibus? ( app-i18n/ibus ) - json? ( dev-libs/qjson ) - kdepim? ( $(add_kdeapps_dep kdepimlibs) ) - oauth? ( dev-libs/qoauth:0 ) - qalculate? ( sci-libs/libqalculate ) - qwt? ( x11-libs/qwt:5 ) - scim? ( app-i18n/scim ) -" -DEPEND="${COMMON_DEPEND} - dev-cpp/eigen:2 -" -RDEPEND="${COMMON_DEPEND} - app-crypt/qca:2[openssl] -" - -src_configure() { - local mycmakeargs=( - -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/" - -DWITH_Nepomuk=OFF - $(cmake-utils_use_with attica LibAttica) - $(cmake-utils_use_with desktopglobe Marble) - $(cmake-utils_use_with exif Kexiv2) - $(cmake-utils_use_build ibus) - $(cmake-utils_use_with json QJSON) - $(cmake-utils_use_with kdepim KdepimLibs) - $(cmake-utils_use_with oauth QtOAuth) - $(cmake-utils_use_with qalculate) - $(cmake-utils_use_with qwt) - $(cmake-utils_use_build scim) - ) - - kde4-base_src_configure -}