dev-ml/ppx_driver: initial import; ebuild by me

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2016-02-05 16:06:03 +01:00
parent c28283b102
commit ab2bba4afb
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST ppx_driver-113.24.00.tar.gz 58520 SHA256 d7f4a5eacdddf94f3babca15fe7a0212e8379639662af149a8f64a5ed6593f15 SHA512 c1c8c711e547f7c5bd87a36f004b5d06f88c3261728cb47195736ca09cab74b936ebd791252dae34c2995c48a605d0de77497b143a62a43a0e23f7bbbb53e000 WHIRLPOOL 12a6147defe38a90c767c9161b4d40f18392d626da101fa09bdc5e816fd5990388aab11106ae9c4d9ff188f11f314f8892fa9cd507fa5fec45fcfedcfd51e7ed

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ml@gentoo.org</email>
<name>Gentoo ML Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Feature-full driver for OCaml AST transformers"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-ml/ppx_tools:=
dev-ml/ppx_core:=
dev-ml/ppx_optcomp:="
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
DOCS=( CHANGES.md )