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 0FBEC1381F3 for ; Wed, 17 Jul 2013 21:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A37EE085B; Wed, 17 Jul 2013 21:43:38 +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 24E5BE085B for ; Wed, 17 Jul 2013 21:43:38 +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 0638733E72B for ; Wed, 17 Jul 2013 21:43:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 65DFDE468F for ; Wed, 17 Jul 2013 21:43:35 +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: <1374097401.ea127e4533a07dc8bc25c4c6b5223fda35c81613.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: ea127e4533a07dc8bc25c4c6b5223fda35c81613 X-VCS-Branch: master Date: Wed, 17 Jul 2013 21:43:35 +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: 31ef0d15-81d2-4d74-a95e-fabc4670ccea X-Archives-Hash: 0bec36567914994fd01cd29780c7c3ae commit: ea127e4533a07dc8bc25c4c6b5223fda35c81613 Author: Michael Weber gentoo org> AuthorDate: Wed Jul 17 21:43:21 2013 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Jul 17 21:43:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=ea127e45 Update ebuilds Package-Manager: portage-2.2.0_alpha188 Manifest-Sign-Key: 62EEF090 --- media-libs/raspberrypi-userland-bin/ChangeLog | 5 +++++ .../raspberrypi-userland-bin-0_p20130711.ebuild | 23 +++++++++++++++------- .../raspberrypi-userland-bin-1_pre20130715.ebuild | 23 +++++++++++++++------- 3 files changed, 37 insertions(+), 14 deletions(-) diff --git a/media-libs/raspberrypi-userland-bin/ChangeLog b/media-libs/raspberrypi-userland-bin/ChangeLog index 049de81..b0c10f8 100644 --- a/media-libs/raspberrypi-userland-bin/ChangeLog +++ b/media-libs/raspberrypi-userland-bin/ChangeLog @@ -1,3 +1,8 @@ + 17 Jul 2013; Michael Weber + raspberrypi-userland-bin-0_p20130711.ebuild, + raspberrypi-userland-bin-1_pre20130715.ebuild: + Update ebuilds + *raspberrypi-userland-bin-0_p20130711 (17 Jul 2013) *raspberrypi-userland-bin-1_pre20130715 (17 Jul 2013) 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 9ad0da1..26a06bb 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 @@ -15,24 +15,33 @@ SRC_URI="https://github.com/raspberrypi/firmware/tarball/${MY_COMMIT} -> LICENSE="BSD GPL-2 raspberrypi-videocore-bin" SLOT="0" KEYWORDS="~arm -*" -IUSE="+hardfp" +IUSE="+hardfp examples" RDEPEND="!media-libs/raspberrypi-userland" DEPEND="${DEPEND}" S=${WORKDIR}/raspberrypi-firmware-${MY_COMMIT} -#RESTRICT="binchecks" +RESTRICT="binchecks" src_prepare() { rm {,hardfp/}opt/vc/LICENCE || die } src_install() { - if use hardfp ; then - mv hardfp/opt "${D}" || die - else - mv opt "${D}" || die - fi + cd $(usex hardfp hardfp/ "")opt/vc || die + + insinto /opt/vc + doins -r include + into /opt/vc/bin + dobin bin/* + into /opt/vc/sbin + dobin sbin/* + into /opt/vc/lib + dolib.so lib/* + + insinto /usr/share/doc/${PF}/examples + use examples && doins -r src/hello_pi + doenvd "${FILESDIR}"/04${PN} } 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 bf80240..469df67 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 @@ -15,24 +15,33 @@ SRC_URI="https://github.com/raspberrypi/firmware/tarball/${MY_COMMIT} -> LICENSE="BSD GPL-2 raspberrypi-videocore-bin" SLOT="0" KEYWORDS="~arm -*" -IUSE="+hardfp" +IUSE="+hardfp examples" RDEPEND="!media-libs/raspberrypi-userland" DEPEND="${DEPEND}" S=${WORKDIR}/raspberrypi-firmware-${MY_COMMIT} -#RESTRICT="binchecks" +RESTRICT="binchecks" src_prepare() { rm {,hardfp/}opt/vc/LICENCE || die } src_install() { - if use hardfp ; then - mv hardfp/opt "${D}" || die - else - mv opt "${D}" || die - fi + cd $(usex hardfp hardfp/ "")opt/vc || die + + insinto /opt/vc + doins -r include + into /opt/vc/bin + dobin bin/* + into /opt/vc/sbin + dobin sbin/* + into /opt/vc/lib + dolib.so lib/* + + insinto /usr/share/doc/${PF}/examples + use examples && doins -r src/hello_pi + doenvd "${FILESDIR}"/04${PN} }