public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:master commit in: media-libs/mesa/, dev-libs/libclc/
@ 2013-06-19 13:29 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen @ 2013-06-19 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9cfdf8aaa56e675cfc06bb8ce91324d60579dcfe
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 13:29:03 2013 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Wed Jun 19 13:29:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=9cfdf8aa

media-libs/mesa: add missing eend

---
 dev-libs/libclc/libclc-9999.ebuild | 13 +++++++++++--
 media-libs/mesa/mesa-9999.ebuild   |  1 +
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libclc/libclc-9999.ebuild b/dev-libs/libclc/libclc-9999.ebuild
index 0901372..d120fbc 100644
--- a/dev-libs/libclc/libclc-9999.ebuild
+++ b/dev-libs/libclc/libclc-9999.ebuild
@@ -14,12 +14,12 @@ fi
 inherit base $GIT_ECLASS
 
 DESCRIPTION="OpenCL C library"
-HOMEPAGE="http://libclc.llvm.org/"
+HOMEPAGE="http://libclc.llvm.org/ http://cgit.freedesktop.org/~tstellar/libclc/"
 
 if [[ $PV = 9999* ]]; then
 	SRC_URI="${SRC_PATCHES}"
 else
-	SRC_URI=""
+	SRC_URI="mirror://gentoo/${P}.tar.xz ${SRC_PATCHES}"
 fi
 
 LICENSE="MIT BSD"
@@ -32,6 +32,15 @@ RDEPEND="
 	>=sys-devel/llvm-3.2"
 DEPEND="${RDEPEND}"
 
+src_unpack() {
+	if [[ $PV = 9999* ]]; then
+		git-2_src_unpack
+	else
+		_default
+		mv ${PN}-*/ ${P} || die
+	fi
+}
+
 src_configure() {
 	./configure.py \
 		--with-llvm-config="${EPREFIX}/usr/bin/llvm-config" \

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 5f32bfa..5c2b81b 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -371,6 +371,7 @@ src_install() {
 			mv -f "${ED}"/usr/$(get_libdir)/libOpenCL.so* \
 			"${ED}"/usr/$(get_libdir)/OpenCL/vendors/mesa
 		fi
+		eend $?
 	fi
 }
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-19 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-19 13:29 [gentoo-commits] proj/x11:master commit in: media-libs/mesa/, dev-libs/libclc/ Chi-Thanh Christopher Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox