public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dqlite/
Date: Fri, 23 Oct 2020 07:37:02 +0000 (UTC)	[thread overview]
Message-ID: <1603438613.7016c60063e9a3e130a46d99d0387a64461cc03f.juippis@gentoo> (raw)

commit:     7016c60063e9a3e130a46d99d0387a64461cc03f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 23 06:26:21 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 07:36:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7016c600

dev-libs/dqlite: new package

 - embeddable, replicated and fault tolerant SQL engine,
 - dep of lxd.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/dqlite/Manifest            |  1 +
 dev-libs/dqlite/dqlite-1.6.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 dev-libs/dqlite/metadata.xml        | 21 +++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-libs/dqlite/Manifest b/dev-libs/dqlite/Manifest
new file mode 100644
index 00000000000..bffa11052ed
--- /dev/null
+++ b/dev-libs/dqlite/Manifest
@@ -0,0 +1 @@
+DIST dqlite-1.6.0.tar.gz 155087 BLAKE2B 97a49f78f1b6af5ff5abfe6c5e1e3eec67cc1da4bd9c49b785e6fff60e5fd39fa1f479269ec098935ebb7fbbca6346859b54bd0c9b8f428557e2768da938da0c SHA512 07abf0d3247afd0a8f4ea053e10fbf2e53f69dc1101a7e54e064282eee3590ef5925e9b794a7cfd891247747d34b68340946d322d582ce49282b6f56804e8578

diff --git a/dev-libs/dqlite/dqlite-1.6.0.ebuild b/dev-libs/dqlite/dqlite-1.6.0.ebuild
new file mode 100644
index 00000000000..0c27bdc0162
--- /dev/null
+++ b/dev-libs/dqlite/dqlite-1.6.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Embeddable, replicated and fault tolerant SQL engine"
+HOMEPAGE="https://github.com/canonical/dqlite"
+SRC_URI="https://github.com/canonical/dqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-db/sqlite:3
+	dev-libs/libuv
+	dev-libs/raft"
+DEPEND="${RDEPEND}
+	test? ( dev-libs/raft[test] )"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--disable-debug
+		--disable-sanitize
+	)
+
+	econf "${myeconfargs[@]}"
+}

diff --git a/dev-libs/dqlite/metadata.xml b/dev-libs/dqlite/metadata.xml
new file mode 100644
index 00000000000..d15b38e9561
--- /dev/null
+++ b/dev-libs/dqlite/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juippis@gentoo.org</email>
+    <name>Joonas Niilola</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>virtualization@gentoo.org</email>
+    <name>Gentoo Virtualization Project</name>
+  </maintainer>
+  <longdescription>
+    dqlite is a C library that implements an embeddable and replicated SQL 
+    database engine with high-availability and automatic failover.
+
+    The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite 
+    extends SQLite with a network protocol that can connect together various 
+    instances of your application and have them act as a highly-available 
+    cluster, with no dependency on external databases.
+  </longdescription>
+</pkgmetadata>


             reply	other threads:[~2020-10-23  7:37 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23  7:37 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-23  8:06 [gentoo-commits] repo/gentoo:master commit in: dev-libs/dqlite/ Joonas Niilola
2020-10-23  9:25 David Seifert
2020-11-15 14:59 Luca Barbato
2020-12-09  8:04 Joonas Niilola
2021-04-30  7:01 Joonas Niilola
2021-06-01  8:43 Joonas Niilola
2021-06-01  8:43 Joonas Niilola
2021-06-10  6:31 Joonas Niilola
2021-07-10 14:45 Joonas Niilola
2021-07-19 11:15 Joonas Niilola
2021-08-09 14:26 Joonas Niilola
2021-09-09 11:30 Joonas Niilola
2021-09-09 11:30 Joonas Niilola
2021-09-10  5:42 Joonas Niilola
2021-10-04  5:40 Joonas Niilola
2022-02-14  9:07 Joonas Niilola
2022-03-20  6:22 Joonas Niilola
2022-04-14  8:54 Joonas Niilola
2022-04-14 11:51 Joonas Niilola
2022-05-16 14:26 Joonas Niilola
2022-06-04  7:07 Joonas Niilola
2022-07-14  5:30 Joonas Niilola
2022-08-16  7:55 Joonas Niilola
2022-08-24  7:02 Joonas Niilola
2022-11-19  7:37 Joonas Niilola
2022-12-13 14:25 Joonas Niilola
2022-12-13 14:25 Joonas Niilola
2023-01-04 13:51 Joonas Niilola
2023-01-09 12:51 Joonas Niilola
2023-01-15  7:11 Joonas Niilola
2023-01-19 15:10 Joonas Niilola
2023-01-22  7:24 Joonas Niilola
2023-02-20  8:06 Joonas Niilola
2023-02-22  7:14 Joonas Niilola
2023-06-13 12:48 Joonas Niilola
2023-06-15 12:14 Joonas Niilola
2023-06-29  6:41 Joonas Niilola
2023-07-16  6:56 Joonas Niilola
2023-07-18  5:22 Joonas Niilola
2023-09-22  6:09 Joonas Niilola
2023-10-23  5:55 Joonas Niilola
2023-11-01 13:17 Joonas Niilola
2024-02-19  9:16 Joonas Niilola
2024-02-20  9:08 Joonas Niilola
2024-02-23  7:19 Joonas Niilola
2024-02-25  9:36 Joonas Niilola
2024-02-25  9:36 Joonas Niilola
2024-02-28  4:30 Joonas Niilola
2024-03-17  7:45 Joonas Niilola
2024-07-30  5:26 Joonas Niilola
2024-08-20  5:20 Joonas Niilola
2024-08-20  5:20 Joonas Niilola

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=1603438613.7016c60063e9a3e130a46d99d0387a64461cc03f.juippis@gentoo \
    --to=juippis@gentoo.org \
    --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