summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-03-07 18:45:15 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-03-07 19:00:20 +0100
commit0094654d55d1649f0b5209f36e26547ab9ddbe5c (patch)
tree3d054e6f693db61b4fa27a1a2f9ac7c05da4d978
parentdev-ml/ppx_expect: rm old version (diff)
downloadgentoo-0094654d55d1649f0b5209f36e26547ab9ddbe5c.tar.gz
gentoo-0094654d55d1649f0b5209f36e26547ab9ddbe5c.tar.bz2
gentoo-0094654d55d1649f0b5209f36e26547ab9ddbe5c.zip
dev-ml/stdio: rm old versions
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ml/stdio/Manifest2
-rw-r--r--dev-ml/stdio/stdio-0.9.0-r1.ebuild22
-rw-r--r--dev-ml/stdio/stdio-0.9.1.ebuild22
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ml/stdio/Manifest b/dev-ml/stdio/Manifest
index 9c234297cb4c..42b5723a2793 100644
--- a/dev-ml/stdio/Manifest
+++ b/dev-ml/stdio/Manifest
@@ -1,3 +1 @@
DIST stdio-0.14.0.tar.gz 7867 BLAKE2B e9aa9727489bf59350fe87323689a5c4f5bf710bb4932b0153c4ad742db5fe03a05728d86c281796cb77d1aef9ba2cc1b236630cb125d1d182c54c344a0ee335 SHA512 74cac04bd6b1be8c13f739445185286a910f66877cb61c8f22b4027dbc3f82021030d55eb7c8471bac850fc7c0f86462a8e26653c7a08c95fb7eea16512c5f61
-DIST stdio-0.9.0.tar.gz 9264 BLAKE2B 1f3d7748ed07672eaad7c747c8925fb9e5204d59c05e8ee8674d689dcc44b9ae9d2da8420cfa05e8e0a58bded343cba979ff42f5f8fdae5392a1868591269f32 SHA512 a3809272c00653872d02b07b6c133215e06a70a7cbebed8c6c22ba5790ee8cbba17821da7875290c8869dfac22bf3cf248028e2aed2570195ca9b5f63b6ab75d
-DIST stdio-0.9.1.tar.gz 9281 BLAKE2B fa3a5a3877aa2ab19155d865eea03458b742224de11857f9f2c1219eef3f0fbd6562cf0eafc90c59dab03053db0dcae27c19a73da4f3a73e3b6d6a9407868f3d SHA512 bfef782562af7fae790b8baf02bf5d5edae2ccff29531080a608fd9224710c7d0a1a346c3480b6eaf4d7be1a280e19d9380a4dd9072de6d68e48ac419d275716
diff --git a/dev-ml/stdio/stdio-0.9.0-r1.ebuild b/dev-ml/stdio/stdio-0.9.0-r1.ebuild
deleted file mode 100644
index ea3350ffe129..000000000000
--- a/dev-ml/stdio/stdio-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Standard IO Library for OCaml"
-HOMEPAGE="https://github.com/janestreet/stdio"
-SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-ml/base:= dev-ml/sexplib:="
-DEPEND="${RDEPEND} dev-ml/jbuilder"
-
-src_test() {
- jbuilder runtest || die
-}
diff --git a/dev-ml/stdio/stdio-0.9.1.ebuild b/dev-ml/stdio/stdio-0.9.1.ebuild
deleted file mode 100644
index ea3350ffe129..000000000000
--- a/dev-ml/stdio/stdio-0.9.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Standard IO Library for OCaml"
-HOMEPAGE="https://github.com/janestreet/stdio"
-SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-ml/base:= dev-ml/sexplib:="
-DEPEND="${RDEPEND} dev-ml/jbuilder"
-
-src_test() {
- jbuilder runtest || die
-}