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 05B88138CED for ; Thu, 18 Jun 2015 22:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6890E07E2; Thu, 18 Jun 2015 22:08:39 +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 54EB6E07E2 for ; Thu, 18 Jun 2015 22:08:39 +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 631F8340D8E for ; Thu, 18 Jun 2015 22:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 173F7A31 for ; Thu, 18 Jun 2015 22:08:37 +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: <1434665304.190dc76507405d98144fc34c96e60a597c2a3177.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/bluedevil/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/bluedevil/bluedevil-5.3.1-r1.ebuild X-VCS-Directories: kde-plasma/bluedevil/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 190dc76507405d98144fc34c96e60a597c2a3177 X-VCS-Branch: master Date: Thu, 18 Jun 2015 22:08:37 +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: 35f5d21a-c601-4ae3-895c-9c5de25b17dc X-Archives-Hash: fc662749075e886144e19d72e5e460be commit: 190dc76507405d98144fc34c96e60a597c2a3177 Author: Johannes Huber gentoo org> AuthorDate: Thu Jun 18 22:08:24 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 18 22:08:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=190dc765 [kde-plasma/bluedevil] Moved to the tree Package-Manager: portage-2.2.20 kde-plasma/bluedevil/bluedevil-5.3.1-r1.ebuild | 54 -------------------------- 1 file changed, 54 deletions(-) diff --git a/kde-plasma/bluedevil/bluedevil-5.3.1-r1.ebuild b/kde-plasma/bluedevil/bluedevil-5.3.1-r1.ebuild deleted file mode 100644 index 384b84d..0000000 --- a/kde-plasma/bluedevil/bluedevil-5.3.1-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/bluedevil/bluedevil-5.3.1.ebuild,v 1.1 2015/05/31 22:06:16 johu Exp $ - -EAPI=5 - -inherit fdo-mime kde5 - -DESCRIPTION="Bluetooth stack for KDE" -HOMEPAGE="http://projects.kde.org/projects/extragear/base/bluedevil" -KEYWORDS="~amd64" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep bluez-qt) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep plasma) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${COMMON_DEPEND} - x11-misc/shared-mime-info -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - !app-mobilephone/obexd - !app-mobilephone/obex-data-server - !net-wireless/bluedevil - !net-wireless/kbluetooth -" - -PATCHES=( "${FILESDIR}"/${P}-frameworks-fix.patch ) - -pkg_postinst() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} - -pkg_postrm() { - kde5_pkg_postinst - fdo-mime_mime_database_update -}