From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A97D1581F0 for ; Wed, 11 Dec 2024 16:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B14B9E0D61; Wed, 11 Dec 2024 16:53:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D996E0D61 for ; Wed, 11 Dec 2024 16:53:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84534343078 for ; Wed, 11 Dec 2024 16:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22FCF161D for ; Wed, 11 Dec 2024 16:53:39 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1733935936.7c99e2c033e0ce919b917a8475d7b4c99c081b9d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/cligen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-nim/cligen/Manifest dev-nim/cligen/cligen-1.7.2.ebuild X-VCS-Directories: dev-nim/cligen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7c99e2c033e0ce919b917a8475d7b4c99c081b9d X-VCS-Branch: dev Date: Wed, 11 Dec 2024 16:53:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60d63f54-bef0-49ae-a5c5-e95f06ec2962 X-Archives-Hash: dbc20d8b560c0065c9794fd4ac9d0f09 commit: 7c99e2c033e0ce919b917a8475d7b4c99c081b9d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Dec 11 14:50:00 2024 +0000 Commit: Anna Vyalkova sysrq 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 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 -}