mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ml/labltk: bump to 8.06.3
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST labltk-8.06.2.tar.gz 369508 SHA256 b32ea0465ec2fff89ebf5219845656f8334f61857e01ea3d59b3ab31749227dd SHA512 d9342d49ba8769edd7a4ed051844f6ae5d3e62a7c2c76e895bfd1162d0433c4ea54f2314b29b708551fba63daec1123553b56f0abb6412807ab00d7bb40b73d6 WHIRLPOOL 4300efb9bc6499901f7b984bb10230fdea0084d6346f5f8acc832eb054f44e52c00425994196721a966caabc917a93210a20b8bea25eefde08b4288f58a04b21
|
||||
DIST labltk-8.06.3.tar.gz 369924 SHA256 b6b7076f6a2a7b2f63095013cb4e37a1f2a6eb3d4abb57dbb1b8cff1ae4c6ae6 SHA512 c2002d519c1fcfdd2b13ae6d5836880273dac2660f07f6ee0e7bb932e3fec6f5cc959202efdf712758a17d24dbe50c3f6697c7b125e3123fa8153130d7ece979 WHIRLPOOL 5fb97fba547a99655a2ecce3014f4ef9ef9e57ae5f9db531bb166c066210738aba48c5c79e6900e6559bd40ef11c123dbd8fc9ccdbf056ce813e7b79124c492a
|
||||
|
||||
43
dev-ml/labltk/labltk-8.06.3.ebuild
Normal file
43
dev-ml/labltk/labltk-8.06.3.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
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/1701/${P}.tar.gz"
|
||||
|
||||
LICENSE="QPL-1.0 LGPL-2"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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.04:=[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
|
||||
}
|
||||
Reference in New Issue
Block a user