From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C07CA1395E2 for ; Fri, 18 Nov 2016 22:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0110E083C; Fri, 18 Nov 2016 22:07:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAC42E083C for ; Fri, 18 Nov 2016 22:07:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A500341657 for ; Fri, 18 Nov 2016 22:07:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7373B489 for ; Fri, 18 Nov 2016 22:07:44 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1479506862.a04fa27587b2b87e2f9bb218088303a2041e2db2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cl/Manifest dev-libs/cl/cl-1.2.3.ebuild X-VCS-Directories: dev-libs/cl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a04fa27587b2b87e2f9bb218088303a2041e2db2 X-VCS-Branch: master Date: Fri, 18 Nov 2016 22:07:44 +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: a482d3e6-00b4-4263-9f8a-3d1a3644e31d X-Archives-Hash: 5147be51318d86e0ace7c08eacac86c9 commit: a04fa27587b2b87e2f9bb218088303a2041e2db2 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Nov 18 22:06:28 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Nov 18 22:07:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04fa275 dev-libs/cl: Version bump. Package-Manager: portage-2.3.2 dev-libs/cl/Manifest | 1 + dev-libs/cl/cl-1.2.3.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-libs/cl/Manifest b/dev-libs/cl/Manifest index a93f406..ab0da63 100644 --- a/dev-libs/cl/Manifest +++ b/dev-libs/cl/Manifest @@ -1 +1,2 @@ DIST cl-1.2.1.tar.gz 125248 SHA256 8889f005fe595e7e8ed67105ef37fc55b4ac47c972d60aeac418bf0401125b0e SHA512 2c864a0aec0d2c4b1cf193372b699b9d1e99af9638a7f1515a744b416706b1bf2a10f727da0d04375405b9ca7470bda2c0278149c999f98d1cd760782f33a1b1 WHIRLPOOL 1cbba99f82aa9c31e0e5f9937b79181c82b42e9c5c000d47cf75921e0333d648819055e082fd25cf8805df26cc9a7c08886ea444cc6b2d6037931bff37291960 +DIST cl-1.2.3.tar.gz 137921 SHA256 a9731825ee9b8057006ebb6b472466d51278d1a0e1fa496cf132b5456c54f15b SHA512 aaa19700b1b54921ea8194e1b7fcb2dbb11f22c32108fd99d0cd9796c7524a49653dcc97c8c8b34f7739d0b972cbbc3cf61b929e342429b524b11df93e434863 WHIRLPOOL b2eed33f453551619fa55484448f7a858a4394186d96a784b6a008aebb61ddd1f4a9b18d5660f4a5c6225408e93a0458f3cfb22a92f3c8bd75003ac028cb58fa diff --git a/dev-libs/cl/cl-1.2.3.ebuild b/dev-libs/cl/cl-1.2.3.ebuild new file mode 100644 index 00000000..fbcb5bd --- /dev/null +++ b/dev-libs/cl/cl-1.2.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/esdl/esdl-1.2.ebuild,v 1.1 2013/02/12 14:41:54 george Exp $ + +EAPI=6 +inherit eutils multilib + +DESCRIPTION="OpenCL bindings for Erlang" +HOMEPAGE="https://github.com/tonyrog/cl" +SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-lang/erlang-16 + virtual/opencl + dev-util/rebar +" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN}-${P} + +src_compile() { + rebar compile || die +} + +src_install() { + ERLANG_DIR="/usr/$(get_libdir)/erlang/lib" + CL_DIR="${ERLANG_DIR}/${P}" + insinto "${CL_DIR}" + doins -r ebin src include c_src examples +}