* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/grok/
@ 2022-06-29 11:52 Anna Vyalkova
0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-06-29 11:52 UTC (permalink / raw
To: gentoo-commits
commit: 1c5f8211924df6f5c991c476a408ae5e81fd2c84
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 29 08:53:46 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 29 11:52:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c5f8211
dev-nim/grok: new package, add 0.5.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/grok/Manifest | 1 +
dev-nim/grok/grok-0.5.3.ebuild | 16 ++++++++++++++++
dev-nim/grok/metadata.xml | 12 ++++++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-nim/grok/Manifest b/dev-nim/grok/Manifest
new file mode 100644
index 000000000..7b3fd92d4
--- /dev/null
+++ b/dev-nim/grok/Manifest
@@ -0,0 +1 @@
+DIST grok-0.5.3.tar.gz 5226 BLAKE2B 1e1f73fdb1e995e42c116bfb517909d7f449eb0a4351ed604516854b35351198f2ed5f9bea03ab6fc888f0f46dfd309d59d5d3cd83cfb8db795e2267472339d3 SHA512 8cab53d0586a486dab087d0d2dac1acbbe93d63b6f5046378cd0fae45f26c4da6a9f3e12735f81d1d6b44398eadc029f288b1fa09dd8aa992c7d64588999268f
diff --git a/dev-nim/grok/grok-0.5.3.ebuild b/dev-nim/grok/grok-0.5.3.ebuild
new file mode 100644
index 000000000..2a569d3c0
--- /dev/null
+++ b/dev-nim/grok/grok-0.5.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+DESCRIPTION="Macro library for Nim"
+HOMEPAGE="https://github.com/disruptek/grok"
+SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+set_package_url "https://github.com/disruptek/grok"
diff --git a/dev-nim/grok/metadata.xml b/dev-nim/grok/metadata.xml
new file mode 100644
index 000000000..004664448
--- /dev/null
+++ b/dev-nim/grok/metadata.xml
@@ -0,0 +1,12 @@
+<?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">disruptek/grok</remote-id>
+ <bugs-to>https://github.com/disruptek/grok/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/grok/
@ 2022-10-30 8:38 Anna Vyalkova
0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-10-30 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 0046e5324a24866ad276988bc51a3cfb235e1feb
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Oct 30 08:38:24 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Oct 30 08:38:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0046e532
dev-nim/grok: add 0.6.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/grok/Manifest | 1 +
dev-nim/grok/grok-0.6.0.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-nim/grok/Manifest b/dev-nim/grok/Manifest
index 7b3fd92d4..bf93e9cf2 100644
--- a/dev-nim/grok/Manifest
+++ b/dev-nim/grok/Manifest
@@ -1 +1,2 @@
DIST grok-0.5.3.tar.gz 5226 BLAKE2B 1e1f73fdb1e995e42c116bfb517909d7f449eb0a4351ed604516854b35351198f2ed5f9bea03ab6fc888f0f46dfd309d59d5d3cd83cfb8db795e2267472339d3 SHA512 8cab53d0586a486dab087d0d2dac1acbbe93d63b6f5046378cd0fae45f26c4da6a9f3e12735f81d1d6b44398eadc029f288b1fa09dd8aa992c7d64588999268f
+DIST grok-0.6.0.tar.gz 5904 BLAKE2B 98d8d7e16b0737c1afab17095a41477fad296be4765f206602dad60b2374d6d8caa278153f58da6b89a5944029307cd43b4db1eebb2652a162710790a97256e4 SHA512 ad1c5acf67456274751d76ecb2e73db13ab8a08bca4e3d6aa6d962ecf2337cc29af16bbcbe74248da04dc3855961b6be8378e91eef8ba0a56624acf24d685a2f
diff --git a/dev-nim/grok/grok-0.6.0.ebuild b/dev-nim/grok/grok-0.6.0.ebuild
new file mode 100644
index 000000000..55a045459
--- /dev/null
+++ b/dev-nim/grok/grok-0.6.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+DESCRIPTION="Macro library for Nim"
+HOMEPAGE="https://github.com/disruptek/grok"
+SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+set_package_url "https://github.com/disruptek/grok"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/grok/
@ 2022-11-03 3:09 Anna Vyalkova
0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-11-03 3:09 UTC (permalink / raw
To: gentoo-commits
commit: 42d037ddc0dccf9b391629a3471ea67e53cd0cae
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 2 21:41:58 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 3 01:12:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42d037dd
dev-nim/grok: add 0.6.2, drop 0.5.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/grok/Manifest | 2 +-
dev-nim/grok/{grok-0.5.3.ebuild => grok-0.6.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-nim/grok/Manifest b/dev-nim/grok/Manifest
index bf93e9cf2..221e229d1 100644
--- a/dev-nim/grok/Manifest
+++ b/dev-nim/grok/Manifest
@@ -1,2 +1,2 @@
-DIST grok-0.5.3.tar.gz 5226 BLAKE2B 1e1f73fdb1e995e42c116bfb517909d7f449eb0a4351ed604516854b35351198f2ed5f9bea03ab6fc888f0f46dfd309d59d5d3cd83cfb8db795e2267472339d3 SHA512 8cab53d0586a486dab087d0d2dac1acbbe93d63b6f5046378cd0fae45f26c4da6a9f3e12735f81d1d6b44398eadc029f288b1fa09dd8aa992c7d64588999268f
DIST grok-0.6.0.tar.gz 5904 BLAKE2B 98d8d7e16b0737c1afab17095a41477fad296be4765f206602dad60b2374d6d8caa278153f58da6b89a5944029307cd43b4db1eebb2652a162710790a97256e4 SHA512 ad1c5acf67456274751d76ecb2e73db13ab8a08bca4e3d6aa6d962ecf2337cc29af16bbcbe74248da04dc3855961b6be8378e91eef8ba0a56624acf24d685a2f
+DIST grok-0.6.2.tar.gz 5861 BLAKE2B 1ba1b36c1f18867c86ef58260a836b0d2772587e80116db28d3e532407bd1d1b5d60494bbeac396af9aefbbb3c6f739919f439684cfe1f58e114a3a458659fdb SHA512 096301978fb53f1c1166834caef16993e7f2e6e51af1efd59fa13224353eebb5b638feae7ceabe74e39500e61b12e1622ea127154e4af2bac4ed85a5b54efa3e
diff --git a/dev-nim/grok/grok-0.5.3.ebuild b/dev-nim/grok/grok-0.6.2.ebuild
similarity index 100%
rename from dev-nim/grok/grok-0.5.3.ebuild
rename to dev-nim/grok/grok-0.6.2.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/grok/
@ 2023-01-01 0:19 Anna Vyalkova
0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2023-01-01 0:19 UTC (permalink / raw
To: gentoo-commits
commit: a33657b424bd81ee9887a11c31bb5adb387493aa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 1 00:09:21 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan 1 00:19:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a33657b4
dev-nim/grok: add 0.6.4, drop 0.6.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/grok/Manifest | 2 +-
dev-nim/grok/{grok-0.6.0.ebuild => grok-0.6.4.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-nim/grok/Manifest b/dev-nim/grok/Manifest
index 221e229d1..7c861adfe 100644
--- a/dev-nim/grok/Manifest
+++ b/dev-nim/grok/Manifest
@@ -1,2 +1,2 @@
-DIST grok-0.6.0.tar.gz 5904 BLAKE2B 98d8d7e16b0737c1afab17095a41477fad296be4765f206602dad60b2374d6d8caa278153f58da6b89a5944029307cd43b4db1eebb2652a162710790a97256e4 SHA512 ad1c5acf67456274751d76ecb2e73db13ab8a08bca4e3d6aa6d962ecf2337cc29af16bbcbe74248da04dc3855961b6be8378e91eef8ba0a56624acf24d685a2f
DIST grok-0.6.2.tar.gz 5861 BLAKE2B 1ba1b36c1f18867c86ef58260a836b0d2772587e80116db28d3e532407bd1d1b5d60494bbeac396af9aefbbb3c6f739919f439684cfe1f58e114a3a458659fdb SHA512 096301978fb53f1c1166834caef16993e7f2e6e51af1efd59fa13224353eebb5b638feae7ceabe74e39500e61b12e1622ea127154e4af2bac4ed85a5b54efa3e
+DIST grok-0.6.4.tar.gz 5991 BLAKE2B 32cf818d0bc5efea6ad3a0cb048a14b96e5760a2223f5478eccf8e97854e1030b8216c19358c62e046e5631b6cd99e973b936ca127fd4b213377d04ad3ca44a5 SHA512 40f5e4e641d013fdb79b34fca21b896387d4ac74788518c5bc50bea783de6cc13ce34f7aace45a0e18a382eed4e566bc6dfa343b07dc57a9bc7fd4ca8befebae
diff --git a/dev-nim/grok/grok-0.6.0.ebuild b/dev-nim/grok/grok-0.6.4.ebuild
similarity index 90%
rename from dev-nim/grok/grok-0.6.0.ebuild
rename to dev-nim/grok/grok-0.6.4.ebuild
index 55a045459..92d96edc6 100644
--- a/dev-nim/grok/grok-0.6.0.ebuild
+++ b/dev-nim/grok/grok-0.6.4.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] 4+ messages in thread
end of thread, other threads:[~2023-01-01 0:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 3:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/grok/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2023-01-01 0:19 Anna Vyalkova
2022-10-30 8:38 Anna Vyalkova
2022-06-29 11:52 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox