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: Wed, 11 Dec 2024 16:53:39 +0000 (UTC) [thread overview]
Message-ID: <1733935936.7c99e2c033e0ce919b917a8475d7b4c99c081b9d.cybertailor@gentoo> (raw)
commit: 7c99e2c033e0ce919b917a8475d7b4c99c081b9d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Dec 11 14:50:00 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Dec 11 16:52:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c99e2c0
dev-nim/cligen: drop 1.7.2 (fails tests with recent nim)
Closes: https://bugs.gentoo.org/946271 (obsolete)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/cligen/Manifest | 1 -
dev-nim/cligen/cligen-1.7.2.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest
index 134b53f9b..4f3f3daab 100644
--- a/dev-nim/cligen/Manifest
+++ b/dev-nim/cligen/Manifest
@@ -1,2 +1 @@
-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.2.ebuild b/dev-nim/cligen/cligen-1.7.2.ebuild
deleted file mode 100644
index 1c7d5dba5..000000000
--- a/dev-nim/cligen/cligen-1.7.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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 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-11 16:53 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-11 16:53 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-17 17:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/cligen/ Anna Vyalkova
2024-12-09 1:40 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=1733935936.7c99e2c033e0ce919b917a8475d7b4c99c081b9d.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