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 1D1BD1381F3 for ; Fri, 22 Apr 2016 21:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42EB221C001; Fri, 22 Apr 2016 21:37:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C238321C00D for ; Fri, 22 Apr 2016 21:37:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61CF2340AB5 for ; Fri, 22 Apr 2016 21:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3D51897 for ; Fri, 22 Apr 2016 21:37:46 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1461361059.64124599437436c3294940d3da57cb0b22da3563.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/neard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/neard/neard-0.15-r1.ebuild net-wireless/neard/neard-0.15.ebuild X-VCS-Directories: net-wireless/neard/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 64124599437436c3294940d3da57cb0b22da3563 X-VCS-Branch: master Date: Fri, 22 Apr 2016 21:37: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: 02881aa3-bebc-4371-b025-2e8509fffd7c X-Archives-Hash: 1ddc73f491e1cf5946b476df7d0bbfda commit: 64124599437436c3294940d3da57cb0b22da3563 Author: Mike Frysinger gentoo org> AuthorDate: Fri Apr 22 21:36:53 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Apr 22 21:37:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64124599 net-wireless/neard: fix install of version.h #580876 net-wireless/neard/{neard-0.15.ebuild => neard-0.15-r1.ebuild} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-wireless/neard/neard-0.15.ebuild b/net-wireless/neard/neard-0.15-r1.ebuild similarity index 73% rename from net-wireless/neard/neard-0.15.ebuild rename to net-wireless/neard/neard-0.15-r1.ebuild index 85c9e60..4f410f2 100644 --- a/net-wireless/neard/neard-0.15.ebuild +++ b/net-wireless/neard/neard-0.15-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI="5" DESCRIPTION="Near Field Communication (NFC) management daemon" HOMEPAGE="https://01.org/linux-nfc/" @@ -26,6 +25,10 @@ src_configure() { src_install() { default + # Patch for this has been sent upstream. Do it manually + # to avoid having to rebuild autotools. #580876 + mv "${ED}"/usr/include/version.h "${ED}"/usr/include/near/ || die + newinitd "${FILESDIR}"/${PN}.rc ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} }