public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-nim/cligen/
Date: Tue, 18 Mar 2025 09:25:59 +0000 (UTC)	[thread overview]
Message-ID: <1742232423.7bbc446d9b035476f98839f648af74bbedca52bb.davidroman@gentoo> (raw)

commit:     7bbc446d9b035476f98839f648af74bbedca52bb
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Mar 17 16:46:26 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar 17 17:27:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bbc446d

dev-nim/cligen: add 1.8.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-nim/cligen/Manifest            |  1 +
 dev-nim/cligen/cligen-1.8.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest
index 4f3f3daab..d8ccde260 100644
--- a/dev-nim/cligen/Manifest
+++ b/dev-nim/cligen/Manifest
@@ -1 +1,2 @@
 DIST cligen-1.7.8.tar.gz 453978 BLAKE2B 1e7497576aca594a5a0bb64b7c1af05d525d5a6ed27844316c62ff63971ad96e3150b08ff5e311ab940893b85815f62f28cb5d11c4f31f0844b6a054c309d345 SHA512 bed2c113371e26e943853cf8893edc90dd0c5e74c339889ec92ab73f66f2c90f32fcbcb45ab808888da60d75179255fe2519a9e5c52a96cf78af3f869d71f8f4
+DIST cligen-1.8.0.tar.gz 700454 BLAKE2B dbae91ca6808172225dab6e140b9e4c07a74d7072db34770d9b8295a5ee33eff68ff72f471ea7a5db2485226a4785212f6b2891f179fd0dfc8175bde8611a5df SHA512 61b0d882463f76888c16c2fc49b2ede54288e1939e103b074bdbb86ab2cfcc07468cb52004b6fe0c1d20371828652da8170407ac8ab70e3713d60da57894f091

diff --git a/dev-nim/cligen/cligen-1.8.0.ebuild b/dev-nim/cligen/cligen-1.8.0.ebuild
new file mode 100644
index 000000000..e900a1423
--- /dev/null
+++ b/dev-nim/cligen/cligen-1.8.0.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
+}


             reply	other threads:[~2025-03-18  9:26 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-18  9:25 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-07  8:22 [gentoo-commits] repo/proj/guru:master commit in: dev-nim/cligen/ David Roman
2025-08-25  8:44 David Roman
2025-08-07 21:36 David Roman
2025-05-05 19:33 David Roman
2024-12-12 13:06 David Roman
2024-12-10 11:32 David Roman
2024-12-10 11:32 David Roman
2024-12-04 14:56 David Roman
2024-07-01 13:50 David Roman
2023-07-01 18:15 Haelwenn Monnier
2023-05-28 15:01 Viorel Munteanu
2023-05-21  7:23 Viorel Munteanu
2023-03-23  9:12 Florian Schmaus
2023-03-08  9:08 Florian Schmaus
2023-01-06  8:51 Florian Schmaus
2022-12-27  8:05 Viorel Munteanu
2022-10-11 19:30 Andrew Ammerlaan
2022-08-07  9:13 Haelwenn Monnier
2022-08-07  9:13 Haelwenn Monnier
2022-07-11  6:54 Andrew Ammerlaan

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=1742232423.7bbc446d9b035476f98839f648af74bbedca52bb.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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