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 63DE7158094 for ; Mon, 11 Jul 2022 06:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0EFBE096D; Mon, 11 Jul 2022 06:42:26 +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 C5E76E0968 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 A0EFE3410B5 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 D18CD52F 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.4de31cb4ea076e5f33e5c30bf4830c75ca860e10.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/inim/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-nim/inim/Manifest dev-nim/inim/inim-0.6.1.ebuild dev-nim/inim/metadata.xml X-VCS-Directories: dev-nim/inim/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4de31cb4ea076e5f33e5c30bf4830c75ca860e10 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: 91006700-2987-4591-913a-a77b3046a47b X-Archives-Hash: 79b22534e5f57b511d5a2ff6657c204c commit: 4de31cb4ea076e5f33e5c30bf4830c75ca860e10 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 11 06:41:28 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=4de31cb4 dev-nim/inim: new package, add 0.6.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/inim/Manifest | 1 + dev-nim/inim/inim-0.6.1.ebuild | 22 ++++++++++++++++++++++ dev-nim/inim/metadata.xml | 11 +++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-nim/inim/Manifest b/dev-nim/inim/Manifest new file mode 100644 index 000000000..f4a732395 --- /dev/null +++ b/dev-nim/inim/Manifest @@ -0,0 +1 @@ +DIST inim-0.6.1.tar.gz 577278 BLAKE2B b3581ad658b5d7134e557487453fa29a7f23c534d1c5def5e787f4e1ff7f7f7e17e44a6f40782ceae494b413354c0c9491ba328cc7347f95bb7c2b66c2f58df6 SHA512 3c153261aa6c16579f954e1e9dc713e8c33c177bbb6275b5bb613c811ed8f9be075f28ae7a1574a7742a8eb9918da5df49529501947edca927723a7a3c84d2d9 diff --git a/dev-nim/inim/inim-0.6.1.ebuild b/dev-nim/inim/inim-0.6.1.ebuild new file mode 100644 index 000000000..f2ed536b8 --- /dev/null +++ b/dev-nim/inim/inim-0.6.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nimble + +DESCRIPTION="Interactive Nim Shell / REPL / Playground" +HOMEPAGE="https://github.com/inim-repl/INim" +SRC_URI="https://github.com/${PN}-repl/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/INim-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-nim/cligen-1.5.22 + >=dev-nim/noise-0.1.4 +" + +DOCS=( {README,SECURITY}.md readme.gif ) diff --git a/dev-nim/inim/metadata.xml b/dev-nim/inim/metadata.xml new file mode 100644 index 000000000..cf13771c1 --- /dev/null +++ b/dev-nim/inim/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + inim-repl/INim + +