Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cow/
Date: Sun, 03 Apr 2022 23:49:42
Message-Id: 1649029551.fa1cf18fd7f91eefdc3d7a3623b31702a0c50f9c.Alessandro-Barbieri@gentoo
1 commit: fa1cf18fd7f91eefdc3d7a3623b31702a0c50f9c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 2 20:53:13 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 23:45:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa1cf18f
7
8 dev-ml/cow new package
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/cow/Manifest | 1 +
13 dev-ml/cow/cow-2.4.0.ebuild | 29 +++++++++++++++++++++++++++++
14 dev-ml/cow/metadata.xml | 11 +++++++++++
15 3 files changed, 41 insertions(+)
16
17 diff --git a/dev-ml/cow/Manifest b/dev-ml/cow/Manifest
18 new file mode 100644
19 index 000000000..9b9138c8d
20 --- /dev/null
21 +++ b/dev-ml/cow/Manifest
22 @@ -0,0 +1 @@
23 +DIST cow-v2.4.0.tbz 19641 BLAKE2B 257a74a20dee2ca54fa4ac825d5687197171b6c8643a4b5e46f1c8f078ffc85da5ed29caea003bffbd90fcef7718ce58bd90e64282e9482ee19b3f2b0ac524ba SHA512 a05745307e91a5690e22563f4c0b93ce5a232d1b4d362869ed50b26b5bc7c9de0ff3388f525a0ab5e8207b4b06673757ceba03114e0470bb3fd51c86994b6818
24
25 diff --git a/dev-ml/cow/cow-2.4.0.ebuild b/dev-ml/cow/cow-2.4.0.ebuild
26 new file mode 100644
27 index 000000000..0dca8cc2f
28 --- /dev/null
29 +++ b/dev-ml/cow/cow-2.4.0.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit dune
37 +
38 +MY_P="${PN}-v${PV}"
39 +
40 +DESCRIPTION="Caml on the Web"
41 +HOMEPAGE="
42 + http://www.openmirage.org/
43 + https://github.com/mirage/ocaml-cow
44 +"
45 +SRC_URI="https://github.com/mirage/ocaml-cow/releases/download/v${PV}/${MY_P}.tbz"
46 +S="${WORKDIR}/${MY_P}"
47 +
48 +LICENSE="ISC"
49 +SLOT="0/${PV}"
50 +KEYWORDS="~amd64"
51 +IUSE="ocamlopt"
52 +
53 +DEPEND="
54 + dev-ml/ezjsonm
55 + dev-ml/omd
56 + dev-ml/uri
57 + dev-ml/xmlm
58 +"
59 +RDEPEND="${DEPEND}"
60
61 diff --git a/dev-ml/cow/metadata.xml b/dev-ml/cow/metadata.xml
62 new file mode 100644
63 index 000000000..06464e369
64 --- /dev/null
65 +++ b/dev-ml/cow/metadata.xml
66 @@ -0,0 +1,11 @@
67 +<?xml version="1.0" encoding="UTF-8"?>
68 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 +<pkgmetadata>
70 + <maintainer type="person">
71 + <email>lssndrbarbieri@×××××.com</email>
72 + <name>Alessandro Barbieri</name>
73 + </maintainer>
74 + <upstream>
75 + <remote-id type="github">mirage/ocaml-cow</remote-id>
76 + </upstream>
77 +</pkgmetadata>