dev-ml/ocaml-gettext-stub - 0.4.2-r2 (gentoo)

Search

Package Information

Description:
Support for internationalization of OCaml programs using native gettext library
Homepage:
https://github.com/gildor478/ocaml-gettext
License:
LGPL-2.1-with-linking-exception

Ebuild Details

Version EAPI Keywords Slot
0.4.2-r2 8 amd64 ~ppc64 0/0.4.2-r2
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN=${PN/-stub/}
MY_P=${P/-stub/}

DUNE_PKG_NAME="gettext-stub"

inherit dune

DESCRIPTION="Support for internationalization of OCaml programs using native gettext library"
HOMEPAGE="https://github.com/gildor478/ocaml-gettext"
SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz
	-> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="amd64 ~ppc64"
IUSE="+ocamlopt test"
RESTRICT="test"  # Tests fail.

RDEPEND="
	dev-ml/base:=
	dev-ml/ocaml-gettext:=
	!<dev-ml/ocaml-gettext-0.4.2
"
DEPEND="${RDEPEND}"
BDEPEND="
	>=dev-ml/cppo-1.6.6
	dev-ml/dune-configurator
	test? (
		dev-ml/ocaml-fileutils
		dev-ml/ounit2[ocamlopt=]
	)
"

src_prepare() {
	default

	# Remove dependency on camomile (see
	# https://github.com/gildor478/ocaml-gettext/issues/14)
	rm -r src/lib/gettext-camomile || die
	rm -r test/test-camomile || die

	# Port to dev-ml/ounit2
	sed -i -e 's/oUnit/ounit2/' test/{,common,test-stub}/dune || die
}

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	dev-ml/base:=
	dev-ml/ocaml-gettext:=
	!<dev-ml/ocaml-gettext-0.4.2

RDEPEND

	dev-ml/base:=
	dev-ml/ocaml-gettext:=
	!<dev-ml/ocaml-gettext-0.4.2

BDEPEND

	>=dev-ml/cppo-1.6.6
	dev-ml/dune-configurator
	test? (
		dev-ml/ocaml-fileutils
		dev-ml/ounit2[ocamlopt=]
	)