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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9351315802E for ; Mon, 1 Jul 2024 02:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8B3E29F0; Mon, 1 Jul 2024 02:10:07 +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 6B8E4E29F0 for ; Mon, 1 Jul 2024 02:10:07 +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 293B9340BE2 for ; Mon, 1 Jul 2024 02:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B6AA1DA1 for ; Mon, 1 Jul 2024 02:10:04 +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: <1719797356.1a6ab49cef1da210ff6a90ff27e48b2bfc8593ee.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-1.0.0.ebuild X-VCS-Directories: dev-nim/inim/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 1a6ab49cef1da210ff6a90ff27e48b2bfc8593ee X-VCS-Branch: dev Date: Mon, 1 Jul 2024 02:10:04 +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: e2696ee9-1263-4fec-a3eb-fd7fc9c29c68 X-Archives-Hash: b0dfac6009663adef0946df7bca9fe18 commit: 1a6ab49cef1da210ff6a90ff27e48b2bfc8593ee Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 1 01:29:16 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jul 1 01:29:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a6ab49c dev-nim/inim: add 1.0.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/inim/Manifest | 1 + dev-nim/inim/inim-1.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-nim/inim/Manifest b/dev-nim/inim/Manifest index f4a732395..5db2186bb 100644 --- a/dev-nim/inim/Manifest +++ b/dev-nim/inim/Manifest @@ -1 +1,2 @@ DIST inim-0.6.1.tar.gz 577278 BLAKE2B b3581ad658b5d7134e557487453fa29a7f23c534d1c5def5e787f4e1ff7f7f7e17e44a6f40782ceae494b413354c0c9491ba328cc7347f95bb7c2b66c2f58df6 SHA512 3c153261aa6c16579f954e1e9dc713e8c33c177bbb6275b5bb613c811ed8f9be075f28ae7a1574a7742a8eb9918da5df49529501947edca927723a7a3c84d2d9 +DIST inim-1.0.0.tar.gz 577871 BLAKE2B 6116f516425a4751c0e2387894ab3b145ee221065f5510a8552ea313d8c85ac88f5a1be3b0ab1c4ca19f88f2be95529e296b3e278f937f70d59abe9379d8ec3c SHA512 4a13f1fd2a0bf3ec627ed2f7f7c104404eb5f7a5531a3634c0d8f708e9c9e217412805834fb37ac1a8c6a0ce701e71dfd79a4fc4c4d78a12b5c6e9809a4c9c9f diff --git a/dev-nim/inim/inim-1.0.0.ebuild b/dev-nim/inim/inim-1.0.0.ebuild new file mode 100644 index 000000000..56c6294c8 --- /dev/null +++ b/dev-nim/inim/inim-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022-2024 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 )