summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-22 09:58:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-22 10:31:32 +0200
commit974a726c413644228f95874a5c18e98c1a3a2054 (patch)
treef05cd0ce602587e86f8b1ba52f79958a9cbc9ec6 /dev-ml/angstrom-async/angstrom-async-0.6.0.ebuild
parentdev-ml/angstrom-unix: Remove old (diff)
downloadgentoo-974a726c413644228f95874a5c18e98c1a3a2054.tar.gz
gentoo-974a726c413644228f95874a5c18e98c1a3a2054.tar.bz2
gentoo-974a726c413644228f95874a5c18e98c1a3a2054.zip
dev-ml/angstrom-async: Remove old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-ml/angstrom-async/angstrom-async-0.6.0.ebuild')
-rw-r--r--dev-ml/angstrom-async/angstrom-async-0.6.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-ml/angstrom-async/angstrom-async-0.6.0.ebuild b/dev-ml/angstrom-async/angstrom-async-0.6.0.ebuild
deleted file mode 100644
index 71eba82e1582..000000000000
--- a/dev-ml/angstrom-async/angstrom-async-0.6.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit findlib
-
-DESCRIPTION="Parser combinators built for speed and memory efficiency"
-HOMEPAGE="https://github.com/inhabitedtype/angstrom"
-SRC_URI="https://github.com/inhabitedtype/angstrom/archive/${PV}.tar.gz -> angstrom-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-lang/ocaml:=
- dev-ml/angstrom:=
- dev-ml/async:=
-"
-DEPEND="${RDEPEND}
- dev-ml/jbuilder
- dev-ml/opam"
-
-S="${WORKDIR}/angstrom-${PV}"
-
-src_compile() {
- jbuilder build -p ${PN} || die
-}
-
-src_test() {
- jbuilder runtest -p ${PN}
-}
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- --mandir="${ED}/usr/share/man" \
- ${PN}.install || die
-}