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/grok/
Date: Wed, 29 Jun 2022 15:38:13
Message-Id: 1656503557.1c5f8211924df6f5c991c476a408ae5e81fd2c84.flow@gentoo
1 commit: 1c5f8211924df6f5c991c476a408ae5e81fd2c84
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jun 29 08:53:46 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:52:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c5f8211
7
8 dev-nim/grok: new package, add 0.5.3
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/grok/Manifest | 1 +
13 dev-nim/grok/grok-0.5.3.ebuild | 16 ++++++++++++++++
14 dev-nim/grok/metadata.xml | 12 ++++++++++++
15 3 files changed, 29 insertions(+)
16
17 diff --git a/dev-nim/grok/Manifest b/dev-nim/grok/Manifest
18 new file mode 100644
19 index 000000000..7b3fd92d4
20 --- /dev/null
21 +++ b/dev-nim/grok/Manifest
22 @@ -0,0 +1 @@
23 +DIST grok-0.5.3.tar.gz 5226 BLAKE2B 1e1f73fdb1e995e42c116bfb517909d7f449eb0a4351ed604516854b35351198f2ed5f9bea03ab6fc888f0f46dfd309d59d5d3cd83cfb8db795e2267472339d3 SHA512 8cab53d0586a486dab087d0d2dac1acbbe93d63b6f5046378cd0fae45f26c4da6a9f3e12735f81d1d6b44398eadc029f288b1fa09dd8aa992c7d64588999268f
24
25 diff --git a/dev-nim/grok/grok-0.5.3.ebuild b/dev-nim/grok/grok-0.5.3.ebuild
26 new file mode 100644
27 index 000000000..2a569d3c0
28 --- /dev/null
29 +++ b/dev-nim/grok/grok-0.5.3.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit nimble
37 +
38 +DESCRIPTION="Macro library for Nim"
39 +HOMEPAGE="https://github.com/disruptek/grok"
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 +set_package_url "https://github.com/disruptek/grok"
47
48 diff --git a/dev-nim/grok/metadata.xml b/dev-nim/grok/metadata.xml
49 new file mode 100644
50 index 000000000..004664448
51 --- /dev/null
52 +++ b/dev-nim/grok/metadata.xml
53 @@ -0,0 +1,12 @@
54 +<?xml version="1.0" encoding="UTF-8"?>
55 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
56 +<pkgmetadata>
57 + <maintainer type="person">
58 + <email>cyber+gentoo@×××××.in</email>
59 + <name>Anna</name>
60 + </maintainer>
61 + <upstream>
62 + <remote-id type="github">disruptek/grok</remote-id>
63 + <bugs-to>https://github.com/disruptek/grok/issues</bugs-to>
64 + </upstream>
65 +</pkgmetadata>