commit:     c48eea12934c03d56217eb26700996034af61f93
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 16:22:14 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 16:22:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48eea12

dev-ml/camlp-streams: add to tree

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/camlp-streams/Manifest                 |  1 +
 dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 21 +++++++++++++++++++++
 dev-ml/camlp-streams/metadata.xml             | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest
new file mode 100644
index 000000000000..865aab3120ac
--- /dev/null
+++ b/dev-ml/camlp-streams/Manifest
@@ -0,0 +1 @@
+DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 
54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be
 SHA512 
f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36

diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild 
b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
new file mode 100644
index 000000000000..c8d149bd2abf
--- /dev/null
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5"
+HOMEPAGE="https://github.com/ocaml/camlp-streams";
+SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+IUSE="+ocamlopt"

diff --git a/dev-ml/camlp-streams/metadata.xml 
b/dev-ml/camlp-streams/metadata.xml
new file mode 100644
index 000000000000..8e02f1e00978
--- /dev/null
+++ b/dev-ml/camlp-streams/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>m...@gentoo.org</email>
+               <name>ML</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">ocaml/camlp-streams</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to