Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-nim/grok/
Date: Tue, 01 Nov 2022 02:55:12
Message-Id: 1667119117.0046e5324a24866ad276988bc51a3cfb235e1feb.tastytea@gentoo
1 commit: 0046e5324a24866ad276988bc51a3cfb235e1feb
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Oct 30 08:38:24 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Oct 30 08:38:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0046e532
7
8 dev-nim/grok: add 0.6.0
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.6.0.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/dev-nim/grok/Manifest b/dev-nim/grok/Manifest
17 index 7b3fd92d4..bf93e9cf2 100644
18 --- a/dev-nim/grok/Manifest
19 +++ b/dev-nim/grok/Manifest
20 @@ -1 +1,2 @@
21 DIST grok-0.5.3.tar.gz 5226 BLAKE2B 1e1f73fdb1e995e42c116bfb517909d7f449eb0a4351ed604516854b35351198f2ed5f9bea03ab6fc888f0f46dfd309d59d5d3cd83cfb8db795e2267472339d3 SHA512 8cab53d0586a486dab087d0d2dac1acbbe93d63b6f5046378cd0fae45f26c4da6a9f3e12735f81d1d6b44398eadc029f288b1fa09dd8aa992c7d64588999268f
22 +DIST grok-0.6.0.tar.gz 5904 BLAKE2B 98d8d7e16b0737c1afab17095a41477fad296be4765f206602dad60b2374d6d8caa278153f58da6b89a5944029307cd43b4db1eebb2652a162710790a97256e4 SHA512 ad1c5acf67456274751d76ecb2e73db13ab8a08bca4e3d6aa6d962ecf2337cc29af16bbcbe74248da04dc3855961b6be8378e91eef8ba0a56624acf24d685a2f
23
24 diff --git a/dev-nim/grok/grok-0.6.0.ebuild b/dev-nim/grok/grok-0.6.0.ebuild
25 new file mode 100644
26 index 000000000..55a045459
27 --- /dev/null
28 +++ b/dev-nim/grok/grok-0.6.0.ebuild
29 @@ -0,0 +1,16 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit nimble
36 +
37 +DESCRIPTION="Macro library for Nim"
38 +HOMEPAGE="https://github.com/disruptek/grok"
39 +SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="MIT"
42 +SLOT="${PV}"
43 +KEYWORDS="~amd64"
44 +
45 +set_package_url "https://github.com/disruptek/grok"