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 7D49C158020 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 E846DE08F4; Wed, 9 Nov 2022 09:25:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CFF95E08F4 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 89B55340C39 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 B5636741 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: <1667985875.c3c2edcbc8a56dc6b515b93b692904147c9b9881.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/kilt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/kilt/Manifest dev-crystal/kilt/kilt-0.6.1.ebuild dev-crystal/kilt/metadata.xml X-VCS-Directories: dev-crystal/kilt/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: c3c2edcbc8a56dc6b515b93b692904147c9b9881 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: c5515e21-0f12-48cd-8036-b7fb082eddda X-Archives-Hash: 508072eca1cbee5bd031481343ec0d3e commit: c3c2edcbc8a56dc6b515b93b692904147c9b9881 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Nov 9 09:24:35 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Nov 9 09:24:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3c2edcb dev-crystal/kilt: new package, add 0.6.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-crystal/kilt/Manifest | 1 + dev-crystal/kilt/kilt-0.6.1.ebuild | 28 ++++++++++++++++++++++++++++ dev-crystal/kilt/metadata.xml | 8 ++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-crystal/kilt/Manifest b/dev-crystal/kilt/Manifest new file mode 100644 index 000000000..79b5319b3 --- /dev/null +++ b/dev-crystal/kilt/Manifest @@ -0,0 +1 @@ +DIST kilt-0.6.1.tar.gz 4950 BLAKE2B 7152ac21fd1d8309003a64a754dc81324f69936a71a4321c12bb2470900d077b059f440e0321dc3b642b4dd7ccbef2ed67e9d6cad2d321411f53ed49e36b74bb SHA512 e987c79b6e3bf5fd8b5b862fc27c13ede8ddb9a3a67f988ff8f73e57a208c03f5c7faf8259e1803fd689756b29cd77dea7e355b28eb5df1f2757efab9d304f75 diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild new file mode 100644 index 000000000..d800b3fda --- /dev/null +++ b/dev-crystal/kilt/kilt-0.6.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="Generic template interface for Crystal" +HOMEPAGE="https://github.com/jeromegn/kilt" +SRC_URI="https://github.com/jeromegn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-crystal/crikey" +BDEPEND=" + test? ( + dev-crystal/crustache + dev-crystal/jbuilder + dev-crystal/liquid + dev-crystal/slang + dev-crystal/temel + dev-crystal/water + ) +" diff --git a/dev-crystal/kilt/metadata.xml b/dev-crystal/kilt/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/dev-crystal/kilt/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +