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 9C00959CA6 for ; Fri, 25 Mar 2016 17:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4EA921C007; Fri, 25 Mar 2016 17:14:59 +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 649EB21C007 for ; Fri, 25 Mar 2016 17:14:59 +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 6846F340D67 for ; Fri, 25 Mar 2016 17:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7BF685E for ; Fri, 25 Mar 2016 17:14:53 +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: <1458926078.2aacc935ddf2bea8233b3e36cf1d6b154ef74322.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2aacc935ddf2bea8233b3e36cf1d6b154ef74322 X-VCS-Branch: master Date: Fri, 25 Mar 2016 17:14:53 +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: 5a1d156d-6067-444a-9ea1-ac860cb8ff50 X-Archives-Hash: e88a8b27252a376d8a1a00120390dfa1 commit: 2aacc935ddf2bea8233b3e36cf1d6b154ef74322 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Mar 25 14:49:56 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Mar 25 17:14:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2aacc935 kde-apps/kaccounts-integration: Moved to tree Package-Manager: portage-2.2.27 .../kaccounts-integration-15.12.3.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild deleted file mode 100644 index 5deb371..0000000 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="forceoptional" -VIRTUALDBUS_TEST="true" -inherit kde5 - -DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" -HOMEPAGE="https://community.kde.org/KTp" -LICENSE="LGPL-2.1" - -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - net-libs/accounts-qt - net-libs/signond -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kcmutils) - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND}" - -# bug #549444 -RESTRICT="test"