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 3ABF4158020 for ; Wed, 9 Nov 2022 09:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4942E08EF; Wed, 9 Nov 2022 09:25:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAA4EE08EF for ; Wed, 9 Nov 2022 09:25:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87773340BE2 for ; Wed, 9 Nov 2022 09:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C51F73B for ; Wed, 9 Nov 2022 09:25:08 +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: <1667983809.8218e15af08c988977e0ff8a80b08f88aaac3a9b.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/crystar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/crystar/Manifest dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild dev-crystal/crystar/metadata.xml X-VCS-Directories: dev-crystal/crystar/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8218e15af08c988977e0ff8a80b08f88aaac3a9b X-VCS-Branch: dev Date: Wed, 9 Nov 2022 09:25:08 +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: 7b092406-b589-4398-934f-f98f1575ac41 X-Archives-Hash: 004c99a0196334a6f1db664e6ca352fd commit: 8218e15af08c988977e0ff8a80b08f88aaac3a9b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Nov 9 08:50:09 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Nov 9 08:50:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8218e15a dev-crystal/crystar: new package, add 0.2.0_p20220913 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-crystal/crystar/Manifest | 1 + dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild | 16 ++++++++++++++++ dev-crystal/crystar/metadata.xml | 8 ++++++++ 3 files changed, 25 insertions(+) diff --git a/dev-crystal/crystar/Manifest b/dev-crystal/crystar/Manifest new file mode 100644 index 000000000..d09c32b25 --- /dev/null +++ b/dev-crystal/crystar/Manifest @@ -0,0 +1 @@ +DIST crystar-0.2.0_p20220913.tar.gz 110617 BLAKE2B 31801a31745ee9e6de1ae882062feabafe86b3c11d75b333a36f24f83dc816c4f99b9db12ed87311358df8dcd12eea856982a4df5dc98630fc93ab6eebf572f0 SHA512 029332fc9415da0e39a747a415189c32626509b723b69a44d2c21803d46524ed7cff1bd9fad4ba9ccc69296c9ad2318cd8c54c04b0b35194797edd516be92dc2 diff --git a/dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild b/dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild new file mode 100644 index 000000000..f296ce1f7 --- /dev/null +++ b/dev-crystal/crystar/crystar-0.2.0_p20220913.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +COMMIT="56db8bb9dfbd5ed6d7908353405a5fae632a6561" +DESCRIPTION="Crystal language Tar Module implements access to tar archives" +HOMEPAGE="https://github.com/naqvis/crystar" +SRC_URI="https://github.com/naqvis/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-crystal/crystar/metadata.xml b/dev-crystal/crystar/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/dev-crystal/crystar/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +