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 9EBE61380DC for ; Tue, 4 Feb 2014 15:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 379E5E0B0D; Tue, 4 Feb 2014 15:14:54 +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 BA9ADE0B0D for ; Tue, 4 Feb 2014 15:14:53 +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 E964C33D762 for ; Tue, 4 Feb 2014 15:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A857018278 for ; Tue, 4 Feb 2014 15:14:51 +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: <1391526817.dfce321948d2d2d6df72b1fc6b33860f8a99882c.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 X-VCS-Directories: net-wireless/bluedevil/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: dfce321948d2d2d6df72b1fc6b33860f8a99882c X-VCS-Branch: master Date: Tue, 4 Feb 2014 15:14:51 +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: c9fd368c-f48c-47dc-9fa6-0321eb0704d4 X-Archives-Hash: c96bbf5e15837ec2a32940755c5ea78f commit: dfce321948d2d2d6df72b1fc6b33860f8a99882c Author: Manuel Rüger gentoo org> AuthorDate: Tue Feb 4 15:13:37 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Feb 4 15:13:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dfce3219 [net-wireless/bluedevil] Moved to the tree. Package-Manager: portage-2.2.8-r1 --- net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild | 31 ------------------------- 1 file changed, 31 deletions(-) diff --git a/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild b/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild deleted file mode 100644 index ecc417c..0000000 --- a/net-wireless/bluedevil/bluedevil-2.0_rc1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $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 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="~amd64 ~arm ~ppc ~ppc64 ~x86" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-libs/libbluedevil-2 - x11-misc/shared-mime-info -" -RDEPEND="${DEPEND} - !net-wireless/kbluetooth - app-mobilephone/obexd[-server] - app-mobilephone/obex-data-server -" -S=${WORKDIR}/${MY_P}