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 26FE7138CA2 for ; Thu, 23 Apr 2015 22:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DC20E09D4; Thu, 23 Apr 2015 22:15:27 +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 AA5F8E09D4 for ; Thu, 23 Apr 2015 22:15:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFAC3340B33 for ; Thu, 23 Apr 2015 22:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5BD91696B for ; Thu, 23 Apr 2015 22:15:20 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1429827281.2400426b5ed07edf639d6ca8b1d8eaad3ca71894.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: media-libs/raspberrypi-userland-bin/ X-VCS-Repository: dev/xmw X-VCS-Files: media-libs/raspberrypi-userland-bin/ChangeLog media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20150421.ebuild X-VCS-Directories: media-libs/raspberrypi-userland-bin/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 2400426b5ed07edf639d6ca8b1d8eaad3ca71894 X-VCS-Branch: master Date: Thu, 23 Apr 2015 22:15:20 +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: 770ed6b3-e8c0-40a1-b149-d2daa453a042 X-Archives-Hash: 03b94be864dfa2357712160bb8c7747e commit: 2400426b5ed07edf639d6ca8b1d8eaad3ca71894 Author: Michael Weber xmw de> AuthorDate: Thu Apr 23 22:14:41 2015 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Apr 23 22:14:41 2015 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=2400426b Version bump Package-Manager: portage-2.2.18 Manifest-Sign-Key: 62EEF090 media-libs/raspberrypi-userland-bin/ChangeLog | 4 ++++ .../raspberrypi-userland-bin-1_pre20150421.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/media-libs/raspberrypi-userland-bin/ChangeLog b/media-libs/raspberrypi-userland-bin/ChangeLog index 6b8e73b..2d29422 100644 --- a/media-libs/raspberrypi-userland-bin/ChangeLog +++ b/media-libs/raspberrypi-userland-bin/ChangeLog @@ -1,3 +1,7 @@ + 23 Apr 2015; Michael Weber + raspberrypi-userland-bin-1_pre20150421.ebuild: + Version bump + *raspberrypi-userland-bin-1_pre20150421 (23 Apr 2015) 23 Apr 2015; Michael Weber diff --git a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20150421.ebuild b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20150421.ebuild index 1201528..04c5aa9 100644 --- a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20150421.ebuild +++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20150421.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit vcs-snapshot +inherit multilib vcs-snapshot DESCRIPTION="Raspberry Pi userspace tools and libraries" HOMEPAGE="https://github.com/raspberrypi/firmware" @@ -36,9 +36,11 @@ src_install() { into /opt dobin bin/* dobin sbin/* - into /opt/vc - dolib.so lib/* + insopts -m 0755 + insinto "/opt/vc/$(get_libdir)" + doins -r lib/* + insopts -m 0644 insinto /usr/share/doc/${PF}/examples use examples && doins -r src/hello_pi