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 7A481158020 for ; Wed, 9 Nov 2022 09:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FAC9E08E5; Wed, 9 Nov 2022 09:25:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 460C9E08CE 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 65C55340B1F 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 53719731 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: <1667982734.773e3e1e28c938dd04c252a2608015172e65f4a2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/water/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/water/Manifest dev-crystal/water/metadata.xml dev-crystal/water/water-1.0.0.ebuild X-VCS-Directories: dev-crystal/water/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 773e3e1e28c938dd04c252a2608015172e65f4a2 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: ce1c8865-a0dc-4d33-ba54-6c90b6f87871 X-Archives-Hash: 498eabd736cb2c2502652d9705954d7b commit: 773e3e1e28c938dd04c252a2608015172e65f4a2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Nov 9 08:32:14 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Nov 9 08:32:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=773e3e1e dev-crystal/water: new package, add 1.0.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-crystal/water/Manifest | 1 + dev-crystal/water/metadata.xml | 8 ++++++++ dev-crystal/water/water-1.0.0.ebuild | 14 ++++++++++++++ 3 files changed, 23 insertions(+) diff --git a/dev-crystal/water/Manifest b/dev-crystal/water/Manifest new file mode 100644 index 000000000..3a87ed293 --- /dev/null +++ b/dev-crystal/water/Manifest @@ -0,0 +1 @@ +DIST water-1.0.0.tar.gz 5236 BLAKE2B b00b9aa6b2db05bc8a49c02490738bc528fbed585f6a145b8f2f6bac08fc044639a605344e1374909a673b3f04a6eab0035e23becaa31c3789b812029d0c827b SHA512 94eb0ea0ffe5b466a76b22d4c139e8bc5334fb9ae4099de03c6e8ea49b1ab6c2647d2c582ce6613ceaa7e37557400e6eae178377bc546e092789d7e45334d54c diff --git a/dev-crystal/water/metadata.xml b/dev-crystal/water/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/dev-crystal/water/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + diff --git a/dev-crystal/water/water-1.0.0.ebuild b/dev-crystal/water/water-1.0.0.ebuild new file mode 100644 index 000000000..e5d1bd5db --- /dev/null +++ b/dev-crystal/water/water-1.0.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="A library for writing HTML in plain Crystal" +HOMEPAGE="https://github.com/shootingfly/water" +SRC_URI="https://github.com/shootingfly/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"