From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7DAAD1389E2 for ; Mon, 22 Dec 2014 15:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64E19E0852; Mon, 22 Dec 2014 15:45:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1477FE0852 for ; Mon, 22 Dec 2014 15:45:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 575B1340597 for ; Mon, 22 Dec 2014 15:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 048DFD216 for ; Mon, 22 Dec 2014 15:45:29 +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: <1419263125.be7c95aace976bcd887b19e95f95298e90c10386.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libnm-qt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libnm-qt/libnm-qt-9999.ebuild X-VCS-Directories: kde-plasma/libnm-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: be7c95aace976bcd887b19e95f95298e90c10386 X-VCS-Branch: master Date: Mon, 22 Dec 2014 15:45:29 +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: df8afe6e-2daf-4365-89d4-f903f895cfe8 X-Archives-Hash: 5b6948c49061f293a0fd653f4b811e8d commit: be7c95aace976bcd887b19e95f95298e90c10386 Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 22 15:45:25 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 22 15:45:25 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=be7c95aa [kde-plasma/libnm-qt] Remove version moved to frameworks. Package-Manager: portage-2.2.15 --- kde-plasma/libnm-qt/libnm-qt-9999.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/kde-plasma/libnm-qt/libnm-qt-9999.ebuild b/kde-plasma/libnm-qt/libnm-qt-9999.ebuild deleted file mode 100644 index dfe31e7..0000000 --- a/kde-plasma/libnm-qt/libnm-qt-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="NetworkManager bindings for Qt" -LICENSE="LGPL-2" -KEYWORDS="" -IUSE="teamd" - -RDEPEND=" - dev-qt/qtdbus:5 - dev-qt/qtnetwork:5 - || ( - >=net-misc/networkmanager-0.9.10.0[consolekit,teamd=] - >=net-misc/networkmanager-0.9.10.0[systemd,teamd=] - ) - !net-libs/libnm-qt -" -DEPEND="${RDEPEND} - virtual/pkgconfig -"