diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-03-28 12:24:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-03-28 12:24:03 +0000 |
commit | 4ffac6696fff3e0283815df7385cf1ced4c0356a (patch) | |
tree | 6ff844d67402640a040b5cbce20ed2c05d6b79f6 /dev-ml | |
parent | append-lfs-flags uses CPPFLAGS so we need to use those (diff) | |
download | gentoo-2-4ffac6696fff3e0283815df7385cf1ced4c0356a.tar.gz gentoo-2-4ffac6696fff3e0283815df7385cf1ced4c0356a.tar.bz2 gentoo-2-4ffac6696fff3e0283815df7385cf1ced4c0356a.zip |
initial import, ebuild by me
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlmod/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocamlmod/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild | 23 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/ocamlmod/ChangeLog b/dev-ml/ocamlmod/ChangeLog new file mode 100644 index 000000000000..509059f08f4b --- /dev/null +++ b/dev-ml/ocamlmod/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ml/ocamlmod +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.1 2012/03/28 12:24:03 aballier Exp $ + +*ocamlmod-0.0.1 (28 Mar 2012) + + 28 Mar 2012; Alexis Ballier <aballier@gentoo.org> +ocamlmod-0.0.1.ebuild, + +metadata.xml: + initial import, ebuild by me + diff --git a/dev-ml/ocamlmod/metadata.xml b/dev-ml/ocamlmod/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/ocamlmod/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/ocamlmod/ocamlmod-0.0.1.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild new file mode 100644 index 000000000000..3d94420dca41 --- /dev/null +++ b/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild,v 1.1 2012/03/28 12:24:03 aballier Exp $ + +EAPI=4 + +inherit oasis + +DESCRIPTION="Generate OCaml modules from source files" +HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/623/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/ocaml-fileutils + dev-ml/pcre-ocaml" +RDEPEND="${DEPEND}" + +STRIP_MASK="*/bin/*" +DOCS=( "AUTHORS.txt" "README.txt" ) |