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 B45771396DA for ; Thu, 19 Oct 2017 19:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B2DE0C9A; Thu, 19 Oct 2017 19:03:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 003CEE0C9A for ; Thu, 19 Oct 2017 19:03:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34D1D33BF1C for ; Thu, 19 Oct 2017 19:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82F3324 for ; Thu, 19 Oct 2017 19:03:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1508439769.a184a6f57226f084c67b61a4a1e485d0c5de49e8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-providers/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kaccounts-providers/kaccounts-providers-17.08.2.ebuild X-VCS-Directories: kde-apps/kaccounts-providers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a184a6f57226f084c67b61a4a1e485d0c5de49e8 X-VCS-Branch: master Date: Thu, 19 Oct 2017 19:03:19 +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: f5c1b425-9bce-453d-9467-c372e2df7c1e X-Archives-Hash: 40e7a8495db62dd1982259f5a64cc824 commit: a184a6f57226f084c67b61a4a1e485d0c5de49e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 18:45:46 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 19:02:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a184a6f5 kde-apps/kaccounts-providers: Drop 17.08.2 (r0) Package-Manager: Portage-2.3.11, Repoman-2.3.3 .../kaccounts-providers-17.08.2.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-17.08.2.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-17.08.2.ebuild deleted file mode 100644 index 86473b4d97a..00000000000 --- a/kde-apps/kaccounts-providers/kaccounts-providers-17.08.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="KDE accounts providers" -HOMEPAGE="https://community.kde.org/KTp" -LICENSE="LGPL-2.1" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_kdeapps_dep kaccounts-integration) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtxml) -" -DEPEND="${COMMON_DEPEND} - dev-util/intltool -" -RDEPEND="${COMMON_DEPEND} - net-im/telepathy-connection-managers[xmpp] - net-libs/signon-ui - net-libs/signon-oauth2 -"