diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 07:54:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 07:54:03 +0000 |
commit | a0fcc762f294067c836177f8d363afbf6d8c0a2f (patch) | |
tree | 26ffb75d754b2809f441adf5e2397373cf4ef2af /dev-ml/ocaml-re | |
parent | version bump (diff) | |
download | gentoo-2-a0fcc762f294067c836177f8d363afbf6d8c0a2f.tar.gz gentoo-2-a0fcc762f294067c836177f8d363afbf6d8c0a2f.tar.bz2 gentoo-2-a0fcc762f294067c836177f8d363afbf6d8c0a2f.zip |
initial import, ebuild by me
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-re')
-rw-r--r-- | dev-ml/ocaml-re/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocaml-re/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild | 24 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ml/ocaml-re/ChangeLog b/dev-ml/ocaml-re/ChangeLog new file mode 100644 index 000000000000..1b90a86bf050 --- /dev/null +++ b/dev-ml/ocaml-re/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ml/ocaml-re +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.1 2014/10/24 07:54:03 aballier Exp $ + +*ocaml-re-1.2.2 (24 Oct 2014) + + 24 Oct 2014; Alexis Ballier <aballier@gentoo.org> +ocaml-re-1.2.2.ebuild, + +metadata.xml: + initial import, ebuild by me + diff --git a/dev-ml/ocaml-re/metadata.xml b/dev-ml/ocaml-re/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/ocaml-re/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/ocaml-re/ocaml-re-1.2.2.ebuild b/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild new file mode 100644 index 000000000000..cd2b167190a4 --- /dev/null +++ b/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild,v 1.1 2014/10/24 07:54:03 aballier Exp $ + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Regular expression library for OCaml" +HOMEPAGE="http://github.com/ocaml/ocaml-re" +SRC_URI="https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz" + +LICENSE="LGPL-2-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +DOCS=( "CHANGES" "TODO.txt" "README.md" ) +S="${WORKDIR}/${PN}-${P}" |