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 C1A63139083 for ; Fri, 22 Dec 2017 13:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC7D9E0FB9; Fri, 22 Dec 2017 13:49:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B5C75E0F1A for ; Fri, 22 Dec 2017 13:49:26 +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 80F28341301 for ; Fri, 22 Dec 2017 13:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 159EAAE7F for ; Fri, 22 Dec 2017 13:49:24 +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: <1513950550.cbfbedc49bc82f643c555bf5d3279be540901551.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ksmtp/ksmtp-17.12.0.ebuild X-VCS-Directories: kde-apps/ksmtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cbfbedc49bc82f643c555bf5d3279be540901551 X-VCS-Branch: master Date: Fri, 22 Dec 2017 13:49:24 +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: 633bbf4c-89ff-4566-86b5-ab5c2fc080af X-Archives-Hash: 3ee39ded0a71688838035a9484575390 commit: cbfbedc49bc82f643c555bf5d3279be540901551 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 22 13:48:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 22 13:49:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfbedc4 kde-apps/ksmtp: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.4 kde-apps/ksmtp/ksmtp-17.12.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0.ebuild deleted file mode 100644 index 5514a7c2e8d..00000000000 --- a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Job-based library to send email through an SMTP server" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtnetwork) - dev-libs/cyrus-sasl -" -RDEPEND="${DEPEND}"