summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_here/ppx_here-0.9.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ppx_here/ppx_here-0.9.1.ebuild')
-rw-r--r--dev-ml/ppx_here/ppx_here-0.9.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild b/dev-ml/ppx_here/ppx_here-0.9.1.ebuild
deleted file mode 100644
index 972fc65d0d4b..000000000000
--- a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Expands [%here] into its location"
-HOMEPAGE="https://github.com/janestreet/ppx_here"
-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="
- dev-ml/ppx_core:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_optcomp:=
- dev-ml/ocaml-migrate-parsetree:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/jbuilder"