From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79272139694 for ; Sat, 3 Jun 2017 22:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB5ACE0DC8; Sat, 3 Jun 2017 22:03:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6794E0DC8 for ; Sat, 3 Jun 2017 22:03:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81BA4341878 for ; Sat, 3 Jun 2017 22:03:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F244EBE for ; Sat, 3 Jun 2017 22:03:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496527384.80223b4ce5febbedff159310b7ffc430d2d016dc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/bluez-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/bluez-qt/bluez-qt-5.34.0.ebuild X-VCS-Directories: kde-frameworks/bluez-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 80223b4ce5febbedff159310b7ffc430d2d016dc X-VCS-Branch: master Date: Sat, 3 Jun 2017 22:03:16 +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: c66438db-840e-40e0-afcc-21b20a8cbffc X-Archives-Hash: 843257bd19717dd71cccaa7494464fd2 commit: 80223b4ce5febbedff159310b7ffc430d2d016dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 3 22:03:04 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 3 22:03:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80223b4c kde-frameworks/bluez-qt: Drop 5.34.0 (r0) Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-frameworks/bluez-qt/bluez-qt-5.34.0.ebuild | 36 -------------------------- 1 file changed, 36 deletions(-) diff --git a/kde-frameworks/bluez-qt/bluez-qt-5.34.0.ebuild b/kde-frameworks/bluez-qt/bluez-qt-5.34.0.ebuild deleted file mode 100644 index 818a1825b54..00000000000 --- a/kde-frameworks/bluez-qt/bluez-qt-5.34.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 udev - -DESCRIPTION="Qt wrapper for Bluez 5 DBus API" -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtnetwork) -" -RDEPEND="${DEPEND} - !kde-plasma/bluez-qt -" - -src_configure() { - local mycmakeargs=( - -DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d" - ) - - kde5_src_configure -} - -src_test() { - # bug: 609248 - local myctestargs=( -j1 ) - - kde5_src_test -}