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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C10815ACFC for ; Mon, 8 May 2023 16:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30496E0874; Mon, 8 May 2023 16:45:40 +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 0A893E0874 for ; Mon, 8 May 2023 16:45:39 +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 EC6CA340BB9 for ; Mon, 8 May 2023 16:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 118B8A66 for ; Mon, 8 May 2023 16:45:36 +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: <1683563872.7af0d5c2182906a276e731db10a55a5d03b20384.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.6.0.ebuild dev-nim/cligen/cligen-1.6.2.ebuild X-VCS-Directories: dev-nim/cligen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7af0d5c2182906a276e731db10a55a5d03b20384 X-VCS-Branch: dev Date: Mon, 8 May 2023 16:45:36 +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: fa29d549-fdde-4090-9b34-99906ed9f3cf X-Archives-Hash: 57ff404e5047e0d16a96ec12ef001f43 commit: 7af0d5c2182906a276e731db10a55a5d03b20384 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 8 16:37:52 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 8 16:37:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7af0d5c2 dev-nim/cligen: add 1.6.2, drop 1.6.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/cligen/Manifest | 2 +- .../cligen/{cligen-1.6.0.ebuild => cligen-1.6.2.ebuild} | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest index 9f2a123cf..594518f7b 100644 --- a/dev-nim/cligen/Manifest +++ b/dev-nim/cligen/Manifest @@ -1,2 +1,2 @@ -DIST cligen-1.6.0.tar.gz 438861 BLAKE2B 8e4550d94dcbbfe79a0220566d603228983eb49989e0cc4c68cbeefa469f32ff7a6cdde07026d99116edcc30522511663bba4384ff26fbbb1208a4eeffec0ca4 SHA512 cd8f1ee9491fda9306c5775c0fed736eebbb2eb4900741a80e39e9c83b2b5ac706bba90f674a9b8228ff2f6dc3a053757503d9c754ea333a1a9e0b2694894cc8 DIST cligen-1.6.1.tar.gz 440689 BLAKE2B 97ece553a0072be6c5b53223af7203a45840d5f4cff10b534b3e68538835381e4c5e9e591ed671ecf9b69e66184fd0b0cc862a55cbaab09d3d002d56da82417b SHA512 201b1cf561d6561de615ec645df3403326b7dcba9118fc0868468d197b07e4113108c55712a0e531e1b004899bb91e137147dd5e5f0fa5fa57d15eefd92bc25d +DIST cligen-1.6.2.tar.gz 440746 BLAKE2B b81879f19a31db9b97f65ef57ba64cd1df91f92ca5c660f864ab577af957e5499e562917fb944657a966b946aea6ed674498d126ce9324aba2aaadb318e452e4 SHA512 a0b60629b9f4cd20d87d12a965f792f285cf562fb6d9bb71b516cb26f5a62c1b6ad8cb4c0f640e241e1a88e12b667f7675158a42a6384a4a5f1989331948de99 diff --git a/dev-nim/cligen/cligen-1.6.0.ebuild b/dev-nim/cligen/cligen-1.6.2.ebuild similarity index 84% rename from dev-nim/cligen/cligen-1.6.0.ebuild rename to dev-nim/cligen/cligen-1.6.2.ebuild index 57d25a812..2b47f85a4 100644 --- a/dev-nim/cligen/cligen-1.6.0.ebuild +++ b/dev-nim/cligen/cligen-1.6.2.ebuild @@ -7,8 +7,9 @@ inherit nimble DESCRIPTION="Infer & generate command-line interface/option/argument parser" HOMEPAGE=" - https://github.com/c-blake/cligen + https://c-blake.github.io/cligen/ https://nimble.directory/pkg/cligen + https://github.com/c-blake/cligen " SRC_URI="https://github.com/c-blake/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" @@ -17,22 +18,12 @@ SLOT="${PV}" KEYWORDS="~amd64" IUSE="examples" -# very fragile tests -RESTRICT="test" - DOCS=( configs {MOTIVATION,README,RELEASE-NOTES,TODO}.md ) set_package_url "https://github.com/c-blake/cligen" -src_prepare() { - default - - # verbose makefile - sed "s/\t@/\t/g" -i GNUmakefile || die -} - src_test() { - emake + emake V=1 } src_install() {