summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2-r1.ebuild')
-rw-r--r--dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2-r1.ebuild b/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2-r1.ebuild
deleted file mode 100644
index ee1414b5f36d..000000000000
--- a/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- >=dev-ml/cppo-1.6.6
- dev-ml/dune-configurator
-"
-RDEPEND="
- dev-ml/base:=
- dev-ml/camomile:=[ocamlopt=]
- dev-ml/ocaml-gettext:=
- !<dev-ml/ocaml-gettext-0.4.2
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-ml/ocaml-fileutils
- dev-ml/ounit2[ocamlopt=]
- )
-"
-
-src_prepare() {
- default
-
- # Port to dev-ml/ounit2
- sed -i -e 's/oUnit/ounit2/' test/{,common,test-camomile,test-stub}/dune || die
-}