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 AB8D61382C5 for ; Thu, 8 Feb 2018 21:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0991FE0B72; Thu, 8 Feb 2018 21:35:34 +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 D9FD1E0B72 for ; Thu, 8 Feb 2018 21:35:33 +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 C6763335C4C for ; Thu, 8 Feb 2018 21:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ECD11CD for ; Thu, 8 Feb 2018 21:35:31 +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: <1518125717.651da44177dc8a33604c93aab1dec2353dd72b6a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/networkmanager-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/networkmanager-qt/networkmanager-qt-5.40.0.ebuild X-VCS-Directories: kde-frameworks/networkmanager-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 651da44177dc8a33604c93aab1dec2353dd72b6a X-VCS-Branch: master Date: Thu, 8 Feb 2018 21:35:31 +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: 08c511dc-c3af-45f3-b9ec-1843fc1dfe1f X-Archives-Hash: 769945ed655c326b4db3d43ba55e2c29 commit: 651da44177dc8a33604c93aab1dec2353dd72b6a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 8 21:17:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 8 21:35:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651da441 kde-frameworks/networkmanager-qt: Drop 5.40.0 (r0) Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../networkmanager-qt-5.40.0.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.40.0.ebuild b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.40.0.ebuild deleted file mode 100644 index 87e3debfe4b..00000000000 --- a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.40.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="NetworkManager bindings for Qt" -LICENSE="LGPL-2" -KEYWORDS="amd64 ~arm x86" -IUSE="teamd" - -COMMON_DEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtnetwork) - || ( - >=net-misc/networkmanager-1.4.0-r1[consolekit,teamd=] - >=net-misc/networkmanager-1.4.0-r1[elogind,teamd=] - >=net-misc/networkmanager-1.4.0-r1[systemd,teamd=] - ) -" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig -" -RDEPEND="${COMMON_DEPEND} - !net-libs/libnm-qt:5 -" - -src_test() { - # bug: 625276 - local myctestargs=( -E "(managertest|settingstest|activeconnectiontest)" ) - - kde5_src_test -}