public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xarthisius:master commit in: app-admin/eselect-opencl/
Date: Sat, 21 Jan 2012 09:17:10 +0000 (UTC)	[thread overview]
Message-ID: <0b436265dc0d6c87e48ddb8d6b8b29cfd130a58a.xarthisius@gentoo> (raw)

commit:     0b436265dc0d6c87e48ddb8d6b8b29cfd130a58a
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 09:17:02 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 09:17:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=0b436265

[app-admin/eselect-opencl] last fixes before merging with g-x86

---
 app-admin/eselect-opencl/Manifest                  |    2 +-
 .../eselect-opencl/eselect-opencl-1.1.0.ebuild     |    9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-admin/eselect-opencl/Manifest b/app-admin/eselect-opencl/Manifest
index d5416a6..608e78e 100644
--- a/app-admin/eselect-opencl/Manifest
+++ b/app-admin/eselect-opencl/Manifest
@@ -6,5 +6,5 @@ DIST cl_gl_ext.h.1.1.xz 1356 RMD160 0ba4c5d6f3c1d119d7a8844abd43b83db987b565 SHA
 DIST cl_platform.h.1.1.xz 5584 RMD160 034d4be552aa3ddb6cc45718c5aa7a195d7f3f59 SHA1 bdc027789de959d1aa33e70de8af90dd103780d3 SHA256 2f70eb47285fd46f75d48476e90ee3b7e9ba62166bc573bbb35cb0f9d7a2ea53
 DIST eselect-opencl-1.1.0.tar.xz 3272 RMD160 e6538d2207823487288dabce18e1baf8bd59ddf3 SHA1 fef7bf2949fb9b9f9f73a8fd30fca2f063abeb51 SHA256 0b49d847d4475119f969fc7bbcdc4ceb1905e37e102b10d0bdad4f8e6010bbbe
 DIST opencl.h.1.1.xz 944 RMD160 d9c8ee867a0068fbb05624d48d9e236d0f43acd3 SHA1 2b94aff101b7a3ee4261957b6d46edd6b81faf24 SHA256 c076e410eaffd9fbb056528f31a59fe1908481f0fd38981c13970727a0c4d096
-EBUILD eselect-opencl-1.1.0.ebuild 1897 RMD160 f982fd27006a8dd45032bffc8ae5558c63b73b9c SHA1 f44e431db0c31dcf2892294e2d9e81c085f18fb0 SHA256 689f48fc64b95efa77dd9dfbcdc2e08592db74b2dc8385545c434c72f878d722
+EBUILD eselect-opencl-1.1.0.ebuild 1598 RMD160 43ab4e74d0b17952a8f1811c9ad18942a4020881 SHA1 cf2cf07fd325b7db555e5bf77000d55317056959 SHA256 05bfe44af5c2aebfe28cf83bc7ce12334ac0d8dca107515a28ec7018e69bb22e
 MISC metadata.xml 346 RMD160 0c92ffb77efabdb583731ded733cc93c90b9185e SHA1 d9fc5f5cb3457c3c9fc9718809244e865309d3a8 SHA256 1ad263671e904451c1626471f26da723d969a084dd5d7b53cdcc450a12910a5f

diff --git a/app-admin/eselect-opencl/eselect-opencl-1.1.0.ebuild b/app-admin/eselect-opencl/eselect-opencl-1.1.0.ebuild
index 29d4dc0..488e6c4 100644
--- a/app-admin/eselect-opencl/eselect-opencl-1.1.0.ebuild
+++ b/app-admin/eselect-opencl/eselect-opencl-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.4.ebuild,v 1.7 2011/10/03 17:45:54 josejx Exp $
+# $Header$
 
 EAPI=4
 CL_ABI=1.1
@@ -31,17 +31,16 @@ SRC_URI="${MIRROR}/opencl.h.${CL_ABI}.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils"
 RDEPEND=">=app-admin/eselect-1.2.4"
 
-
 pkg_postinst() {
 	local impl="$(eselect opencl show)"
 	if [[ -n "${impl}"  && "${impl}" != '(none)' ]] ; then
-		eselect opengl set "${impl}"
+		eselect opencl set "${impl}"
 	fi
 }
 



             reply	other threads:[~2012-01-21  9:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-21  9:17 Kacper Kowalik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-25 20:49 [gentoo-commits] dev/xarthisius:master commit in: app-admin/eselect-opencl/ Kacper Kowalik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0b436265dc0d6c87e48ddb8d6b8b29cfd130a58a.xarthisius@gentoo \
    --to=xarthisius@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox