public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cl/
Date: Fri, 18 Nov 2016 22:07:44 +0000 (UTC)	[thread overview]
Message-ID: <1479506862.a04fa27587b2b87e2f9bb218088303a2041e2db2.jer@gentoo> (raw)

commit:     a04fa27587b2b87e2f9bb218088303a2041e2db2
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 22:06:28 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2016-11-18 22:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-18 22:07 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-12  7:26 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cl/ Matthew Smith
2022-01-11  9:39 Andreas Sturmlechner
2022-01-10 22:59 Sam James
2022-01-10 22:59 Sam James
2022-01-09 19:11 Andreas Sturmlechner
2022-01-09 19:11 Andreas Sturmlechner
2022-01-09 19:11 Andreas Sturmlechner
2018-09-29 13:29 Jeroen Roovers
2017-02-21  5:57 Jeroen Roovers
2016-12-27 10:19 Jeroen Roovers
2016-06-13  5:28 Jeroen Roovers
2016-06-13  4:58 Jeroen Roovers
2016-06-12  6:14 Jeroen Roovers
2016-06-11 10:09 Jeroen Roovers

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=1479506862.a04fa27587b2b87e2f9bb218088303a2041e2db2.jer@gentoo \
    --to=jer@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