diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 03:12:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 04:01:48 +0000 |
commit | 02ce8e75e1e5dbb907dc1b0d69e193ee340428f3 (patch) | |
tree | 542b9509b101cd1c51dfb7f714f2dc0d55b5de54 /dev-ml/astring | |
parent | dev-ml/bin-prot: drop 0.9.0, 0.9.1 (diff) | |
download | gentoo-02ce8e75e1e5dbb907dc1b0d69e193ee340428f3.tar.gz gentoo-02ce8e75e1e5dbb907dc1b0d69e193ee340428f3.tar.bz2 gentoo-02ce8e75e1e5dbb907dc1b0d69e193ee340428f3.zip |
dev-ml/astring: drop 0.8.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/astring')
-rw-r--r-- | dev-ml/astring/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/astring/astring-0.8.3.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-ml/astring/Manifest b/dev-ml/astring/Manifest index b4a531be8ac8..9de5e69087a9 100644 --- a/dev-ml/astring/Manifest +++ b/dev-ml/astring/Manifest @@ -1,2 +1 @@ -DIST astring-0.8.3.tbz 38710 BLAKE2B 253fe07b51996eb7b5f84e18d171b0f65cbb5abba9b241a02aa679765f3190edc636c1ba989910fde374a20c7615db1887eb73d8607f3bb8311e20ab6e67f670 SHA512 c7230e47b7ef14e6040fb18284a3d5aa8da1428b721cf91a7f17104cfb853be24b9c2aaa0b118bf3e050158aa8748311435417c6cf9014d260fb4379e4ead3e1 DIST astring-0.8.5.tbz 37499 BLAKE2B bff0b9a295da9e33e0cc4bf1a5a0c3cec4010f477d67a39650bbb8e61f12e517cd5734f1e869d35448e4e555a04d0223b76181f29ee299ef9f19359c7d59e69a SHA512 b40634cc2053d651bce5c1974996b352ffa48ecac429919113840b2a807efb34387d950f12accb346afd5e40514cb90219d70b00109c30e1450c4e99f65c9856 diff --git a/dev-ml/astring/astring-0.8.3.ebuild b/dev-ml/astring/astring-0.8.3.ebuild deleted file mode 100644 index 503571633f03..000000000000 --- a/dev-ml/astring/astring-0.8.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit opam - -DESCRIPTION="Alternative String module for OCaml" -HOMEPAGE="https://erratique.ch/software/astring https://github.com/dbuenzli/astring" -SRC_URI="https://erratique.ch/software/astring/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-lang/ocaml:=[ocamlopt]" -DEPEND="${RDEPEND} - dev-ml/topkg - dev-ml/ocamlbuild - dev-ml/findlib" - -src_compile() { - ocaml pkg/pkg.ml build || die -} |