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 2D714158020 for ; Tue, 8 Nov 2022 17:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC99E09F3; Tue, 8 Nov 2022 17:55:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03F0CE09F3 for ; Tue, 8 Nov 2022 17:55:42 +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 00CD333BE19 for ; Tue, 8 Nov 2022 17:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B0D1721 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: <1667929486.bb97facd744fb5188f05dbd8ed4c7be80d0d96c0.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/crystal-pg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-crystal/crystal-pg/Manifest dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild dev-crystal/crystal-pg/metadata.xml X-VCS-Directories: dev-crystal/crystal-pg/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: bb97facd744fb5188f05dbd8ed4c7be80d0d96c0 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: f3ffee8e-c585-4fee-9083-a3284530e8c7 X-Archives-Hash: 0ada9b54fe36d611fca124bf0c9280de commit: bb97facd744fb5188f05dbd8ed4c7be80d0d96c0 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 8 17:44:46 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Nov 8 17:44:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb97facd dev-crystal/crystal-pg: new package, add 0.26.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-crystal/crystal-pg/Manifest | 1 + dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild | 26 +++++++++++++++++++++++++ dev-crystal/crystal-pg/metadata.xml | 8 ++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-crystal/crystal-pg/Manifest b/dev-crystal/crystal-pg/Manifest new file mode 100644 index 000000000..029d06a1f --- /dev/null +++ b/dev-crystal/crystal-pg/Manifest @@ -0,0 +1 @@ +DIST crystal-pg-0.26.0.tar.gz 38901 BLAKE2B 954737db2ebfb02ad8ed7a071a2728199a306a8eb44a31bd7702413d271c8e9aec4d5ff104487d224e8278bb4d45fe619e8f84db930cd3c70a83a3487b6387bc SHA512 097450dbabb2c2d26deb70a9ed34f49f70e63e59055b5b3513eab9951feca546886998263848c7b7648bad716f6d67b436d1bde5ff0a89d521520350138055c1 diff --git a/dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild b/dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild new file mode 100644 index 000000000..1079b9ea5 --- /dev/null +++ b/dev-crystal/crystal-pg/crystal-pg-0.26.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit databases shards + +DESCRIPTION="A native, non-blocking Postgres driver for Crystal" +HOMEPAGE="https://github.com/will/crystal-pg" +SRC_URI="https://github.com/will/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-crystal/crystal-db" + +DOCS=( CHANGELOG CONTRIBUTORS {CONTRIBUTING,README}.md ) + +src_test() { + local -x DATABASE_URL="postgres://postgres@127.0.0.1:65432" + + epostgres --start 65432 + shards_src_test + epostgres --stop +} diff --git a/dev-crystal/crystal-pg/metadata.xml b/dev-crystal/crystal-pg/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/dev-crystal/crystal-pg/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +