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 11EE9138334 for ; Mon, 4 Jun 2018 21:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3BC8E0A4F; Mon, 4 Jun 2018 21:13:52 +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 7ADEBE0A4F for ; Mon, 4 Jun 2018 21:13: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 10D75335C8C for ; Mon, 4 Jun 2018 21:13:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF1FF2C1 for ; Mon, 4 Jun 2018 21:13:48 +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: <1528146798.e435f351fb9f9ee3b5f9c1ea3f3a117547d3fecc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/kube/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/kube/kube-0.5.0-r1.ebuild X-VCS-Directories: mail-client/kube/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e435f351fb9f9ee3b5f9c1ea3f3a117547d3fecc X-VCS-Branch: master Date: Mon, 4 Jun 2018 21:13:48 +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: df6b2069-a5d4-4096-b444-fe984ead551c X-Archives-Hash: afdff4867803fe2d4d5348ca990dd78f commit: e435f351fb9f9ee3b5f9c1ea3f3a117547d3fecc Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 4 21:13:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 4 21:13:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e435f351 mail-client/kube: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 mail-client/kube/kube-0.5.0-r1.ebuild | 48 ----------------------------------- 1 file changed, 48 deletions(-) diff --git a/mail-client/kube/kube-0.5.0-r1.ebuild b/mail-client/kube/kube-0.5.0-r1.ebuild deleted file mode 100644 index 14c545bd70e..00000000000 --- a/mail-client/kube/kube-0.5.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional-recursive" -QT_MINIMAL="5.9" -inherit kde5 - -DESCRIPTION="A mail client by KDE" -HOMEPAGE="https://kube.kde.org/" -SRC_URI="https://github.com/KDE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -RDEPEND=" - $(add_frameworks_dep breeze-icons) - $(add_frameworks_dep kcodecs) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtquickcontrols) - $(add_qt_dep qtquickcontrols2) - $(add_qt_dep qttest) - $(add_qt_dep qtwebengine) - $(add_qt_dep qtwidgets) - >=app-crypt/gpgme-1.7.1:=[cxx,qt5] - dev-libs/kasync - >=dev-libs/sink-0.5.0 -" -DEPEND="${RDEPEND} - test? ( $(add_qt_dep qttest) ) -" - -RESTRICT+=" test" - -src_prepare() { - kde5_src_prepare - - if ! use test; then - sed \ - -e "/Qt5::Test/s/^/#DISABLED/" \ - -e "/set(BUILD_TESTING ON)/s/^/#DISABLED /" \ - -e "/domain\/modeltest.cpp/s/^/#DISABLED /" \ - -i framework/src/CMakeLists.txt || die - fi -}