From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/cligen/
Date: Mon, 9 Dec 2024 01:40:53 +0000 (UTC) [thread overview]
Message-ID: <1733708404.c9cbf8c8d7384f8348010c3dfd3d2b4085c50f66.cybertailor@gentoo> (raw)
commit: c9cbf8c8d7384f8348010c3dfd3d2b4085c50f66
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 9 01:40:04 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 9 01:40:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9cbf8c8
dev-nim/cligen: add 1.7.8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/cligen/Manifest | 1 +
dev-nim/cligen/cligen-1.7.8.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest
index b0c5b9b10..134b53f9b 100644
--- a/dev-nim/cligen/Manifest
+++ b/dev-nim/cligen/Manifest
@@ -1 +1,2 @@
DIST cligen-1.7.2.tar.gz 450244 BLAKE2B cdf6dfd7f63005d88a0cbb073e3a286ad85e2949c61ea211928e64b0c6eb7bc1a43b8fad8a54c7b610986996be9319e5a17d6427c9f152189bfa1eb84e22cc2c SHA512 f8bc42006e8b838d075a3d9e284c76e2d83a8ef5c935a0d8f5bb013eaa27d808d217cf5dbc8f200d8b35695d9b73229eaf5497e8cc061ec591938163b1417695
+DIST cligen-1.7.8.tar.gz 453978 BLAKE2B 1e7497576aca594a5a0bb64b7c1af05d525d5a6ed27844316c62ff63971ad96e3150b08ff5e311ab940893b85815f62f28cb5d11c4f31f0844b6a054c309d345 SHA512 bed2c113371e26e943853cf8893edc90dd0c5e74c339889ec92ab73f66f2c90f32fcbcb45ab808888da60d75179255fe2519a9e5c52a96cf78af3f869d71f8f4
diff --git a/dev-nim/cligen/cligen-1.7.8.ebuild b/dev-nim/cligen/cligen-1.7.8.ebuild
new file mode 100644
index 000000000..e900a1423
--- /dev/null
+++ b/dev-nim/cligen/cligen-1.7.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+DESCRIPTION="Infer & generate command-line interface/option/argument parser"
+HOMEPAGE="
+ https://c-blake.github.io/cligen/
+ https://github.com/c-blake/cligen
+"
+SRC_URI="https://github.com/c-blake/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DOCS=( configs {MOTIVATION,README,RELEASE-NOTES,TODO}.md )
+
+set_package_url "https://github.com/c-blake/cligen"
+
+src_test() {
+ emake test V=1 NIM_EXTRA="--processing:off"
+}
+
+src_install() {
+ if use examples; then
+ docompress -x /usr/share/doc/${PF}/examples
+ dodoc -r examples
+ fi
+
+ nimble_src_install
+}
next reply other threads:[~2024-12-09 1:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 1:40 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-05 9:01 [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/cligen/ Anna Vyalkova
2025-03-17 17:36 Anna Vyalkova
2024-12-11 16:53 Anna Vyalkova
2024-12-09 1:40 Anna Vyalkova
2024-12-03 17:06 Anna Vyalkova
2024-07-01 2:10 Anna Vyalkova
2023-07-09 2:00 Anna Vyalkova
2023-06-30 16:28 Anna Vyalkova
2023-05-28 12:14 Anna Vyalkova
2023-05-20 8:17 Anna Vyalkova
2023-05-08 16:45 Anna Vyalkova
2023-04-26 14:29 Anna Vyalkova
2023-03-22 18:58 Anna Vyalkova
2023-03-20 6:00 Anna Vyalkova
2023-03-07 15:33 Anna Vyalkova
2023-03-01 2:33 Anna Vyalkova
2023-02-25 23:27 Anna Vyalkova
2023-01-26 20:53 Anna Vyalkova
2023-01-17 14:27 Anna Vyalkova
2023-01-05 13:08 Anna Vyalkova
2022-12-25 2:19 Anna Vyalkova
2022-11-26 13:51 Anna Vyalkova
2022-10-20 21:50 Anna Vyalkova
2022-10-10 16:43 Anna Vyalkova
2022-08-04 18:25 Anna Vyalkova
2022-08-04 13:10 Anna Vyalkova
2022-07-11 6:42 Anna Vyalkova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1733708404.c9cbf8c8d7384f8348010c3dfd3d2b4085c50f66.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox