commit:     02ce8e75e1e5dbb907dc1b0d69e193ee340428f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 03:12:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 04:01:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ce8e75

dev-ml/astring: drop 0.8.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/astring/Manifest             |  1 -
 dev-ml/astring/astring-0.8.3.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ml/astring/Manifest b/dev-ml/astring/Manifest
index b4a531be8ac..9de5e69087a 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 503571633f0..00000000000
--- 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
-}

Reply via email to