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 A0E3F158030 for ; Wed, 1 Mar 2023 02:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C33E069C; Wed, 1 Mar 2023 02:33:04 +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 C1B05E069C for ; Wed, 1 Mar 2023 02:33:04 +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 9FECF340CC3 for ; Wed, 1 Mar 2023 02:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F147F8C1 for ; Wed, 1 Mar 2023 02:33:01 +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: <1677637723.9f4f675de7d8f922595b85d65c6e16e8b36339f2.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.5.38.ebuild dev-nim/cligen/cligen-1.5.40.ebuild X-VCS-Directories: dev-nim/cligen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9f4f675de7d8f922595b85d65c6e16e8b36339f2 X-VCS-Branch: dev Date: Wed, 1 Mar 2023 02:33:01 +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: 0ab1d5cb-b3ab-4219-bfdf-7ad1b7c14e65 X-Archives-Hash: c115a939c28566f25d7c7a55427abf36 commit: 9f4f675de7d8f922595b85d65c6e16e8b36339f2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Mar 1 02:28:43 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Mar 1 02:28:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f4f675d dev-nim/cligen: add 1.5.40, drop 1.5.38 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/cligen/Manifest | 2 +- .../cligen/{cligen-1.5.38.ebuild => cligen-1.5.40.ebuild} | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest index 62c5b1dc9..f0d377fe9 100644 --- a/dev-nim/cligen/Manifest +++ b/dev-nim/cligen/Manifest @@ -1,2 +1,2 @@ -DIST cligen-1.5.38.tar.gz 432352 BLAKE2B cfcd96a5f8f9f4ed0e4942a596ed6c00ee5dac2f0daf22d783cc056b17b6c16777abfe9f10c8326978751308353a122b435d14a033e499c357a80c25bf4edf0d SHA512 df49c8accb05bd17e097f74a59fc904bfb42bccc6610ea70656d140a5d54fe14234af2ce61f50623a2b48b52e757551ac17bf77fa887e37b5b8bf4b5e79fa0a1 DIST cligen-1.5.39.tar.gz 433806 BLAKE2B 2c0ae6224ea737930eceb35775d708c284f7b4d6ae7614c5d83914701904653ac51b73fd73b9f7802469c5b734cfa8e2fda34a77b844ad05a40ab1ac93f4dacf SHA512 56e32b020cd21f405ab2598a22b02964cf503b85c3444b2a6de36324fa1ca6fa030ff3afdfc0e57b952f03b681f83909f2842e646961bf5a3c1f451f935fefcb +DIST cligen-1.5.40.tar.gz 436607 BLAKE2B 0d00712eac7a5797651f15e81082578aa0a6d3749bbd3baac4d11a5d91f43ba479ba3614fe1cd34257ab0006d3d04b5027d81ad16017d8b882f75f5d1d8631f7 SHA512 55424701ae4e52388bb4eb08e481fa7e3182ac20174b6b61b5c4ec3d05afef62616d78dc544810acef4cc3e73b0ba2fc986427aad00096120f6e517b13ad16a9 diff --git a/dev-nim/cligen/cligen-1.5.38.ebuild b/dev-nim/cligen/cligen-1.5.40.ebuild similarity index 72% rename from dev-nim/cligen/cligen-1.5.38.ebuild rename to dev-nim/cligen/cligen-1.5.40.ebuild index 2d3821bf6..19f77f5f5 100644 --- a/dev-nim/cligen/cligen-1.5.38.ebuild +++ b/dev-nim/cligen/cligen-1.5.40.ebuild @@ -15,9 +15,12 @@ SRC_URI="https://github.com/c-blake/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="ISC MIT" SLOT="${PV}" KEYWORDS="~amd64" -RESTRICT="test" # Version.nim test fails +IUSE="examples" -DOCS=( configs examples {MOTIVATION,README,RELEASE-NOTES,TODO}.md ) +# Version.nim test fails +RESTRICT="test" + +DOCS=( configs {MOTIVATION,README,RELEASE-NOTES,TODO}.md ) set_package_url "https://github.com/c-blake/cligen" @@ -26,6 +29,10 @@ src_test() { } src_install() { - docompress -x /usr/share/doc/${PF}/examples + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples + fi + nimble_src_install }