public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/crystal-pg/
Date: Tue,  8 Nov 2022 17:55:38 +0000 (UTC)	[thread overview]
Message-ID: <1667929486.bb97facd744fb5188f05dbd8ed4c7be80d0d96c0.cybertailor@gentoo> (raw)

commit:     bb97facd744fb5188f05dbd8ed4c7be80d0d96c0
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov  8 17:44:46 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-11-08 17:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-08 17:55 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-26 13:17 [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/crystal-pg/ Anna Vyalkova
2023-06-27 10:49 Anna Vyalkova
2024-01-22 17:52 Anna Vyalkova
2024-04-27  9:50 Anna Vyalkova
2024-11-26 13:52 Anna Vyalkova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667929486.bb97facd744fb5188f05dbd8ed4c7be80d0d96c0.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox