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 5D433138010 for ; Wed, 27 Mar 2013 00:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD137E0817; Wed, 27 Mar 2013 00:54:43 +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 6E3FEE0817 for ; Wed, 27 Mar 2013 00:54:43 +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 7F93533BE50 for ; Wed, 27 Mar 2013 00:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0DC1EE4073 for ; Wed, 27 Mar 2013 00:54:41 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1364345277.02b0aeebd24d0f3e0506bcb0fa1fec1e4516fc6d.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-wireless/bluedevil/ X-VCS-Repository: proj/kde X-VCS-Files: net-wireless/bluedevil/bluedevil-1.3.1.ebuild X-VCS-Directories: net-wireless/bluedevil/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 02b0aeebd24d0f3e0506bcb0fa1fec1e4516fc6d X-VCS-Branch: master Date: Wed, 27 Mar 2013 00:54: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: 367f3007-4ae1-4329-9563-3606e55ef9d4 X-Archives-Hash: eff1cd54f443c60b9c63c1cd7c94ee46 commit: 02b0aeebd24d0f3e0506bcb0fa1fec1e4516fc6d Author: Manuel Rüger rueg eu> AuthorDate: Wed Mar 27 00:47:57 2013 +0000 Commit: Manuel Rüger rueg eu> CommitDate: Wed Mar 27 00:47:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=02b0aeeb [net-wireless/bluedevil] Version bump Package-Manager: portage-2.1.11.58 --- net-wireless/bluedevil/bluedevil-1.3.1.ebuild | 29 +++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/net-wireless/bluedevil/bluedevil-1.3.1.ebuild b/net-wireless/bluedevil/bluedevil-1.3.1.ebuild new file mode 100644 index 0000000..caba16e --- /dev/null +++ b/net-wireless/bluedevil/bluedevil-1.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga hu +it ja kk ko lt mai ms nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian +sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW" +inherit kde4-base + +DESCRIPTION="Bluetooth stack for KDE" +HOMEPAGE="http://projects.kde.org/projects/extragear/base/bluedevil" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +SLOT="4" +IUSE="debug" + +DEPEND=" + >=net-libs/libbluedevil-1.9.3 + x11-misc/shared-mime-info +" +RDEPEND="${DEPEND} + !net-wireless/kbluetooth + app-mobilephone/obexd[-server] + app-mobilephone/obex-data-server +"