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 14FB9158094 for ; Mon, 11 Jul 2022 06:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 276F2E0968; Mon, 11 Jul 2022 06:42:27 +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 DB332E0972 for ; Mon, 11 Jul 2022 06:42:26 +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 8F1CC3410B1 for ; Mon, 11 Jul 2022 06:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AADF352B for ; Mon, 11 Jul 2022 06:42:23 +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: <1657521730.a21de3856b43c9bf30b31fd824a582f0cd0d9904.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/metadata.xml X-VCS-Directories: dev-nim/cligen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a21de3856b43c9bf30b31fd824a582f0cd0d9904 X-VCS-Branch: dev Date: Mon, 11 Jul 2022 06:42:23 +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: d8f18e71-564f-4323-894c-92c1a7956a21 X-Archives-Hash: fe41d84c1380fc6e997dff334c023d14 commit: a21de3856b43c9bf30b31fd824a582f0cd0d9904 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 11 00:46:05 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jul 11 06:42:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a21de385 dev-nim/cligen: new package, add 1.5.24 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/cligen/Manifest | 1 + dev-nim/cligen/cligen-1.5.24.ebuild | 30 ++++++++++++++++++++++++++++++ dev-nim/cligen/metadata.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-nim/cligen/Manifest b/dev-nim/cligen/Manifest new file mode 100644 index 000000000..cca921eea --- /dev/null +++ b/dev-nim/cligen/Manifest @@ -0,0 +1 @@ +DIST cligen-1.5.24.tar.gz 416445 BLAKE2B 22b1b30340dc56b8a7b3a422f1f9156939e2b027f060ca50f814e9ce491b8ef7aea082f7032fb7b1d417bf0a2b843b6dd10b79ad0b8529ad2f8fbeb5a56c9549 SHA512 9673766de8bf3f5da613bea3a143ab1ee9b9d569995f706fa459822dc20a86c46ec71dd24985d36c5120409e99dcb3eb7401ea50647c28f8128fa5fd0a671491 diff --git a/dev-nim/cligen/cligen-1.5.24.ebuild b/dev-nim/cligen/cligen-1.5.24.ebuild new file mode 100644 index 000000000..2c4d34dfb --- /dev/null +++ b/dev-nim/cligen/cligen-1.5.24.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 +} diff --git a/dev-nim/cligen/metadata.xml b/dev-nim/cligen/metadata.xml new file mode 100644 index 000000000..b9b1b03b0 --- /dev/null +++ b/dev-nim/cligen/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + c-blake/cligen + +