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 52BE5138331 for ; Tue, 16 Jan 2018 13:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E673E0882; Tue, 16 Jan 2018 13:45:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 50F5BE0882 for ; Tue, 16 Jan 2018 13:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4702A335C47 for ; Tue, 16 Jan 2018 13:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90821BC for ; Tue, 16 Jan 2018 13:45:13 +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: <1516110285.015a0569be8b26a4b34dea89cce1027c7ae860f3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmailtransport/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmailtransport/kmailtransport-17.12.1.ebuild X-VCS-Directories: kde-apps/kmailtransport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 015a0569be8b26a4b34dea89cce1027c7ae860f3 X-VCS-Branch: master Date: Tue, 16 Jan 2018 13:45: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: 10f2bcfd-ed03-4f22-a21d-6cd9af2c8390 X-Archives-Hash: fbce1e5ef43a52ad60803b3cc5a19d11 commit: 015a0569be8b26a4b34dea89cce1027c7ae860f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 16 13:37:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 16 13:44:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015a0569 kde-apps/kmailtransport: Drop 17.12.1 (r0) Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../kmailtransport/kmailtransport-17.12.1.ebuild | 43 ---------------------- 1 file changed, 43 deletions(-) diff --git a/kde-apps/kmailtransport/kmailtransport-17.12.1.ebuild b/kde-apps/kmailtransport/kmailtransport-17.12.1.ebuild deleted file mode 100644 index 1cd4221e5d1..00000000000 --- a/kde-apps/kmailtransport/kmailtransport-17.12.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Mail transport service" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep ksmtp) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) -" -DEPEND="${COMMON_DEPEND} - test? ( $(add_frameworks_dep ktextwidgets) ) -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/kdepim-l10n - !kde-apps/kdepimlibs:4 -" - -PATCHES=( "${FILESDIR}/${PN}-17.11.80-deps.patch" ) - -RESTRICT+=" test"