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 C1F5D138A1F for ; Thu, 30 Jan 2014 15:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B68FE0A49; Thu, 30 Jan 2014 15:18:07 +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 B0D86E0A49 for ; Thu, 30 Jan 2014 15:18:06 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC22233EE6E for ; Thu, 30 Jan 2014 15:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6F01D1872B for ; Thu, 30 Jan 2014 15:18:04 +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: <1391095052.aa164b83d8a8aaab236100c83b29160a761fd2fb.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-2.0_rc1.ebuild net-wireless/bluedevil/bluedevil-9999.ebuild X-VCS-Directories: net-wireless/bluedevil/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: aa164b83d8a8aaab236100c83b29160a761fd2fb X-VCS-Branch: master Date: Thu, 30 Jan 2014 15:18:04 +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: 08e45465-762a-4a6c-864e-af8db396aa37 X-Archives-Hash: 518cfdea5e93115216ba3f3f6a989de5 commit: aa164b83d8a8aaab236100c83b29160a761fd2fb Author: Manuel Rüger gentoo org> AuthorDate: Thu Jan 30 15:17:32 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Jan 30 15:17:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aa164b83 [net-wireless/bluedevil] Add new rc. Incompatible to libbluedevil-1. Package-Manager: portage-2.2.8-r1 --- .../{bluedevil-9999.ebuild => bluedevil-2.0_rc1.ebuild} | 13 ++++++++----- net-wireless/bluedevil/bluedevil-9999.ebuild | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/net-wireless/bluedevil/bluedevil-9999.ebuild b/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild similarity index 54% copy from net-wireless/bluedevil/bluedevil-9999.ebuild copy to net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild index 0ce4cd2..ecc417c 100644 --- a/net-wireless/bluedevil/bluedevil-9999.ebuild +++ b/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild @@ -1,24 +1,26 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild,v 1.5 2014/01/19 11:15:41 pacho Exp $ EAPI=5 KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl -hu it ja kk ko lt mai mr 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" +hu it ja kk km ko lt mai mr 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 +MY_P=${PN}-${PV/_/-} DESCRIPTION="Bluetooth stack for KDE" HOMEPAGE="http://projects.kde.org/projects/extragear/base/bluedevil" +SRC_URI="mirror://kde/unstable/${PN}/${PV/_/-}/src/${MY_P}.tar.xz" LICENSE="GPL-2+" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" SLOT="4" IUSE="debug" DEPEND=" - net-libs/libbluedevil + >=net-libs/libbluedevil-2 x11-misc/shared-mime-info " RDEPEND="${DEPEND} @@ -26,3 +28,4 @@ RDEPEND="${DEPEND} app-mobilephone/obexd[-server] app-mobilephone/obex-data-server " +S=${WORKDIR}/${MY_P} diff --git a/net-wireless/bluedevil/bluedevil-9999.ebuild b/net-wireless/bluedevil/bluedevil-9999.ebuild index 0ce4cd2..cb6c1dc 100644 --- a/net-wireless/bluedevil/bluedevil-9999.ebuild +++ b/net-wireless/bluedevil/bluedevil-9999.ebuild @@ -18,7 +18,7 @@ SLOT="4" IUSE="debug" DEPEND=" - net-libs/libbluedevil + >=net-libs/libbluedevil-2 x11-misc/shared-mime-info " RDEPEND="${DEPEND}