Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
Date: Mon, 04 Apr 2022 16:22:37
Message-Id: 1649089334.c48eea12934c03d56217eb26700996034af61f93.tupone@gentoo
1 commit: c48eea12934c03d56217eb26700996034af61f93
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 16:22:14 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 16:22:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48eea12
7
8 dev-ml/camlp-streams: add to tree
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/camlp-streams/Manifest | 1 +
14 dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 21 +++++++++++++++++++++
15 dev-ml/camlp-streams/metadata.xml | 11 +++++++++++
16 3 files changed, 33 insertions(+)
17
18 diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest
19 new file mode 100644
20 index 000000000000..865aab3120ac
21 --- /dev/null
22 +++ b/dev-ml/camlp-streams/Manifest
23 @@ -0,0 +1 @@
24 +DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36
25
26 diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
27 new file mode 100644
28 index 000000000000..c8d149bd2abf
29 --- /dev/null
30 +++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit dune
38 +
39 +DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5"
40 +HOMEPAGE="https://github.com/ocaml/camlp-streams"
41 +SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
42 + -> ${P}.tar.gz"
43 +
44 +LICENSE="LGPL-2-with-linking-exception"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +DEPEND=""
49 +RDEPEND="${DEPEND}"
50 +BDEPEND=""
51 +
52 +IUSE="+ocamlopt"
53
54 diff --git a/dev-ml/camlp-streams/metadata.xml b/dev-ml/camlp-streams/metadata.xml
55 new file mode 100644
56 index 000000000000..8e02f1e00978
57 --- /dev/null
58 +++ b/dev-ml/camlp-streams/metadata.xml
59 @@ -0,0 +1,11 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <maintainer type="project">
64 + <email>ml@g.o</email>
65 + <name>ML</name>
66 + </maintainer>
67 + <upstream>
68 + <remote-id type="github">ocaml/camlp-streams</remote-id>
69 + </upstream>
70 +</pkgmetadata>