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 58B47138A1F for ; Wed, 23 Apr 2014 15:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C0E8E0A5B; Wed, 23 Apr 2014 15:17:15 +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 33A6FE0A5B for ; Wed, 23 Apr 2014 15:17:15 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58C9C33FECD for ; Wed, 23 Apr 2014 15:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 824E61818D for ; Wed, 23 Apr 2014 15:17:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1398266211.0fb004ed7b1971f5c99d8a2fd83d2bead3ead9cb.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libmm-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libmm-qt/libmm-qt-9999.ebuild X-VCS-Directories: net-libs/libmm-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0fb004ed7b1971f5c99d8a2fd83d2bead3ead9cb X-VCS-Branch: master Date: Wed, 23 Apr 2014 15:17:12 +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: 1e84cc75-3e2f-4027-ae9b-910152ce7de4 X-Archives-Hash: 099fba4c136bc2bb59b90276163b1b6b commit: 0fb004ed7b1971f5c99d8a2fd83d2bead3ead9cb Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 23 15:16:51 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 23 15:16:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0fb004ed [net-libs/libmm-qt] Upstream moved to KF5 Package-Manager: portage-2.2.10 --- net-libs/libmm-qt/libmm-qt-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-libs/libmm-qt/libmm-qt-9999.ebuild b/net-libs/libmm-qt/libmm-qt-9999.ebuild index f72e861..1ef6764 100644 --- a/net-libs/libmm-qt/libmm-qt-9999.ebuild +++ b/net-libs/libmm-qt/libmm-qt-9999.ebuild @@ -4,8 +4,7 @@ EAPI=5 -KDE_REQUIRED="never" -inherit kde4-base +inherit kde5 if [[ ${KDE_BUILD_TYPE} != live ]]; then KEYWORDS="~amd64 ~x86" @@ -18,13 +17,12 @@ DESCRIPTION="Modemmanager bindings for Qt" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libmm-qt" LICENSE="LGPL-2" +# maybe remove SLOT when it becomes a official KDE Framework SLOT="0" -IUSE="debug" +IUSE="" RDEPEND=" - dev-qt/qtcore:5 dev-qt/qtdbus:5 - dev-qt/qtnetwork:5 dev-qt/qtxml:5 net-misc/mobile-broadband-provider-info >=net-misc/networkmanager-0.9.8[modemmanager]