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 9B38E158020 for ; Tue, 8 Nov 2022 17:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3787E09F0; Tue, 8 Nov 2022 17:55:41 +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 317A6E09F0 for ; Tue, 8 Nov 2022 17:55:41 +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 C572F33C1EB for ; Tue, 8 Nov 2022 17:55:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3812371A for ; Tue, 8 Nov 2022 17:55:38 +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: <1667929477.9823fe2a2c0d2e8f6e82c41e307b58919d82e420.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/crystal-sqlite3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/crystal-sqlite3/Manifest dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild dev-crystal/crystal-sqlite3/metadata.xml X-VCS-Directories: dev-crystal/crystal-sqlite3/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9823fe2a2c0d2e8f6e82c41e307b58919d82e420 X-VCS-Branch: dev Date: Tue, 8 Nov 2022 17:55:38 +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: 1ece1541-1b3a-4d52-b53e-9f274b755d6a X-Archives-Hash: b266d6c956c8c40b84f3fc02a2ce0b5e commit: 9823fe2a2c0d2e8f6e82c41e307b58919d82e420 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 8 17:44:37 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Nov 8 17:44:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9823fe2a dev-crystal/crystal-sqlite3: new package, add 0.19.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-crystal/crystal-sqlite3/Manifest | 1 + .../crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild | 18 ++++++++++++++++++ dev-crystal/crystal-sqlite3/metadata.xml | 8 ++++++++ 3 files changed, 27 insertions(+) diff --git a/dev-crystal/crystal-sqlite3/Manifest b/dev-crystal/crystal-sqlite3/Manifest new file mode 100644 index 000000000..b645ee331 --- /dev/null +++ b/dev-crystal/crystal-sqlite3/Manifest @@ -0,0 +1 @@ +DIST crystal-sqlite3-0.19.0.tar.gz 10893 BLAKE2B ab6591661f47c5b1257ade2e5a1f4db3b853851c2d699d12005bd09490224b2dfffaa8a5495f72c81d5b9f8e78195b66c61592269d4c3178b293870125d72034 SHA512 10f3447316db45d1320c9ec5ef85bc582bdc65823816362a03c7adc08f1d98c059f7f51eafcf15ed57f299a92499b128f90ff3d5207e7c72fdcf3801f9e0eacc diff --git a/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild b/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild new file mode 100644 index 000000000..da6318eea --- /dev/null +++ b/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="SQLite3 bindings for Crystal" +HOMEPAGE="https://github.com/crystal-lang/crystal-sqlite3" +SRC_URI="https://github.com/crystal-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-crystal/crystal-db" + +DOCS=( {CHANGELOG,README}.md ) diff --git a/dev-crystal/crystal-sqlite3/metadata.xml b/dev-crystal/crystal-sqlite3/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/dev-crystal/crystal-sqlite3/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +