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 B0583138330 for ; Sat, 8 Oct 2016 16:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E53AE090B; Sat, 8 Oct 2016 16:20:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64C99E090B for ; Sat, 8 Oct 2016 16:20:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FD39341450 for ; Sat, 8 Oct 2016 16:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97011248D for ; Sat, 8 Oct 2016 16:20:18 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475943609.876597f5a48d25e1f46f5e641670314555f3dd8f.kensington@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.26.0.ebuild X-VCS-Directories: kde-frameworks/networkmanager-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 876597f5a48d25e1f46f5e641670314555f3dd8f X-VCS-Branch: master Date: Sat, 8 Oct 2016 16:20:18 +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: 5caa6cb2-e0d0-4506-937a-8397e6b82cb1 X-Archives-Hash: 4d83f04ac1afe74d89fdc0762f991b87 commit: 876597f5a48d25e1f46f5e641670314555f3dd8f Author: Michael Palimaka gentoo org> AuthorDate: Sat Oct 8 16:20:03 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 8 16:20:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876597f5 kde-frameworks/networkmanager-qt: remove old Package-Manager: portage-2.3.1 .../networkmanager-qt-5.26.0.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.26.0.ebuild b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.26.0.ebuild deleted file mode 100644 index 56ff1fa..00000000 --- a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.26.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit kde5 - -DESCRIPTION="NetworkManager bindings for Qt" -LICENSE="LGPL-2" -KEYWORDS="amd64 ~arm x86" -IUSE="teamd" - -RDEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtnetwork) - || ( -