Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-nim/frosty/
Date: Wed, 29 Jun 2022 15:38:15
Message-Id: 1656503558.e9b9865a65b25b446f0849c3811bab12e68b02b1.flow@gentoo
1 commit: e9b9865a65b25b446f0849c3811bab12e68b02b1
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 11:38:53 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:52:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9b9865a
7
8 dev-nim/frosty: new package, add 3.0.0
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/frosty/Manifest | 1 +
13 dev-nim/frosty/frosty-3.0.0.ebuild | 28 ++++++++++++++++++++++++++++
14 dev-nim/frosty/metadata.xml | 13 +++++++++++++
15 3 files changed, 42 insertions(+)
16
17 diff --git a/dev-nim/frosty/Manifest b/dev-nim/frosty/Manifest
18 new file mode 100644
19 index 000000000..55673ea1b
20 --- /dev/null
21 +++ b/dev-nim/frosty/Manifest
22 @@ -0,0 +1 @@
23 +DIST frosty-3.0.0.tar.gz 14573 BLAKE2B 8f9e7647a15840b1f92032fa6961ed417b928fc21604eec61cb67a98cdcfacba8dbfaea94941e83af323300d34a7971ace556147b69eb06679a2005a526f6303 SHA512 83cc18dca29da8df288ed29779394f016fc81772273939d0ca3d184440f5d9b75c00e69c34f6c330e8672244fdee6213b6eaf3f68fa840093166d07d6478ad98
24
25 diff --git a/dev-nim/frosty/frosty-3.0.0.ebuild b/dev-nim/frosty/frosty-3.0.0.ebuild
26 new file mode 100644
27 index 000000000..bfe77b968
28 --- /dev/null
29 +++ b/dev-nim/frosty/frosty-3.0.0.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit edo nimble
37 +
38 +DESCRIPTION="Serialize native Nim types to strings, streams, sockets, or anything else"
39 +HOMEPAGE="https://github.com/disruptek/frosty"
40 +SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="${PV}"
44 +KEYWORDS="~amd64"
45 +
46 +IUSE="test"
47 +RESTRICT="!test? ( test )"
48 +
49 +BDEPEND="test? (
50 + >dev-nim/balls-2.0.0
51 + <dev-nim/balls-4.0.0
52 +)"
53 +
54 +set_package_url "https://github.com/disruptek/frosty"
55 +
56 +src_test() {
57 + edo balls
58 +}
59
60 diff --git a/dev-nim/frosty/metadata.xml b/dev-nim/frosty/metadata.xml
61 new file mode 100644
62 index 000000000..259c99fd0
63 --- /dev/null
64 +++ b/dev-nim/frosty/metadata.xml
65 @@ -0,0 +1,13 @@
66 +<?xml version="1.0" encoding="UTF-8"?>
67 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
68 +<pkgmetadata>
69 + <maintainer type="person">
70 + <email>cyber+gentoo@×××××.in</email>
71 + <name>Anna</name>
72 + </maintainer>
73 + <upstream>
74 + <remote-id type="github">disruptek/frosty</remote-id>
75 + <bugs-to>https://github.com/disruptek/frosty/issues</bugs-to>
76 + <doc>https://disruptek.github.io/frosty/frosty.html</doc>
77 + </upstream>
78 +</pkgmetadata>