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 33EC21381F3 for ; Sun, 13 Oct 2013 12:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF1CE0968; Sun, 13 Oct 2013 12:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78063E099F for ; Sun, 13 Oct 2013 12:47:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 884D033EF65 for ; Sun, 13 Oct 2013 12:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 01D8EE5308 for ; Sun, 13 Oct 2013 12:47:07 +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: <1381674846.b1a693ec1120ac535b75f9cd65eddd8252ac5b3e.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-0.5.1.ebuild 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: b1a693ec1120ac535b75f9cd65eddd8252ac5b3e X-VCS-Branch: master Date: Sun, 13 Oct 2013 12:47:07 +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: ab4c5431-e710-41a3-ad03-cda10c7382c9 X-Archives-Hash: ba90ce2be88e5cef1ad7c134a6d56c93 commit: b1a693ec1120ac535b75f9cd65eddd8252ac5b3e Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 13 14:34:06 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 13 14:34:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b1a693ec [net-libs/libmm-qt] Ebuild cleanups * kde is not required * missing deps * sync release keywords with live Package-Manager: portage-2.2.7 --- net-libs/libmm-qt/libmm-qt-0.5.1.ebuild | 5 ++++- net-libs/libmm-qt/libmm-qt-9999.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild b/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild index 8294038..a65888a 100644 --- a/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild +++ b/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild @@ -4,6 +4,7 @@ EAPI=5 +KDE_REQUIRED="never" inherit kde4-base if [[ ${KDE_BUILD_TYPE} != live ]]; then @@ -17,10 +18,12 @@ DESCRIPTION="Modemmanager bindings for Qt" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libmm-qt" LICENSE="GPL-2 LGPL-2" -SLOT="4" +SLOT="0" IUSE="debug" RDEPEND=" + dev-qt/qtcore:4 + dev-qt/qtdbus:4 net-misc/mobile-broadband-provider-info >=net-misc/networkmanager-0.9.0[modemmanager] " diff --git a/net-libs/libmm-qt/libmm-qt-9999.ebuild b/net-libs/libmm-qt/libmm-qt-9999.ebuild index 0e42a3d..a65888a 100644 --- a/net-libs/libmm-qt/libmm-qt-9999.ebuild +++ b/net-libs/libmm-qt/libmm-qt-9999.ebuild @@ -4,10 +4,11 @@ EAPI=5 +KDE_REQUIRED="never" inherit kde4-base if [[ ${KDE_BUILD_TYPE} != live ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" SRC_URI="mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz" else KEYWORDS="" @@ -17,10 +18,12 @@ DESCRIPTION="Modemmanager bindings for Qt" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libmm-qt" LICENSE="GPL-2 LGPL-2" -SLOT="4" +SLOT="0" IUSE="debug" RDEPEND=" + dev-qt/qtcore:4 + dev-qt/qtdbus:4 net-misc/mobile-broadband-provider-info >=net-misc/networkmanager-0.9.0[modemmanager] "