diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-02-17 22:08:09 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-02-17 22:08:09 +0100 |
commit | 11a04c9e4c4008e354e10d58ed245bb6c0cf23ee (patch) | |
tree | 62b377ab9a3f148cc6d43d7690d6348c2b1db7c7 /dev-ml/dns/dns-1.0.0.ebuild | |
parent | app-portage/elogv: Stabilize 0.7.9 ppc, #770964 (diff) | |
download | gentoo-11a04c9e4c4008e354e10d58ed245bb6c0cf23ee.tar.gz gentoo-11a04c9e4c4008e354e10d58ed245bb6c0cf23ee.tar.bz2 gentoo-11a04c9e4c4008e354e10d58ed245bb6c0cf23ee.zip |
dev-ml/dns: ocaml-re -> re
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/dns/dns-1.0.0.ebuild')
-rw-r--r-- | dev-ml/dns/dns-1.0.0.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-ml/dns/dns-1.0.0.ebuild b/dev-ml/dns/dns-1.0.0.ebuild deleted file mode 100644 index 1780cf1361f4..000000000000 --- a/dev-ml/dns/dns-1.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib opam - -DESCRIPTION="A pure OCaml implementation of the DNS protocol" -HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io" -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ocaml-${P}.tar.gz" - -LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=dev-ml/ocaml-base64-2.0.0:= - >=dev-ml/ocaml-cstruct-3.0.2:=[ppx] - dev-ml/ocaml-hashcons:= - >=dev-ml/ocaml-ipaddr-2.6.0:= - dev-ml/ocaml-re:= - >=dev-ml/ocaml-uri-1.7.0:= - dev-ml/result:= - !dev-ml/odns -" -DEPEND=" - dev-ml/jbuilder - ${RDEPEND} -" - -# Do not work -RESTRICT="test" - -S="${WORKDIR}/ocaml-${P}" - -src_compile() { - jbuilder build @install -p dns || die -} - -src_test() { - jbuilder runtest -p dns || die -} |