From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dqlite/
Date: Thu, 14 Jul 2022 05:30:15 +0000 (UTC) [thread overview]
Message-ID: <1657776150.30ae7095d5a0ec034e15fdca9c1751470eba4d59.juippis@gentoo> (raw)
commit: 30ae7095d5a0ec034e15fdca9c1751470eba4d59
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 05:22:30 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 05:22:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ae7095
dev-libs/dqlite: add 1.11.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/dqlite/Manifest | 1 +
dev-libs/dqlite/dqlite-1.11.1.ebuild | 43 ++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-libs/dqlite/Manifest b/dev-libs/dqlite/Manifest
index 654f5d084722..dec762cdfdc7 100644
--- a/dev-libs/dqlite/Manifest
+++ b/dev-libs/dqlite/Manifest
@@ -1,2 +1,3 @@
DIST dqlite-1.10.0.tar.gz 170908 BLAKE2B b65cd39a4eb175a016934a174f27043ff1e9fc5404f5324030ddadf15567390edb6388e42b83ab76a0d1d3262343f8a4407d7756b85af30cf281a4b5076f87cd SHA512 f7364d968d0d2aef0bbd59f55bb7f775b41d509b0d1af106357bdb470703e143081649742870491e5c75760d3f6159568395b4a671c446a26df744fd4f631d33
DIST dqlite-1.11.0.tar.gz 172030 BLAKE2B 2626f73f351abeedfed686838c9f74edd94b6fecb5fa61e5b90c86b37582975d86e42ebbb61934121912e1356f30a545e3fcc2236b5c5d5d4eee82b6412e0aaa SHA512 0dbd07bc3ccbb889d6b3a5fbf9e7658caeffe652666d819c1291420d1a18aa0c2e382dcc8bb3910f7d2d184b7e3a09d6ac557bf9400120712c2e6e2e41006dc8
+DIST dqlite-1.11.1.tar.gz 172024 BLAKE2B 48fb3c4eebc1f1a2d341254f9f0ad01f871b65fac727b132b80ac59eceb7d1ab95ac6118549ab39c8b032053a8791d6abef5e0d4856da7e45f00939b083463e5 SHA512 64d9a6548a4d75e3045adf5e31d54c508a02b255573225d32119225260c3d5219c4ac29c857ba054cd3fa3df54ee81cf88bbc2f9769839902f63f0f8c02cc6c7
diff --git a/dev-libs/dqlite/dqlite-1.11.1.ebuild b/dev-libs/dqlite/dqlite-1.11.1.ebuild
new file mode 100644
index 000000000000..0fd028b1b373
--- /dev/null
+++ b/dev-libs/dqlite/dqlite-1.11.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Embeddable, replicated and fault tolerant SQL engine"
+HOMEPAGE="https://dqlite.io/ 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 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-db/sqlite:3
+ dev-libs/libuv:=
+ >=dev-libs/raft-0.14.0"
+DEPEND="${RDEPEND}
+ test? ( >=dev-libs/raft-0.13.0[lz4,test] )"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ --disable-debug
+ --disable-sanitize
+ --disable-static
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2022-07-14 6:10 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-14 5:30 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-20 5:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/dqlite/ Joonas Niilola
2024-08-20 5:20 Joonas Niilola
2024-07-30 5:26 Joonas Niilola
2024-03-17 7:45 Joonas Niilola
2024-02-28 4:30 Joonas Niilola
2024-02-25 9:36 Joonas Niilola
2024-02-25 9:36 Joonas Niilola
2024-02-23 7:19 Joonas Niilola
2024-02-20 9:08 Joonas Niilola
2024-02-19 9:16 Joonas Niilola
2023-11-01 13:17 Joonas Niilola
2023-10-23 5:55 Joonas Niilola
2023-09-22 6:09 Joonas Niilola
2023-07-18 5:22 Joonas Niilola
2023-07-16 6:56 Joonas Niilola
2023-06-29 6:41 Joonas Niilola
2023-06-15 12:14 Joonas Niilola
2023-06-13 12:48 Joonas Niilola
2023-02-22 7:14 Joonas Niilola
2023-02-20 8:06 Joonas Niilola
2023-01-22 7:24 Joonas Niilola
2023-01-19 15:10 Joonas Niilola
2023-01-15 7:11 Joonas Niilola
2023-01-09 12:51 Joonas Niilola
2023-01-04 13:51 Joonas Niilola
2022-12-13 14:25 Joonas Niilola
2022-12-13 14:25 Joonas Niilola
2022-11-19 7:37 Joonas Niilola
2022-08-24 7:02 Joonas Niilola
2022-08-16 7:55 Joonas Niilola
2022-06-04 7:07 Joonas Niilola
2022-05-16 14:26 Joonas Niilola
2022-04-14 11:51 Joonas Niilola
2022-04-14 8:54 Joonas Niilola
2022-03-20 6:22 Joonas Niilola
2022-02-14 9:07 Joonas Niilola
2021-10-04 5:40 Joonas Niilola
2021-09-10 5:42 Joonas Niilola
2021-09-09 11:30 Joonas Niilola
2021-09-09 11:30 Joonas Niilola
2021-08-09 14:26 Joonas Niilola
2021-07-19 11:15 Joonas Niilola
2021-07-10 14:45 Joonas Niilola
2021-06-10 6:31 Joonas Niilola
2021-06-01 8:43 Joonas Niilola
2021-06-01 8:43 Joonas Niilola
2021-04-30 7:01 Joonas Niilola
2020-12-09 8:04 Joonas Niilola
2020-11-15 14:59 Luca Barbato
2020-10-23 9:25 David Seifert
2020-10-23 8:06 Joonas Niilola
2020-10-23 7:37 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=1657776150.30ae7095d5a0ec034e15fdca9c1751470eba4d59.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