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 E3A89158095 for ; Thu, 4 Aug 2022 13:10:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F45E0C33; Thu, 4 Aug 2022 13:10:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9C50DE0C28 for ; Thu, 4 Aug 2022 13:10:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1975F3410A3 for ; Thu, 4 Aug 2022 13:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8948A55B for ; Thu, 4 Aug 2022 13:10:43 +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: <1659616067.9bf46efefa4a2f5163f750bf4eefc957b1e55f59.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.27.ebuild X-VCS-Directories: dev-nim/cligen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9bf46efefa4a2f5163f750bf4eefc957b1e55f59 X-VCS-Branch: dev Date: Thu, 4 Aug 2022 13:10:43 +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: 116c7151-1afd-4f7d-9e6e-1fb56152d4a7 X-Archives-Hash: 03054f78ca58fff45a194375e39861c2 commit: 9bf46efefa4a2f5163f750bf4eefc957b1e55f59 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Aug 4 12:27:47 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Aug 4 12:27:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bf46efe dev-nim/cligen: add 1.5.27 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/cligen/Manifest | 1 + dev-nim/cligen/cligen-1.5.27.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest index cca921eea..5c5e2d4af 100644 --- a/dev-nim/cligen/Manifest +++ b/dev-nim/cligen/Manifest @@ -1 +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 diff --git a/dev-nim/cligen/cligen-1.5.27.ebuild b/dev-nim/cligen/cligen-1.5.27.ebuild new file mode 100644 index 000000000..2c4d34dfb --- /dev/null +++ b/dev-nim/cligen/cligen-1.5.27.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022 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://github.com/c-blake/cligen + https://nimble.directory/pkg/cligen +" +SRC_URI="https://github.com/c-blake/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC MIT" +SLOT="${PV}" +KEYWORDS="~amd64" + +DOCS=( configs examples {MOTIVATION,README,RELEASE-NOTES,TODO}.md ) + +set_package_url "https://github.com/c-blake/cligen" + +src_test() { + emake -f GNUmakefile +} + +src_install() { + docompress -x /usr/share/doc/${PF}/examples + nimble_src_install +}