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 78B80139694 for ; Sun, 30 Jul 2017 18:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2AD51FC050; Sun, 30 Jul 2017 18:13:06 +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 9F9AF1FC050 for ; Sun, 30 Jul 2017 18:13:06 +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 78547341727 for ; Sun, 30 Jul 2017 18:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D76074C4 for ; Sun, 30 Jul 2017 18:13:03 +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: <1501438341.3284574a450bd27e6bc76ccb6e0ea1e99ba4a056.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/pimcommon/pimcommon-17.04.3.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3284574a450bd27e6bc76ccb6e0ea1e99ba4a056 X-VCS-Branch: master Date: Sun, 30 Jul 2017 18:13:03 +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: d5acaf1a-faea-4f4c-8843-595ca676f771 X-Archives-Hash: f039a5329beacff54715958dfac8fc35 commit: 3284574a450bd27e6bc76ccb6e0ea1e99ba4a056 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 30 18:11:30 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 30 18:12:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3284574a kde-apps/pimcommon: Drop 17.04.3 (r0) Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/pimcommon/pimcommon-17.04.3.ebuild | 59 ----------------------------- 1 file changed, 59 deletions(-) diff --git a/kde-apps/pimcommon/pimcommon-17.04.3.ebuild b/kde-apps/pimcommon/pimcommon-17.04.3.ebuild deleted file mode 100644 index 43ba95e2020..00000000000 --- a/kde-apps/pimcommon/pimcommon-17.04.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_DESIGNERPLUGIN="true" -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Common PIM libraries" -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kimap) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kpimtextedit) - $(add_kdeapps_dep libkdepim) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwebengine 'widgets') - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - dev-libs/grantlee:5 -" -DEPEND="${COMMON_DEPEND} - dev-libs/libxslt -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/kdepim-common-libs:4 - !kde-apps/kdepim-l10n -"