diff options
author | 2021-03-07 18:46:17 +0100 | |
---|---|---|
committer | 2021-03-07 19:00:23 +0100 | |
commit | 68b6c29ba057fde486d22a120cc91b23b17a4d53 (patch) | |
tree | 555f9bca249215207ce8a0bb3d72e13831d8f5cf /dev-ml/spawn/spawn-0.9.0.ebuild | |
parent | dev-ml/stdio: rm old versions (diff) | |
download | gentoo-68b6c29ba057fde486d22a120cc91b23b17a4d53.tar.gz gentoo-68b6c29ba057fde486d22a120cc91b23b17a4d53.tar.bz2 gentoo-68b6c29ba057fde486d22a120cc91b23b17a4d53.zip |
dev-ml/spawn: 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/spawn/spawn-0.9.0.ebuild')
-rw-r--r-- | dev-ml/spawn/spawn-0.9.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ml/spawn/spawn-0.9.0.ebuild b/dev-ml/spawn/spawn-0.9.0.ebuild deleted file mode 100644 index 20fe4468b71d..000000000000 --- a/dev-ml/spawn/spawn-0.9.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Spawning sub-processes" -HOMEPAGE="https://github.com/janestreet/spawn" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/jbuilder" |