dev-ml/pa_structural_sexp: bump to 113.00.00
authorAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 12:16:06 +0000 (14:16 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 14:03:02 +0000 (16:03 +0200)
Package-Manager: portage-2.2.20.1

dev-ml/pa_structural_sexp/Manifest
dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild [new file with mode: 0644]

index 1ac5d21318160cc342353bc9ede8995affabd4e5..68ba4624951105661afdf50aafa6ce2e3675b946 100644 (file)
@@ -1 +1,2 @@
 DIST pa_structural_sexp-112.35.00.tar.gz 51683 SHA256 8425bcdd59afd2d1efb96521b5719ce8308c3ee7fb8cd94981d5eac203430721 SHA512 1ae56cbfdbd0badd3d0c4dd6a50fce46656ea41f28db7d1cb653f8549eda06eb402251f6b31974abd9c1a292a73203c267755d8eb4cd01575cf3e19a3eaf61de WHIRLPOOL e016d2608a1511531343f430eebef6170a2e17f23d993d6105a1706fe3fa62d500d1b39943ace352b0c168d64a32059c48a0d83ac67255f1519e2e8052840be2
+DIST pa_structural_sexp-113.00.00.tar.gz 51825 SHA256 904ee372233d7d47a4b2468505cd768294a3d3f98650dac790ae1af2d24fa5a9 SHA512 7d1cbb1122b735e7aece71c7b50328a33dc72e63b336d5801433b5017bb94e2baa9a056cf076a2e8747afdf33e5a736154e4b74d5f7b079a6a144f9273e87f9c WHIRLPOOL 4e185ff4ce1ec6b81ee4408be7104dd7709ca2bd80853adb07f6976e42a9dbde532b13ed4e6ea6d028889879c14aeb2f44d490a800858cd66dad01e468261be0
diff --git a/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild b/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild
new file mode 100644 (file)
index 0000000..f10e431
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Quotation expanders to simplify building s-expressions from ocaml values"
+HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/camlp4:=
+       dev-ml/type-conv:=
+       dev-ml/sexplib:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.md" )