Gentoo Archives: gentoo-commits

From: Mark Wright <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/
Date: Tue, 13 Oct 2020 12:54:25
Message-Id: 1602593628.e133d39393181db46e2b2856fcaa5e6d3a975084.gienah@gentoo
1 commit: e133d39393181db46e2b2856fcaa5e6d3a975084
2 Author: Mark Wright <gienah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 12:08:38 2020 +0000
4 Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 12:53:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e133d393
7
8 dev-ml/typerep: Bump to 0.14.0
9
10 Co-Author: Alexis Ballier <aballier <AT> gentoo.org>
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Mark Wright <gienah <AT> gentoo.org>
13
14 dev-ml/typerep/Manifest | 1 +
15 dev-ml/typerep/metadata.xml | 5 ++++-
16 dev-ml/typerep/typerep-0.14.0.ebuild | 18 ++++++++++++++++++
17 3 files changed, 23 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
20 index fdb39cf9571..1731337c5df 100644
21 --- a/dev-ml/typerep/Manifest
22 +++ b/dev-ml/typerep/Manifest
23 @@ -1 +1,2 @@
24 +DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d SHA512 53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f
25 DIST typerep-0.9.0.tar.gz 24934 BLAKE2B 83e0cd9419c11a1b8dbce6730404dbe4b00597e441943d8315ad5a583ff50376c95413695e327996b07557b1b481df8ab15db5b37c3ac4c8396b7ed51aa822ea SHA512 f71fa3968ff5e93c384a97e2d39af0de33f4889643a7e43d70a777214dc4c7f35b3fac0864ffee99334cf03866a695f7afd1a907d5c7f3cec0d472b729adf9cc
26
27 diff --git a/dev-ml/typerep/metadata.xml b/dev-ml/typerep/metadata.xml
28 index 39191cd8618..f3f7dc32a8b 100644
29 --- a/dev-ml/typerep/metadata.xml
30 +++ b/dev-ml/typerep/metadata.xml
31 @@ -1,7 +1,10 @@
32 <?xml version="1.0" encoding="UTF-8"?>
33 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 <pkgmetadata>
35 - <!-- maintainer-needed -->
36 + <maintainer type="person">
37 + <email>gienah@g.o</email>
38 + <name>Mark Wright</name>
39 + </maintainer>
40 <upstream>
41 <remote-id type="github">janestreet/typerep</remote-id>
42 </upstream>
43
44 diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild b/dev-ml/typerep/typerep-0.14.0.ebuild
45 new file mode 100644
46 index 00000000000..6669dd8700f
47 --- /dev/null
48 +++ b/dev-ml/typerep/typerep-0.14.0.ebuild
49 @@ -0,0 +1,18 @@
50 +# Copyright 1999-2020 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=7
54 +
55 +inherit dune
56 +
57 +DESCRIPTION="Library for creating runtime representation of OCaml types"
58 +HOMEPAGE="https://github.com/janestreet/typerep"
59 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 +
61 +LICENSE="Apache-2.0"
62 +SLOT="0/${PV}"
63 +KEYWORDS="~amd64"
64 +IUSE="+ocamlopt"
65 +
66 +DEPEND="dev-ml/base:="
67 +RDEPEND="${DEPEND}"