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 8A2E4158094 for ; Mon, 10 Oct 2022 16:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B49E0824; Mon, 10 Oct 2022 16:43:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 391BDE0824 for ; Mon, 10 Oct 2022 16:43:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC58C341002 for ; Mon, 10 Oct 2022 16:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C105607 for ; Mon, 10 Oct 2022 16:43:09 +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: <1665411269.2d2a7900fa17e1e7b032afe1c6acd51bf180f1ea.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.24.ebuild dev-nim/cligen/cligen-1.5.28.ebuild X-VCS-Directories: dev-nim/cligen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 2d2a7900fa17e1e7b032afe1c6acd51bf180f1ea X-VCS-Branch: dev Date: Mon, 10 Oct 2022 16:43:09 +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: d7719cf7-5c0a-401d-a46d-f6d39c8b9969 X-Archives-Hash: 10cd5e2cfed454f429cb46bed3121b30 commit: 2d2a7900fa17e1e7b032afe1c6acd51bf180f1ea Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Oct 10 14:14:29 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Oct 10 14:14:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d2a7900 dev-nim/cligen: add 1.5.28, drop 1.5.24 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/cligen/Manifest | 2 +- dev-nim/cligen/{cligen-1.5.24.ebuild => cligen-1.5.28.ebuild} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest index 5c5e2d4af..de53cd8ab 100644 --- a/dev-nim/cligen/Manifest +++ b/dev-nim/cligen/Manifest @@ -1,2 +1,2 @@ -DIST cligen-1.5.24.tar.gz 416445 BLAKE2B 22b1b30340dc56b8a7b3a422f1f9156939e2b027f060ca50f814e9ce491b8ef7aea082f7032fb7b1d417bf0a2b843b6dd10b79ad0b8529ad2f8fbeb5a56c9549 SHA512 9673766de8bf3f5da613bea3a143ab1ee9b9d569995f706fa459822dc20a86c46ec71dd24985d36c5120409e99dcb3eb7401ea50647c28f8128fa5fd0a671491 DIST cligen-1.5.27.tar.gz 420935 BLAKE2B 4528b77270edd1dfdbf5eecbab1458d852e3bbbf8c3a5870571be9edc4a21a06fdd49d479cd5a2c4a833f2534798e98c4cd5cfed647e78db3c9851f1d4bc9772 SHA512 4f2e576114b019b4f5fc5aded18ae8ce9bcdb81af3a0d6187368473a2f33f4b5d320485485beb6b452c91d81f46392d957430e546dc0113008f7202f22330bc3 +DIST cligen-1.5.28.tar.gz 424582 BLAKE2B ba2e2f9b945b688714e533965d2689ec121fa16838e8b7f50cae5059dfffc723bb3127c16c21c0ab851709296e236b276bb9cc9cac671954a471b5585ed6a0f0 SHA512 0709c76fc4c53c507d2cb3afb9b30550c2d88acf6e6d67cb223c191df7e953e7c1769310ce70c116fe5a194b75a61627b707d9f857cf07da2b03085473a15814 diff --git a/dev-nim/cligen/cligen-1.5.24.ebuild b/dev-nim/cligen/cligen-1.5.28.ebuild similarity index 94% rename from dev-nim/cligen/cligen-1.5.24.ebuild rename to dev-nim/cligen/cligen-1.5.28.ebuild index 2c4d34dfb..318cd9280 100644 --- a/dev-nim/cligen/cligen-1.5.24.ebuild +++ b/dev-nim/cligen/cligen-1.5.28.ebuild @@ -15,6 +15,7 @@ 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 DOCS=( configs examples {MOTIVATION,README,RELEASE-NOTES,TODO}.md )