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 E0B79138832 for ; Sun, 3 Feb 2013 20:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E35B21C0A5; Sun, 3 Feb 2013 20:18:54 +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 ACD1E21C0A5 for ; Sun, 3 Feb 2013 20:18:53 +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 AA59D33DD92 for ; Sun, 3 Feb 2013 20:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 28474E4083 for ; Sun, 3 Feb 2013 20:18:46 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1359922629.f5930acfe289d6fa84d06e422f80b2989994b26b.creffett@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.ebuild X-VCS-Directories: net-wireless/bluedevil/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: f5930acfe289d6fa84d06e422f80b2989994b26b X-VCS-Branch: master Date: Sun, 3 Feb 2013 20:18:46 +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: cd7d95dc-fc9d-4402-a920-a6c1df91451a X-Archives-Hash: f1f6f3dd60c4d074ee8ab0204763acac commit: f5930acfe289d6fa84d06e422f80b2989994b26b Author: Chris Reffett gentoo org> AuthorDate: Sun Feb 3 20:17:09 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Sun Feb 3 20:17:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f5930acf [net-wireless/bluedevil] Version bump for testing. Package-Manager: portage-2.2.0_alpha161 --- net-wireless/bluedevil/bluedevil-1.3.ebuild | 31 +++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/net-wireless/bluedevil/bluedevil-1.3.ebuild b/net-wireless/bluedevil/bluedevil-1.3.ebuild new file mode 100644 index 0000000..862b7ca --- /dev/null +++ b/net-wireless/bluedevil/bluedevil-1.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-1.2.4.ebuild,v 1.3 2013/01/27 16:17:54 ago Exp $ + +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 ~x86" +SLOT="4" +IUSE="debug" + +DEPEND=" + net-libs/libbluedevil + x11-misc/shared-mime-info +" +RDEPEND="${DEPEND} + !net-wireless/kbluetooth + app-mobilephone/obexd[-server] + app-mobilephone/obex-data-server +" + +PATCHES=( "${FILESDIR}/${PN}-1.2.4-desktop.patch" )