diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-04-02 00:55:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-02 00:55:18 +0200 |
commit | 7adc14a852094457eaf40b40f6c4bacbb9754ea2 (patch) | |
tree | 8f0aa3af47af80771d19d55db41341c2d5e505ed /dev-ml/camlp-streams | |
parent | sci-mathematics/easycrypt: drop old 2022.04-r1 (diff) | |
download | gentoo-7adc14a852094457eaf40b40f6c4bacbb9754ea2.tar.gz gentoo-7adc14a852094457eaf40b40f6c4bacbb9754ea2.tar.bz2 gentoo-7adc14a852094457eaf40b40f6c4bacbb9754ea2.zip |
dev-ml/camlp-streams: drop old 5.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/camlp-streams')
-rw-r--r-- | dev-ml/camlp-streams/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest index f425793b6894..6973a627864a 100644 --- a/dev-ml/camlp-streams/Manifest +++ b/dev-ml/camlp-streams/Manifest @@ -1,2 +1 @@ DIST camlp-streams-5.0.1.tar.gz 17392 BLAKE2B bec87a4b9717bcd05799317542533a83e43b5d7dcdc0d691595678613da4f091f087c00487e1499e088687cc9cf21381386c92e25db9d5f182200805452b43fd SHA512 2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86 -DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36 diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild deleted file mode 100644 index d70a39d04000..000000000000 --- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5" -HOMEPAGE="https://github.com/ocaml/camlp-streams" -SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="LGPL-2-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -IUSE="+ocamlopt" |