From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/raft/
Date: Wed, 28 Apr 2021 05:57:03 +0000 (UTC) [thread overview]
Message-ID: <1619589367.64aa254241a04437ec902f2591c856673fb0c17a.juippis@gentoo> (raw)
commit: 64aa254241a04437ec902f2591c856673fb0c17a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 05:56:07 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 05:56:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64aa2542
dev-libs/raft: drop 0.9.25
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/raft/Manifest | 1 -
dev-libs/raft/raft-0.9.25.ebuild | 51 ----------------------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-libs/raft/Manifest b/dev-libs/raft/Manifest
index efa508bf3f0..0c88d50bef4 100644
--- a/dev-libs/raft/Manifest
+++ b/dev-libs/raft/Manifest
@@ -1,2 +1 @@
DIST raft-0.10.0.tar.gz 315569 BLAKE2B 2365ee2ef4aca44257cf7631875013a6778d8858427946443ec02411783517f3ef129529c3302eceedbd43d9a57de9a3fc20a762b51ce8c7ed96045d4c8d27b0 SHA512 5039e2305c92f5002de4ef33f3c0b76dac1e72b8d983440ae0f5cb65d99213278e23a80401476617f32857c1913ab30bf257265d92f6bb5992d2701d4c25f977
-DIST raft-0.9.25.tar.gz 313444 BLAKE2B a2a15287cef28b03b012ea372d83e7d0b70bc561f5996eb36fb5ef898261188ee8dfef1aa1619333ada2c8f20a37aa1af3f68a1d97c11919d521544c89629e55 SHA512 8709a909c527b7062072165356dcc012cf7af6cf85e3a3be515220ea4a863637dd06e7c4376af4284006bce65034002d1639ca52ac1ce108be2efa0725a82b70
diff --git a/dev-libs/raft/raft-0.9.25.ebuild b/dev-libs/raft/raft-0.9.25.ebuild
deleted file mode 100644
index b5f0f01804e..00000000000
--- a/dev-libs/raft/raft-0.9.25.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="C implementation of the Raft consensus protocol"
-HOMEPAGE="https://github.com/canonical/raft"
-SRC_URI="https://github.com/canonical/raft/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-libs/libuv"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/raft-0.9.25-Always-skip-init-oom-test.patch )
-
-src_prepare() {
- default
-
- # ACCESS DENIED issue, #723208
- sed -i 's#zfs version 2>/dev/null | cut -f 2 -d - | head -1#< /sys/module/zfs/version cut -f 1#' configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-uv
-
- --disable-benchmark
- --disable-debug
- --disable-example
- --disable-sanitize
- --disable-static
-
- $(use_enable test fixture)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2021-04-28 5:57 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-28 5:57 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-01 8:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/raft/ Joonas Niilola
2024-05-05 6:28 Joonas Niilola
2024-04-01 6:47 Joonas Niilola
2024-04-01 6:47 Joonas Niilola
2024-03-18 5:50 Joonas Niilola
2024-02-10 7:39 Joonas Niilola
2024-02-10 7:39 Joonas Niilola
2024-02-06 15:01 Joonas Niilola
2024-02-03 8:17 Joonas Niilola
2024-01-28 7:17 Joonas Niilola
2024-01-20 14:05 Joonas Niilola
2024-01-06 9:56 Joonas Niilola
2024-01-06 9:32 Joonas Niilola
2023-12-16 7:22 Joonas Niilola
2023-12-16 7:22 Joonas Niilola
2023-11-16 8:19 Joonas Niilola
2023-11-09 6:32 Joonas Niilola
2023-11-01 13:17 Joonas Niilola
2023-10-23 5:55 Joonas Niilola
2023-10-18 16:46 Joonas Niilola
2023-10-18 16:39 Joonas Niilola
2023-09-22 6:09 Joonas Niilola
2023-02-22 7:14 Joonas Niilola
2023-02-20 8:06 Joonas Niilola
2023-01-19 15:10 Joonas Niilola
2023-01-09 12:51 Joonas Niilola
2023-01-04 13:51 Joonas Niilola
2023-01-04 13:51 Joonas Niilola
2022-11-19 7:30 Joonas Niilola
2022-10-10 12:20 Joonas Niilola
2022-09-24 13:57 Joonas Niilola
2022-08-24 7:02 Joonas Niilola
2022-08-24 7:02 Joonas Niilola
2022-07-30 7:05 Joonas Niilola
2022-06-28 7:14 Joonas Niilola
2022-05-16 14:26 Joonas Niilola
2022-04-14 11:51 Joonas Niilola
2022-04-09 12:20 Joonas Niilola
2022-03-20 6:22 Joonas Niilola
2022-02-16 6:59 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-08 5:26 Joonas Niilola
2021-06-08 5:26 Joonas Niilola
2021-06-03 5:02 Joonas Niilola
2021-06-01 8:43 Joonas Niilola
2021-06-01 8:43 Joonas Niilola
2021-04-30 7:01 Joonas Niilola
2021-04-23 5:55 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=1619589367.64aa254241a04437ec902f2591c856673fb0c17a.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