From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/raft/
Date: Tue, 1 Jun 2021 08:43:22 +0000 (UTC) [thread overview]
Message-ID: <1622536992.89d7069a7e5ee4efca61de443614b370b04e1acd.juippis@gentoo> (raw)
commit: 89d7069a7e5ee4efca61de443614b370b04e1acd
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 08:37:33 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 08:43:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d7069a
dev-libs/raft: drop 0.10.0
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/raft/Manifest | 1 -
dev-libs/raft/raft-0.10.0.ebuild | 52 ----------------------------------------
2 files changed, 53 deletions(-)
diff --git a/dev-libs/raft/Manifest b/dev-libs/raft/Manifest
index 0d1ad05e194..221fb552b3d 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.10.1.tar.gz 318911 BLAKE2B 42ef22dfc89f05a3a9f130011c0f906201126a1615f9a60648587e014bbb63e038b3afd1593c2c07b046c3c35ef07deaa45cdce58062707409e4dbd3a9f7516e SHA512 6fa99d9dbb5895299c5124f5c8cfb544cf1bccae4ee196bc8011cd4cf9c632cd896f8cd93181409fbaf7da115235c72a4e10568080dd9957eceb978784dc0f9d
diff --git a/dev-libs/raft/raft-0.10.0.ebuild b/dev-libs/raft/raft-0.10.0.ebuild
deleted file mode 100644
index 7d5c828a261..00000000000
--- a/dev-libs/raft/raft-0.10.0.ebuild
+++ /dev/null
@@ -1,52 +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 zfs"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-libs/libuv"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/raft-0.9.25-Always-skip-init-oom-test.patch
- "${FILESDIR}"/raft-0.10.0-toggle-zfs.patch
- )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-uv
-
- --disable-benchmark
- --disable-debug
- --disable-example
- --disable-sanitize
- --disable-static
-
- $(use_enable test fixture)
-
- $(use_with zfs)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2021-06-01 8:43 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-01 8:43 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-04-30 7:01 Joonas Niilola
2021-04-28 5:57 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=1622536992.89d7069a7e5ee4efca61de443614b370b04e1acd.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