summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/ocaml-base64/ChangeLog10
-rw-r--r--dev-ml/ocaml-base64/metadata.xml5
-rw-r--r--dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild24
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" )