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 D30331381F3 for ; Tue, 15 Oct 2013 22:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F8ABE07F7; Tue, 15 Oct 2013 22:39:03 +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 9C20BE07F7 for ; Tue, 15 Oct 2013 22:39:02 +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 B36B733ED41 for ; Tue, 15 Oct 2013 22:39:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5E54DE5460 for ; Tue, 15 Oct 2013 22:39:00 +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: <1381875785.6a0feea387de46fb63ea8e6df8a7f212b91b277f.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 X-VCS-Directories: net-libs/libmm-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6a0feea387de46fb63ea8e6df8a7f212b91b277f X-VCS-Branch: master Date: Tue, 15 Oct 2013 22:39:00 +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: 4f30bd73-cb9f-429a-a1ac-a4dd1ccfdbe6 X-Archives-Hash: becf8500d900a50fb3d3d48d56acb062 commit: 6a0feea387de46fb63ea8e6df8a7f212b91b277f Author: Johannes Huber gentoo org> AuthorDate: Tue Oct 15 22:23:05 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Oct 15 22:23:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6a0feea3 [net-libs/libmm-qt] Moved to tree. Package-Manager: portage-2.2.7 --- net-libs/libmm-qt/libmm-qt-0.5.1.ebuild | 30 ------------------------------ 1 file changed, 30 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 deleted file mode 100644 index dee423b..0000000 --- a/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_REQUIRED="never" -inherit kde4-base - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz" -else - KEYWORDS="" -fi - -DESCRIPTION="Modemmanager bindings for Qt" -HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libmm-qt" - -LICENSE="LGPL-2" -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] -" -DEPEND="${RDEPEND}"