summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-08 14:25:30 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-08 14:36:08 +0100
commitef39661d21b9a165e8ecaf6f6b3ecb72a85e4095 (patch)
tree889da64e370969ef9e7d1f97b4bc9648380ada0c /dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
parentapp-crypt/codecrypt: version bump 1.7.2 bug #574126. By exa (diff)
downloadgentoo-ef39661d21b9a165e8ecaf6f6b3ecb72a85e4095.tar.gz
gentoo-ef39661d21b9a165e8ecaf6f6b3ecb72a85e4095.tar.bz2
gentoo-ef39661d21b9a165e8ecaf6f6b3ecb72a85e4095.zip
dev-ml/pa_sexp_conv: initial import; ebuild by me; compat for packages needed sexplib.syntax
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild')
-rw-r--r--dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
new file mode 100644
index 000000000000..12a8c180975a
--- /dev/null
+++ b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Deprecated camlp4 syntax extension for sexplib."
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="https://github.com/janestreet/pa_sexp_conv/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ dev-ml/type-conv:=
+ >=dev-ml/sexplib-113.24:=
+ dev-ml/camlp4:=
+"
+RDEPEND="${DEPEND}"
+DOCS=( README.md )