public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/
Date: Sat, 30 Apr 2016 14:18:22 +0000 (UTC)	[thread overview]
Message-ID: <1462025890.9d232f45a95831f944a2f7f9615a68cb8f420e8e.aballier@gentoo> (raw)

commit:     9d232f45a95831f944a2f7f9615a68cb8f420e8e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 13:23:56 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 14:18:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d232f45

dev-ml/labltk: bump to 8.06.1

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/labltk/Manifest             |  1 +
 dev-ml/labltk/labltk-8.06.1.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-ml/labltk/Manifest b/dev-ml/labltk/Manifest
index 1dc5c02..09a0f4f 100644
--- a/dev-ml/labltk/Manifest
+++ b/dev-ml/labltk/Manifest
@@ -1 +1,2 @@
 DIST labltk-8.06.0.tar.gz 368790 SHA256 71997dbd6c36e4eb064484dc73037d4bd10e465e180fead07a4b193d21af9764 SHA512 c005f8c177bca982a39bfcfd9d77640bedf7e4cc3a6690fc01fa2a8ebedcfb30ad3677501400ae2e0e276eb13fdd565319e23bb02dce84d78257ae7fbe545f47 WHIRLPOOL e231527f1403fbe9aa1102d0a6bc444df0ce5806e64ce8d1323100580767e823922db0713c0d3423f79ff2e82e162673486160953aaea4ff188b5ae666ea4445
+DIST labltk-8.06.1.tar.gz 369426 SHA256 d6ac4bb373d10342a1af045f28db34dcded50d92a6c6886ed45d1de050e63c8b SHA512 e41fc4f69e2e72302e8f1064ab71f753e379a51f78e3cb8b793eb6483fb35467764df7ef47f1169968525561b4da4f70942f6e7c798de79fd4ffebe1a4390d0c WHIRLPOOL d4ab8e6ca710cc1147f83652a9beb26c1a6c2f3ebc754d8c2b9b1aed132b34ec1e65d71bec1eb4e672305421220df74b237d3d4f25ee53ca17d7669843f21bb2

diff --git a/dev-ml/labltk/labltk-8.06.1.ebuild b/dev-ml/labltk/labltk-8.06.1.ebuild
new file mode 100644
index 0000000..a5ef9d6
--- /dev/null
+++ b/dev-ml/labltk/labltk-8.06.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib eutils
+
+DESCRIPTION="OCaml interface to the Tcl/Tk GUI framework"
+HOMEPAGE="https://forge.ocamlcore.org/projects/labltk/"
+SRC_URI="https://forge.ocamlcore.org/frs/download.php/1603/${P}.tar.gz"
+
+LICENSE="QPL-1.0 LGPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="+ocamlopt X"
+
+RDEPEND=">=dev-lang/tk-8.0.3:=
+	>=dev-lang/ocaml-4.03:=[ocamlopt?,X?]"
+DEPEND="${RDEPEND}
+	>=dev-ml/findlib-1.5.5-r1"
+
+src_prepare() {
+	epatch "${FILESDIR}/findlib.patch"
+}
+
+src_configure() {
+	./configure --use-findlib --verbose $(use X || echo "--tk-no-x11") || die "configure failed!"
+}
+
+src_compile() {
+	emake -j1
+	use ocamlopt && emake -j1 opt
+}
+
+src_install() {
+	findlib_src_preinst
+	dodir /usr/bin
+	emake \
+		INSTALLDIR="${D}$(ocamlc -where)/labltk" \
+		INSTALLBINDIR="${ED}/usr/bin/" \
+		install
+	dodoc Changes README.mlTk
+}


             reply	other threads:[~2016-04-30 14:18 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-30 14:18 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/ Andreas K. Hüttel
2024-06-22 15:28 Alfredo Tupone
2024-06-22 15:28 Alfredo Tupone
2023-03-30 17:38 Arthur Zamarin
2023-02-15 18:38 Matt Turner
2023-02-11 14:32 Alfredo Tupone
2022-12-26  2:03 WANG Xuerui
2022-11-19  1:35 Sam James
2022-06-28 20:25 Alfredo Tupone
2022-04-05 10:38 Alfredo Tupone
2022-01-21 22:05 Alfredo Tupone
2022-01-12 19:12 Alfredo Tupone
2021-11-07  7:01 Sam James
2021-11-07  1:25 Sam James
2021-10-17 19:09 Sam James
2021-10-17  0:13 Sam James
2021-10-13  6:02 Agostino Sarubbo
2021-10-13  5:54 Agostino Sarubbo
2021-09-30  6:35 Alfredo Tupone
2021-06-09 21:34 Sam James
2021-05-25 19:42 Alfredo Tupone
2020-10-16 10:33 Miroslav Šulc
2020-06-04 17:14 Mart Raudsepp
2020-02-12  7:53 Agostino Sarubbo
2020-02-12  7:47 Agostino Sarubbo
2020-02-11 12:39 Agostino Sarubbo
2020-02-11 11:36 Agostino Sarubbo
2020-02-11 10:54 Agostino Sarubbo
2020-02-11  8:36 Agostino Sarubbo
2020-01-04 18:16 Miroslav Šulc
2017-11-04  9:53 Alexis Ballier
2017-11-04  9:53 Alexis Ballier
2017-07-19 21:30 Alexis Ballier
2017-06-18 15:14 Alexis Ballier
2017-02-14  9:31 Alexis Ballier
2017-02-12 19:59 Markus Meier
2017-01-29 23:02 Jeroen Roovers
2017-01-26 15:28 Agostino Sarubbo
2017-01-26 11:00 Agostino Sarubbo
2017-01-26 10:22 Agostino Sarubbo
2017-01-25 19:21 Tobias Klausmann
2017-01-25 15:52 Agostino Sarubbo
2017-01-25 15:35 Agostino Sarubbo
2017-01-25 14:29 Agostino Sarubbo
2017-01-14 17:14 Mikle Kolyada
2016-11-29 15:05 Alexis Ballier
2016-02-04 17:24 Tobias Klausmann
2015-11-21 14:27 Markus Meier
2015-11-12 11:21 Agostino Sarubbo
2015-11-11  9:54 Agostino Sarubbo
2015-11-10 12:01 Agostino Sarubbo
2015-11-03  4:14 Jeroen Roovers
2015-11-01 11:12 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=1462025890.9d232f45a95831f944a2f7f9615a68cb8f420e8e.aballier@gentoo \
    --to=aballier@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