From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pscov-0004ZI-6d for garchives@archives.gentoo.org; Thu, 24 Feb 2011 15:09:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D92581C069; Thu, 24 Feb 2011 15:09:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 96AFD1C083 for ; Thu, 24 Feb 2011 15:09:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ACA71B40C4 for ; Thu, 24 Feb 2011 15:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 67F888006A for ; Thu, 24 Feb 2011 15:09:24 +0000 (UTC) From: "Dane Smith" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dane Smith" Message-ID: <695370a94d9797faa8a7be909b5a9f761a66ab0c.c1pher@gentoo> Subject: [gentoo-commits] dev/c1pher:master commit in: dev-util/ati-stream-sdk/files/, dev-util/ati-stream-sdk/ X-VCS-Repository: dev/c1pher X-VCS-Files: dev-util/ati-stream-sdk/Manifest dev-util/ati-stream-sdk/files/Makefile X-VCS-Directories: dev-util/ati-stream-sdk/files/ dev-util/ati-stream-sdk/ X-VCS-Committer: c1pher X-VCS-Committer-Name: Dane Smith X-VCS-Revision: 695370a94d9797faa8a7be909b5a9f761a66ab0c Date: Thu, 24 Feb 2011 15:09:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: da5630cf5f118af4f8f35b3a56ded2ab commit: 695370a94d9797faa8a7be909b5a9f761a66ab0c Author: Dane Smith gentoo org> AuthorDate: Thu Feb 24 15:04:41 2011 +0000 Commit: Dane Smith gentoo org> CommitDate: Thu Feb 24 15:04:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/c1pher.git;a=3D= commit;h=3D695370a9 Move forward 1 commit. --- dev-util/ati-stream-sdk/Manifest | 2 +- dev-util/ati-stream-sdk/files/Makefile | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/dev-util/ati-stream-sdk/Manifest b/dev-util/ati-stream-sdk/M= anifest index f22c302..735dde4 100644 --- a/dev-util/ati-stream-sdk/Manifest +++ b/dev-util/ati-stream-sdk/Manifest @@ -1,4 +1,4 @@ -AUX Makefile 2206 RMD160 75f1ebb649aa8111e750c75b03452c7df9ffae5d SHA1 0= 644e3c66b2801e4cfe0663a4a81aa148d7360e8 SHA256 70ff4dbcbcd759babce9a1eb9f= a355c7797116753e8f356eaaef1cea3469bf44 +AUX Makefile 2284 RMD160 88e0aa563e687c03219676b95c9f464093a7f4be SHA1 5= 17c1088e3917f6a8f8b6358df7de2d964beb192 SHA256 2c6b248be818dc05dd0047cd92= f0beaab6ac42689cce858f9d8b9dcd1fe5de3d DIST ati-stream-sdk-v2.3-lnx32.tgz 49912168 RMD160 07c045de3118531472672= e9ef7b3763cb32f7d68 SHA1 972bdbe6942e52411a2f041720348e857f17c388 SHA256 = 07fd15a51a678c4378767f61466daf9da21d0bab6088a97a70136dd8c976aca6 DIST ati-stream-sdk-v2.3-lnx64.tgz 78659015 RMD160 57af36f62e590ae54cb9d= 43b880735979b77466c SHA1 43c94e5126563fe3fa4cb92fb6dd20f12864a86d SHA256 = f92537d1fc306af0bff1441af4669bf2fa668654b12d9fb53a3a872dc8826cad EBUILD ati-stream-sdk-2.3-r1.ebuild 1785 RMD160 a49779dcf7c9cc2c759edd25= 2a8de82fb2b4731a SHA1 78f96f8730fb3da67dc6939a646567bf82174217 SHA256 b1f= 1607754f6ca3cb4784242dd260a9e8a6738d08fc7923dbf02ecdd9ee576aa diff --git a/dev-util/ati-stream-sdk/files/Makefile b/dev-util/ati-stream= -sdk/files/Makefile index 1052039..9828850 100644 --- a/dev-util/ati-stream-sdk/files/Makefile +++ b/dev-util/ati-stream-sdk/files/Makefile @@ -24,10 +24,7 @@ DSUFX=3D SUFX=3D32 endif =20 -install: - test -z "$(BINDIR)" || $(MKDIR) "$(BINDIR)" - test -z "$(LIBDIR)" || $(MKDIR) "$(LIBDIR)" - test -z "$(INCDIR)" || $(MKDIR) "$(INCDIR)" +install-etc: test -z "$(ETCDIR)" || $(MKDIR) "$(ETCDIR)" tar -xzf icd-registration.tgz || exit 1 @list=3D'$(ETCFILES)'; for f in $$list; do\ @@ -40,6 +37,9 @@ install: $(INSTALLDAT) "$$f" $(ETCDIR)$$f1 || exit 1;\ else :; fi;\ done + +install-bin: + test -z "$(BINDIR)" || $(MKDIR) "$(BINDIR)" @list=3D'$(BINFILES)'; for f in $$list; do\ if test -f $$f; then\ f1=3D`basename $$f`;\ @@ -47,6 +47,9 @@ install: $(INSTALLBIN) "$$f" "$(BINDIR)$$f1" || exit 1;\ else :; fi;\ done + +install-lib: + test -z "$(LIBDIR)" || $(MKDIR) "$(LIBDIR)" @list=3D'$(LIBFILES)'; for f in $$list; do\ if test -f $$f; then\ f1=3D`echo $$f | sed -e 's|lib/||g' -e 's|x86*/||g'`;\ @@ -57,6 +60,9 @@ install: $(INSTALLBIN) "$$f" "$(LIBDIR)$$f1" || exit 1;\ else :; fi;\ done + +install-include: + test -z "$(INCDIR)" || $(MKDIR) "$(INCDIR)" @list=3D'$(INCFILES)'; for f in $$list; do\ if test -f $$f; then\ f1=3D`echo $$f | sed -e 's|include||g'`;\ @@ -68,7 +74,4 @@ install: else :; fi;\ done =20 -install-examples: - -install-doc: - +install: install-etc install-bin install-lib install-include