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/jsony/
Date: Thu, 30 Jun 2022 17:39:48
Message-Id: 1656589188.290814fbf13562e39dba808bb304daffbb3741a2.flow@gentoo
1 commit: 290814fbf13562e39dba808bb304daffbb3741a2
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Jun 30 09:23:30 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 11:39:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=290814fb
7
8 dev-nim/jsony: new package, add 1.1.3
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-nim/jsony/Manifest | 1 +
13 dev-nim/jsony/jsony-1.1.3.ebuild | 19 +++++++++++++++++++
14 dev-nim/jsony/metadata.xml | 11 +++++++++++
15 3 files changed, 31 insertions(+)
16
17 diff --git a/dev-nim/jsony/Manifest b/dev-nim/jsony/Manifest
18 new file mode 100644
19 index 000000000..acf72d468
20 --- /dev/null
21 +++ b/dev-nim/jsony/Manifest
22 @@ -0,0 +1 @@
23 +DIST jsony-1.1.3.tar.gz 18352 BLAKE2B c8a9942001535e823a8137fade1db2fad5549af97e0cdd75543660b267e0a260016b5979eba4031ae37ca8849acda2de540acfc595d95b895bbc3f8215eb8f29 SHA512 bc7b4282d4250836b04f0b04d1bc33ddfc5bdd4fb26fa6d313bff2972c0e83055a8b2212027443f70c209bdf0e0316d73c73cfc7f6211e6c824937ba10439558
24
25 diff --git a/dev-nim/jsony/jsony-1.1.3.ebuild b/dev-nim/jsony/jsony-1.1.3.ebuild
26 new file mode 100644
27 index 000000000..311ee455c
28 --- /dev/null
29 +++ b/dev-nim/jsony/jsony-1.1.3.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 2022 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="A loose direct to object json parser with hooks"
39 +HOMEPAGE="
40 + https://github.com/treeform/jsony
41 + https://nimble.directory/pkg/jsony
42 +"
43 +SRC_URI="https://github.com/treeform/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="${PV}"
47 +KEYWORDS="~amd64"
48 +
49 +set_package_url "https://github.com/treeform/jsony"
50
51 diff --git a/dev-nim/jsony/metadata.xml b/dev-nim/jsony/metadata.xml
52 new file mode 100644
53 index 000000000..a9dae2c46
54 --- /dev/null
55 +++ b/dev-nim/jsony/metadata.xml
56 @@ -0,0 +1,11 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <maintainer type="person">
61 + <email>cyber+gentoo@×××××.in</email>
62 + <name>Anna</name>
63 + </maintainer>
64 + <upstream>
65 + <remote-id type="github">treeform/jsony</remote-id>
66 + </upstream>
67 +</pkgmetadata>