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 41A63138A6C for ; Thu, 9 Apr 2015 14:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C95FBE0823; Thu, 9 Apr 2015 14:34:16 +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 7B0B2E0823 for ; Thu, 9 Apr 2015 14:34:16 +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 41A24340ABD for ; Thu, 9 Apr 2015 14:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D384E158DD for ; Thu, 9 Apr 2015 14:34:11 +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: <1428590022.fc95697b4aae71c11729271f43448f8bb29d192e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libbluedevil/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libbluedevil/libbluedevil-9999.ebuild X-VCS-Directories: kde-plasma/libbluedevil/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fc95697b4aae71c11729271f43448f8bb29d192e X-VCS-Branch: master Date: Thu, 9 Apr 2015 14:34:11 +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: 74f3f2dc-fc75-4213-b5f1-8df6400136a0 X-Archives-Hash: a45ee67b5a6094853263b6db09e941e4 commit: fc95697b4aae71c11729271f43448f8bb29d192e Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 9 14:33:42 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 9 14:33:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fc95697b [kde-plasma/libbluedevil] No further releases. Package-Manager: portage-2.2.18 kde-plasma/libbluedevil/libbluedevil-9999.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kde-plasma/libbluedevil/libbluedevil-9999.ebuild b/kde-plasma/libbluedevil/libbluedevil-9999.ebuild deleted file mode 100644 index c389e0f..0000000 --- a/kde-plasma/libbluedevil/libbluedevil-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -EGIT_BRANCH="frameworks" -inherit kde5 - -DESCRIPTION="Qt wrapper for bluez used in the KDE bluetooth stack" -HOMEPAGE="http://projects.kde.org/projects/playground/libs/libbluedevil" -KEYWORDS="" -IUSE="" - -DEPEND=" - dev-qt/qtdbus:5 -" -RDEPEND="${DEPEND} - >=net-wireless/bluez-5 - !net-libs/libbluedevil -"