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 8C496138A2F for ; Wed, 13 Aug 2014 18:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C10E0B60; Wed, 13 Aug 2014 18:27:44 +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 119ABE0B60 for ; Wed, 13 Aug 2014 18:27:43 +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 17C733404C8 for ; Wed, 13 Aug 2014 18:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C44981881C for ; Wed, 13 Aug 2014 18:27:41 +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: <1407947000.692c6a9d09b3c371ce0466d6fb919b2bc3f0b853.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-5.0.91.ebuild X-VCS-Directories: net-libs/libmm-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 692c6a9d09b3c371ce0466d6fb919b2bc3f0b853 X-VCS-Branch: master Date: Wed, 13 Aug 2014 18:27:41 +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: f238fa41-241b-4139-bb4a-2847d550461d X-Archives-Hash: 3be225bd60947d5427536bb3274dafb9 commit: 692c6a9d09b3c371ce0466d6fb919b2bc3f0b853 Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 13 16:23:20 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 13 16:23:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=692c6a9d [net-libs/libmm-qt] Remove old Package-Manager: portage-2.2.11-r1 --- net-libs/libmm-qt/libmm-qt-5.0.91.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/net-libs/libmm-qt/libmm-qt-5.0.91.ebuild b/net-libs/libmm-qt/libmm-qt-5.0.91.ebuild deleted file mode 100644 index c373ee7..0000000 --- a/net-libs/libmm-qt/libmm-qt-5.0.91.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.0/${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}"