diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-13 18:00:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-13 18:00:15 +0000 |
commit | 4fffd7d814af1b8ea2c53f7d60a158e62fa29510 (patch) | |
tree | 04d6e1a1005ca4154cb590da8486d7a6ea8c5654 /dev-ml | |
parent | Version bump. (diff) | |
download | gentoo-2-4fffd7d814af1b8ea2c53f7d60a158e62fa29510.tar.gz gentoo-2-4fffd7d814af1b8ea2c53f7d60a158e62fa29510.tar.bz2 gentoo-2-4fffd7d814af1b8ea2c53f7d60a158e62fa29510.zip |
initial import, ebuild by me
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pa_structural_sexp/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/pa_structural_sexp/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild | 23 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/pa_structural_sexp/ChangeLog b/dev-ml/pa_structural_sexp/ChangeLog new file mode 100644 index 000000000000..b6407c7c56e8 --- /dev/null +++ b/dev-ml/pa_structural_sexp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ml/pa_structural_sexp +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_structural_sexp/ChangeLog,v 1.1 2015/07/13 18:00:15 aballier Exp $ + +*pa_structural_sexp-112.35.00 (13 Jul 2015) + + 13 Jul 2015; Alexis Ballier <aballier@gentoo.org> + +pa_structural_sexp-112.35.00.ebuild, +metadata.xml: + initial import, ebuild by me + diff --git a/dev-ml/pa_structural_sexp/metadata.xml b/dev-ml/pa_structural_sexp/metadata.xml new file mode 100644 index 000000000000..849ed8ebf13d --- /dev/null +++ b/dev-ml/pa_structural_sexp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> +</pkgmetadata> diff --git a/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild b/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild new file mode 100644 index 000000000000..d0619d01c3bb --- /dev/null +++ b/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_structural_sexp/pa_structural_sexp-112.35.00.ebuild,v 1.1 2015/07/13 18:00:15 aballier Exp $ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Quotation expanders to simplify building s-expressions from ocaml values" +HOMEPAGE="http://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" ) |