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 170A0138806 for ; Mon, 25 Dec 2017 10:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07768E0CAB; Mon, 25 Dec 2017 10:26:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DBF65E0CAB for ; Mon, 25 Dec 2017 10:26:52 +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 7D02233D4A6 for ; Mon, 25 Dec 2017 10:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBA90AE93 for ; Mon, 25 Dec 2017 10:26:49 +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: <1514195519.a54db602e41ef5f8e8c4864d04ab7ac0efe5398f.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-r1.ebuild X-VCS-Directories: kde-apps/ksmtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a54db602e41ef5f8e8c4864d04ab7ac0efe5398f X-VCS-Branch: master Date: Mon, 25 Dec 2017 10:26:49 +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: ebc06b8b-d9c3-4ea1-85df-4b77ca4f65e1 X-Archives-Hash: 69073bb8d21bcb32cd3e0b043602b4d4 commit: a54db602e41ef5f8e8c4864d04ab7ac0efe5398f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 25 09:51:08 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 25 09:51:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54db602 kde-apps/ksmtp: Drop old Package-Manager: Portage-2.3.19, Repoman-2.3.6 kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild deleted file mode 100644 index b9a34c04f0e..00000000000 --- a/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild +++ /dev/null @@ -1,24 +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}" - -PATCHES=( "${FILESDIR}/${P}-ehlo-auth-fix.patch" )