From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-609855-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 22FAD1381F3
	for <garchives@archives.gentoo.org>; Wed, 17 Jul 2013 23:08:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0B53EE079B;
	Wed, 17 Jul 2013 23:08:37 +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 8EFBBE079B
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jul 2013 23:08:36 +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 A7C4333E766
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jul 2013 23:08:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 31CBAE468F
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jul 2013 23:08:34 +0000 (UTC)
From: "Michael Weber" <xmw@gentoo.org>
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" <xmw@gentoo.org>
Message-ID: <1374102500.8bf66d1221e851dbd5f760a1fc99ad3282d00e42.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-0_p20130711.ebuild media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20130715.ebuild
X-VCS-Directories: media-libs/raspberrypi-userland-bin/
X-VCS-Committer: xmw
X-VCS-Committer-Name: Michael Weber
X-VCS-Revision: 8bf66d1221e851dbd5f760a1fc99ad3282d00e42
X-VCS-Branch: master
Date: Wed, 17 Jul 2013 23:08:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 92fe5450-92ee-4c04-b653-266748352c94
X-Archives-Hash: 66510460a71c16e96e04859d357b6f36

commit:     8bf66d1221e851dbd5f760a1fc99ad3282d00e42
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 23:08:20 2013 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 23:08:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=8bf66d12

Fix install paths

Package-Manager: portage-2.2.0_alpha188
Manifest-Sign-Key: 62EEF090

---
 media-libs/raspberrypi-userland-bin/ChangeLog                        | 5 +++++
 .../raspberrypi-userland-bin-0_p20130711.ebuild                      | 4 ++--
 .../raspberrypi-userland-bin-1_pre20130715.ebuild                    | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/media-libs/raspberrypi-userland-bin/ChangeLog b/media-libs/raspberrypi-userland-bin/ChangeLog
index 0807dc3..2c1fc9a 100644
--- a/media-libs/raspberrypi-userland-bin/ChangeLog
+++ b/media-libs/raspberrypi-userland-bin/ChangeLog
@@ -1,3 +1,8 @@
+  17 Jul 2013; Michael Weber <xmw@gentoo.org>
+  raspberrypi-userland-bin-0_p20130711.ebuild,
+  raspberrypi-userland-bin-1_pre20130715.ebuild:
+  Fix install paths
+
   17 Jul 2013; Michael Weber <xmw@gentoo.org> files/04raspberrypi-userland-bin:
   Fix envd file
 

diff --git a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-0_p20130711.ebuild b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-0_p20130711.ebuild
index 4f51c70..7d3bc18 100644
--- a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-0_p20130711.ebuild
+++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-0_p20130711.ebuild
@@ -33,10 +33,10 @@ src_install() {
 
 	insinto /opt/vc
 	doins -r include
-	into /opt/bin
+	into /opt
 	dobin bin/*
 	dobin sbin/*
-	into /opt/vc/lib
+	into /opt/vc
 	dolib.so lib/*
 
 	insinto /usr/share/doc/${PF}/examples

diff --git a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20130715.ebuild b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20130715.ebuild
index 64b59c3..35e2ad1 100644
--- a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20130715.ebuild
+++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1_pre20130715.ebuild
@@ -33,10 +33,10 @@ src_install() {
 
 	insinto /opt/vc
 	doins -r include
-	into /opt/bin
+	into /opt
 	dobin bin/*
 	dobin sbin/*
-	into /opt/vc/lib
+	into /opt/vc
 	dolib.so lib/*
 
 	insinto /usr/share/doc/${PF}/examples