diff options
Diffstat (limited to 'dev-ml/zed/zed-1.5.ebuild')
-rw-r--r-- | dev-ml/zed/zed-1.5.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ml/zed/zed-1.5.ebuild b/dev-ml/zed/zed-1.5.ebuild deleted file mode 100644 index c8a407083927..000000000000 --- a/dev-ml/zed/zed-1.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit opam - -DESCRIPTION="Zed is an abstract engine for text edition" -HOMEPAGE="https://github.com/diml/zed" -SRC_URI="https://github.com/diml/zed/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-lang/ocaml:= - dev-ml/camomile:= - dev-ml/react:=" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - dev-ml/jbuilder" - -src_compile() { - jbuilder build --only-packages zed @install || die -} |