diff options
author | 2015-07-27 07:49:45 +0000 | |
---|---|---|
committer | 2015-07-27 07:49:45 +0000 | |
commit | a1b414bec8216046ff0bf189a2bd9e19d2e57c7e (patch) | |
tree | d18466ec6fe34a1157407ffd58fcb7af838c6ec5 /dev-ml | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-a1b414bec8216046ff0bf189a2bd9e19d2e57c7e.tar.gz gentoo-2-a1b414bec8216046ff0bf189a2bd9e19d2e57c7e.tar.bz2 gentoo-2-a1b414bec8216046ff0bf189a2bd9e19d2e57c7e.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/ocaml-base64/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocaml-base64/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild | 24 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ml/ocaml-base64/ChangeLog b/dev-ml/ocaml-base64/ChangeLog new file mode 100644 index 000000000000..97489ff2b78d --- /dev/null +++ b/dev-ml/ocaml-base64/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ml/ocaml-base64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-base64/ChangeLog,v 1.1 2015/07/27 07:49:45 aballier Exp $ + +*ocaml-base64-2.0.0 (27 Jul 2015) + + 27 Jul 2015; Alexis Ballier <aballier@gentoo.org> +ocaml-base64-2.0.0.ebuild, + +metadata.xml: + initial import, ebuild by me + diff --git a/dev-ml/ocaml-base64/metadata.xml b/dev-ml/ocaml-base64/metadata.xml new file mode 100644 index 000000000000..849ed8ebf13d --- /dev/null +++ b/dev-ml/ocaml-base64/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-base64/ocaml-base64-2.0.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild new file mode 100644 index 000000000000..57653b187635 --- /dev/null +++ b/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild,v 1.1 2015/07/27 07:49:45 aballier Exp $ + +EAPI="5" + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Library for radix-64 representation (de)coding" +HOMEPAGE="https://github.com/mirage/ocaml-base64" +SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]" +DEPEND="${RDEPEND} + >=dev-ml/findlib-1.3.2" + +DOCS=( "README.md" "CHANGES.md" ) |