diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 20:48:20 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-07 20:55:20 +0100 |
commit | a62b93b8c1044fd312690b2e3ed148dc6f9cea41 (patch) | |
tree | aaeff587f98d0d9a3a606677e7b7125b222a58ab /dev-ml/ocaml-compiler-libs | |
parent | dev-ml/ocaml-base64: rm old version (diff) | |
download | gentoo-a62b93b8c1044fd312690b2e3ed148dc6f9cea41.tar.gz gentoo-a62b93b8c1044fd312690b2e3ed148dc6f9cea41.tar.bz2 gentoo-a62b93b8c1044fd312690b2e3ed148dc6f9cea41.zip |
dev-ml/ocaml-compiler-libs: rm old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-compiler-libs')
-rw-r--r-- | dev-ml/ocaml-compiler-libs/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-ml/ocaml-compiler-libs/Manifest b/dev-ml/ocaml-compiler-libs/Manifest index fc5192363d71..e5be20a0a169 100644 --- a/dev-ml/ocaml-compiler-libs/Manifest +++ b/dev-ml/ocaml-compiler-libs/Manifest @@ -1,2 +1 @@ DIST ocaml-compiler-libs-0.12.3.tar.gz 4982 BLAKE2B 83432cbb2707964f025b294a84cdcce77137156e409d85ce8615dd6e9a26ad085cd5de178ebeb7520cd95b19a15b3cfbf7ef9567d165b55e07850a231b68371c SHA512 748ae11fe4cedb12d153ef2e712a9899f6a7ab4a35ddb7c95c0ae25af979c3edf274046745dddb2253fc06be41d5b0029f11a5a823a17d1ee680ffb29c4bdc89 -DIST ocaml-compiler-libs-0.9.0.tar.gz 6937 BLAKE2B d53a8312ffabfed0b137d435497b4d7953239f57176481f522cbb70fd49a1a8045850d7572830455aefff1a91c6c461c03f40392b386bacb03afda3f72e39005 SHA512 ee0751bcfb9cb75d272f7af4f7da184c0a8e348384a2481da9dea0245a4133de908a23d0a324e0353397a4f0c5bfd71d40a6a46dbd8e4acea922bad7cdc5ef64 diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild deleted file mode 100644 index 05a9b54ea1de..000000000000 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Repackage the OCaml compiler libs so they do not expose everything at toplevel" -HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs" -SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-ml/jbuilder" |