* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/jsony/
@ 2022-06-30 11:41 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-06-30 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 290814fbf13562e39dba808bb304daffbb3741a2
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 30 09:23:30 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun 30 11:39:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=290814fb
dev-nim/jsony: new package, add 1.1.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/jsony/Manifest | 1 +
dev-nim/jsony/jsony-1.1.3.ebuild | 19 +++++++++++++++++++
dev-nim/jsony/metadata.xml | 11 +++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-nim/jsony/Manifest b/dev-nim/jsony/Manifest
new file mode 100644
index 000000000..acf72d468
--- /dev/null
+++ b/dev-nim/jsony/Manifest
@@ -0,0 +1 @@
+DIST jsony-1.1.3.tar.gz 18352 BLAKE2B c8a9942001535e823a8137fade1db2fad5549af97e0cdd75543660b267e0a260016b5979eba4031ae37ca8849acda2de540acfc595d95b895bbc3f8215eb8f29 SHA512 bc7b4282d4250836b04f0b04d1bc33ddfc5bdd4fb26fa6d313bff2972c0e83055a8b2212027443f70c209bdf0e0316d73c73cfc7f6211e6c824937ba10439558
diff --git a/dev-nim/jsony/jsony-1.1.3.ebuild b/dev-nim/jsony/jsony-1.1.3.ebuild
new file mode 100644
index 000000000..311ee455c
--- /dev/null
+++ b/dev-nim/jsony/jsony-1.1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+DESCRIPTION="A loose direct to object json parser with hooks"
+HOMEPAGE="
+ https://github.com/treeform/jsony
+ https://nimble.directory/pkg/jsony
+"
+SRC_URI="https://github.com/treeform/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+set_package_url "https://github.com/treeform/jsony"
diff --git a/dev-nim/jsony/metadata.xml b/dev-nim/jsony/metadata.xml
new file mode 100644
index 000000000..a9dae2c46
--- /dev/null
+++ b/dev-nim/jsony/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">treeform/jsony</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/jsony/
@ 2023-01-08 2:17 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-01-08 2:17 UTC (permalink / raw
To: gentoo-commits
commit: c4ce6fe1a4ad3e27bb1cb329ed09fa7baf0182ff
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 8 02:16:29 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan 8 02:17:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4ce6fe1
dev-nim/jsony: add 1.1.3_p20220114
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/jsony/Manifest | 1 +
dev-nim/jsony/jsony-1.1.3_p20220114.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-nim/jsony/Manifest b/dev-nim/jsony/Manifest
index acf72d468..f0cad1810 100644
--- a/dev-nim/jsony/Manifest
+++ b/dev-nim/jsony/Manifest
@@ -1 +1,2 @@
DIST jsony-1.1.3.tar.gz 18352 BLAKE2B c8a9942001535e823a8137fade1db2fad5549af97e0cdd75543660b267e0a260016b5979eba4031ae37ca8849acda2de540acfc595d95b895bbc3f8215eb8f29 SHA512 bc7b4282d4250836b04f0b04d1bc33ddfc5bdd4fb26fa6d313bff2972c0e83055a8b2212027443f70c209bdf0e0316d73c73cfc7f6211e6c824937ba10439558
+DIST jsony-1.1.3_p20220114.tar.gz 19390 BLAKE2B 814844f1c68ab3cc5213309fc8fb1a22dbd00674326d7d073dd5a3f455fc9a97516d817c5f947bfbaaf307810eb39be59ba271b7e7270f78107d7c873cc51588 SHA512 5a3da0de68fa5b1379f4002f10477f294e90b94fe8bedb2393d5c8d4381f2c17cedec0ba407086dea302b5655c564b5ea900c9862b3a924e8f5b909d3ac635f7
diff --git a/dev-nim/jsony/jsony-1.1.3_p20220114.ebuild b/dev-nim/jsony/jsony-1.1.3_p20220114.ebuild
new file mode 100644
index 000000000..bfa9ad2eb
--- /dev/null
+++ b/dev-nim/jsony/jsony-1.1.3_p20220114.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+COMMIT="d0e69bddf83874e15b5c2f52f8b1386ac080b443"
+DESCRIPTION="A loose direct to object json parser with hooks"
+HOMEPAGE="
+ https://github.com/treeform/jsony
+ https://nimble.directory/pkg/jsony
+"
+SRC_URI="https://github.com/treeform/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="MIT"
+SLOT="${PV%_*}"
+KEYWORDS="~amd64"
+
+set_package_url "https://github.com/treeform/jsony"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/jsony/
@ 2023-02-15 13:56 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-02-15 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 00554b00948e38234e10def675cf04dbb4ba1eb8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 14 23:27:46 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Feb 15 13:39:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00554b00
dev-nim/jsony: add 1.1.5, drop 1.1.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/jsony/Manifest | 2 +-
dev-nim/jsony/{jsony-1.1.3.ebuild => jsony-1.1.5.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-nim/jsony/Manifest b/dev-nim/jsony/Manifest
index f0cad1810..f3e9daf99 100644
--- a/dev-nim/jsony/Manifest
+++ b/dev-nim/jsony/Manifest
@@ -1,2 +1,2 @@
-DIST jsony-1.1.3.tar.gz 18352 BLAKE2B c8a9942001535e823a8137fade1db2fad5549af97e0cdd75543660b267e0a260016b5979eba4031ae37ca8849acda2de540acfc595d95b895bbc3f8215eb8f29 SHA512 bc7b4282d4250836b04f0b04d1bc33ddfc5bdd4fb26fa6d313bff2972c0e83055a8b2212027443f70c209bdf0e0316d73c73cfc7f6211e6c824937ba10439558
DIST jsony-1.1.3_p20220114.tar.gz 19390 BLAKE2B 814844f1c68ab3cc5213309fc8fb1a22dbd00674326d7d073dd5a3f455fc9a97516d817c5f947bfbaaf307810eb39be59ba271b7e7270f78107d7c873cc51588 SHA512 5a3da0de68fa5b1379f4002f10477f294e90b94fe8bedb2393d5c8d4381f2c17cedec0ba407086dea302b5655c564b5ea900c9862b3a924e8f5b909d3ac635f7
+DIST jsony-1.1.5.tar.gz 20236 BLAKE2B 6e892ec95bd4548157db7c9f353b61e95c7236144e22e09085338297d78f591cb9063bf3511ecb1dea2b479cc5efffd6e01245f8a7651eb978e492d96821aa9a SHA512 f00dda7bbdfd1a2b2113503026bfe92a3dd10143e2036687a6eff653e718ce64471535a00a5e1dd90af608586337a6bcd8baa40223396379383ae2261a9f9d11
diff --git a/dev-nim/jsony/jsony-1.1.3.ebuild b/dev-nim/jsony/jsony-1.1.5.ebuild
similarity index 92%
rename from dev-nim/jsony/jsony-1.1.3.ebuild
rename to dev-nim/jsony/jsony-1.1.5.ebuild
index 311ee455c..2e1f04c24 100644
--- a/dev-nim/jsony/jsony-1.1.3.ebuild
+++ b/dev-nim/jsony/jsony-1.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-15 13:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 13:56 [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/jsony/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2023-01-08 2:17 Anna Vyalkova
2022-06-30 11:41 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox