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 2DDA2158094 for ; Wed, 29 Jun 2022 15:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BF04E0918; Wed, 29 Jun 2022 15:38:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B32DE096F for ; Wed, 29 Jun 2022 15:38:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 629D0341A64 for ; Wed, 29 Jun 2022 15:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43B9453B for ; Wed, 29 Jun 2022 15:38:01 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656503558.e9b9865a65b25b446f0849c3811bab12e68b02b1.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-nim/frosty/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-nim/frosty/Manifest dev-nim/frosty/frosty-3.0.0.ebuild dev-nim/frosty/metadata.xml X-VCS-Directories: dev-nim/frosty/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e9b9865a65b25b446f0849c3811bab12e68b02b1 X-VCS-Branch: master Date: Wed, 29 Jun 2022 15:38:01 +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: f8541628-e394-4947-94a8-6fbed7461812 X-Archives-Hash: d5ba13d9f6435a5de2a2ffa3412e0faf commit: e9b9865a65b25b446f0849c3811bab12e68b02b1 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jun 29 11:38:53 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jun 29 11:52:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9b9865a dev-nim/frosty: new package, add 3.0.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/frosty/Manifest | 1 + dev-nim/frosty/frosty-3.0.0.ebuild | 28 ++++++++++++++++++++++++++++ dev-nim/frosty/metadata.xml | 13 +++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-nim/frosty/Manifest b/dev-nim/frosty/Manifest new file mode 100644 index 000000000..55673ea1b --- /dev/null +++ b/dev-nim/frosty/Manifest @@ -0,0 +1 @@ +DIST frosty-3.0.0.tar.gz 14573 BLAKE2B 8f9e7647a15840b1f92032fa6961ed417b928fc21604eec61cb67a98cdcfacba8dbfaea94941e83af323300d34a7971ace556147b69eb06679a2005a526f6303 SHA512 83cc18dca29da8df288ed29779394f016fc81772273939d0ca3d184440f5d9b75c00e69c34f6c330e8672244fdee6213b6eaf3f68fa840093166d07d6478ad98 diff --git a/dev-nim/frosty/frosty-3.0.0.ebuild b/dev-nim/frosty/frosty-3.0.0.ebuild new file mode 100644 index 000000000..bfe77b968 --- /dev/null +++ b/dev-nim/frosty/frosty-3.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit edo nimble + +DESCRIPTION="Serialize native Nim types to strings, streams, sockets, or anything else" +HOMEPAGE="https://github.com/disruptek/frosty" +SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="${PV}" +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( + >dev-nim/balls-2.0.0 + + + + + cyber+gentoo@sysrq.in + Anna + + + disruptek/frosty + https://github.com/disruptek/frosty/issues + https://disruptek.github.io/frosty/frosty.html + +