From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/libeatmydata/
Date: Sat, 5 Jun 2021 10:50:57 +0000 (UTC) [thread overview]
Message-ID: <1622890254.b827122c2c12aedaf52e4c1ed6ae186fc273d955.slyfox@gentoo> (raw)
commit: b827122c2c12aedaf52e4c1ed6ae186fc273d955
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 10:37:54 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 10:50:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b827122c
sys-fs/libeatmydata: bump up to 129
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-fs/libeatmydata/Manifest | 1 +
sys-fs/libeatmydata/libeatmydata-129.ebuild | 32 +++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/sys-fs/libeatmydata/Manifest b/sys-fs/libeatmydata/Manifest
index 1185b80833a..f76ee610508 100644
--- a/sys-fs/libeatmydata/Manifest
+++ b/sys-fs/libeatmydata/Manifest
@@ -1 +1,2 @@
DIST libeatmydata-105.tar.gz 419427 BLAKE2B 251fc4226ddddce16abc16c8a0717cd69621e8c166cf7a7dec1c8782c2a25edcf26e34f1a09bd2b6153a46eb99a6cf4b1adc334db188201b12a27b4a1562ed03 SHA512 fb2ac1400d5e3c44bfc952c72f29a4c7234edf5b756a9602ad822c57fbc9813c35d2da9492e2982abf81e0826d278da2d31ee1865e806754e0b387ad699367d4
+DIST libeatmydata-129.tar.gz 358437 BLAKE2B 448cff19629fa1a07443a52ebe16a7bf9a8ac7d0c2688e89555ed6c9c2369695a70ae2abf1b74152b3c305e6bc019e2e9808af6642122cd10a73deb7dfb580f2 SHA512 dbd0ea4df77034ecbb75955394b15aec6f1331205a5c7aa4a6e0595e3e486bbcc81c28a264bf5441c660563f74bfb06630da98373d481a2ebd9e9b1538c109d1
diff --git a/sys-fs/libeatmydata/libeatmydata-129.ebuild b/sys-fs/libeatmydata/libeatmydata-129.ebuild
new file mode 100644
index 00000000000..bb2148e907e
--- /dev/null
+++ b/sys-fs/libeatmydata/libeatmydata-129.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP"
+HOMEPAGE="https://www.flamingspork.com/projects/libeatmydata/"
+SRC_URI="https://github.com/stewartsmith/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-util/strace )"
+
+ECONF_SOURCE="${S}"
+
+multilib_src_test() {
+ # sandbox fools LD_PRELOAD and libeatmydata does not get control
+ # feature of sandbox
+ SANDBOX_ON=0 LD_PRELOAD= emake -k check
+}
+
+multilib_src_install_all() {
+ find "${D}" -name '*.la' -type f -delete || die
+
+ dodoc AUTHORS README.md
+}
next reply other threads:[~2021-06-05 10:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-05 10:50 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-31 6:24 [gentoo-commits] repo/gentoo:master commit in: sys-fs/libeatmydata/ WANG Xuerui
2023-03-04 11:03 Arthur Zamarin
2023-03-04 6:17 Arthur Zamarin
2023-03-04 6:05 Arthur Zamarin
2022-07-26 4:26 Sam James
2022-06-13 7:10 Agostino Sarubbo
2022-06-13 7:09 Agostino Sarubbo
2022-06-13 7:07 Agostino Sarubbo
2022-05-04 4:55 Sam James
2022-05-04 4:52 Sam James
2022-02-06 20:57 Arthur Zamarin
2021-11-14 3:27 Sam James
2021-11-14 3:27 Sam James
2021-08-04 9:01 Sergei Trofimovich
2021-06-05 22:12 Sergei Trofimovich
2019-11-10 12:07 Sergei Trofimovich
2019-07-15 15:28 Michał Górny
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=1622890254.b827122c2c12aedaf52e4c1ed6ae186fc273d955.slyfox@gentoo \
--to=slyfox@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