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 0EDD61387FD for ; Fri, 12 Sep 2014 19:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 976FAE0831; Fri, 12 Sep 2014 19:30:38 +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 42CCEE0831 for ; Fri, 12 Sep 2014 19:30:38 +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 43F9034024E for ; Fri, 12 Sep 2014 19:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDE9954DB for ; Fri, 12 Sep 2014 19:30:33 +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: <1410550190.3dcc1172575933752b81c23e4db378b8e65ff4bd.kensington@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-5.0.93.ebuild X-VCS-Directories: net-libs/libmm-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3dcc1172575933752b81c23e4db378b8e65ff4bd X-VCS-Branch: master Date: Fri, 12 Sep 2014 19:30:33 +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: 75280e47-9286-40a5-b8e5-f86100b86ee5 X-Archives-Hash: a8e02a6f40998910d29259ef8aab4043 commit: 3dcc1172575933752b81c23e4db378b8e65ff4bd Author: Michael Palimaka gentoo org> AuthorDate: Fri Sep 12 19:29:50 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Sep 12 19:29:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3dcc1172 [net-libs/libmm-qt] Version bump. Package-Manager: portage-2.2.10 --- net-libs/libmm-qt/libmm-qt-5.0.93.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/net-libs/libmm-qt/libmm-qt-5.0.93.ebuild b/net-libs/libmm-qt/libmm-qt-5.0.93.ebuild new file mode 100644 index 0000000..92d065a --- /dev/null +++ b/net-libs/libmm-qt/libmm-qt-5.0.93.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +if [[ ${KDE_BUILD_TYPE} != live ]]; then + KEYWORDS="~amd64 ~x86" + SRC_URI="mirror://kde/stable/plasma/5.0.2/${P}.tar.xz" +else + KEYWORDS="" +fi + +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="" + +RDEPEND=" + dev-qt/qtdbus:5 + dev-qt/qtxml:5 + net-misc/mobile-broadband-provider-info + >=net-misc/networkmanager-0.9.8[modemmanager] +" +DEPEND="${RDEPEND}"