From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/
Date: Fri, 19 Sep 2025 05:47:15 +0000 (UTC) [thread overview]
Message-ID: <1758260781.2bc5c20fe023c52c5a72fb48a34e086faf4b3de8.ionen@gentoo> (raw)
commit: 2bc5c20fe023c52c5a72fb48a34e086faf4b3de8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 04:55:41 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 05:46:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc5c20f
sys-fs/inotify-tools: add 4.25.9.0
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
sys-fs/inotify-tools/Manifest | 1 +
sys-fs/inotify-tools/inotify-tools-4.25.9.0.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
index 7f795aecf133..bfd0f2baf7e2 100644
--- a/sys-fs/inotify-tools/Manifest
+++ b/sys-fs/inotify-tools/Manifest
@@ -1 +1,2 @@
DIST inotify-tools-4.23.9.0.tar.gz 93281 BLAKE2B eddb0e44721cd8674f2309046998de16a030ed9ad84c49bc5950b9362055db9242dc0de1c615c3bd6c1f2835c83fc55446c9f8e6da52a98870c53f4e6cfa31f9 SHA512 8f44037a482fa39978b845b4989834e8c897ad872913c6cb8c4a987e0d13f9177b05f593332b859d7adde228fdc3512fd45d66cab65368c38926f41d57e22d13
+DIST inotify-tools-4.25.9.0.tar.gz 94099 BLAKE2B f32a7cfaf76e8896a6f581bbffe443109c017c59b44d5f9d15ca019029da4895b04880d404765921b201a9eaf1864d0085aa47366112bec0c3afd5c0fcfe5c47 SHA512 a441289d570995105296a2b82ddade8256508b43bc127a5bb318f7c371f3120c082371fdc308fe56dbec921e948f954c2e4efb418968748a8790945dad6a2e46
diff --git a/sys-fs/inotify-tools/inotify-tools-4.25.9.0.ebuild b/sys-fs/inotify-tools/inotify-tools-4.25.9.0.ebuild
new file mode 100644
index 000000000000..46e7baebb798
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-4.25.9.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Set of command-line programs providing a simple interface to inotify"
+HOMEPAGE="https://github.com/inotify-tools/inotify-tools/"
+SRC_URI="
+ https://github.com/inotify-tools/inotify-tools/archive/${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc"
+
+BDEPEND="
+ doc? ( app-text/doxygen )
+"
+
+src_prepare() {
+ default
+
+ sed -i 's/ -Werror//' {,libinotifytools/}src/Makefile.am || die #745069
+
+ eautoreconf
+}
+
+src_configure() {
+ local econfargs=(
+ --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
+ $(use_enable doc doxygen)
+ )
+
+ econf "${econfargs[@]}"
+}
+
+src_install() {
+ default
+
+ find "${ED}" -type f -name '*.la' -delete || die
+}
next reply other threads:[~2025-09-19 5:50 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-19 5:47 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-12 2:39 [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/ Sam James
2025-10-12 2:39 Sam James
2025-10-12 0:08 Sam James
2025-10-12 0:08 Sam James
2024-04-04 16:23 Arthur Zamarin
2023-09-12 16:54 Ionen Wolkens
2023-09-12 16:15 Ionen Wolkens
2023-09-11 0:18 Sam James
2023-09-10 23:49 Sam James
2023-09-10 23:49 Sam James
2023-09-10 23:49 Sam James
2023-09-10 23:49 Sam James
2023-08-22 2:13 Ionen Wolkens
2022-08-11 11:35 Ionen Wolkens
2022-07-21 5:38 Ionen Wolkens
2022-07-15 0:45 Sam James
2022-07-15 0:45 Sam James
2022-07-14 19:55 Arthur Zamarin
2022-07-14 19:20 Arthur Zamarin
2022-07-14 18:53 Arthur Zamarin
2022-06-29 17:22 Ionen Wolkens
2022-06-29 17:22 Ionen Wolkens
2022-06-29 8:08 Ionen Wolkens
2022-06-08 7:27 Lars Wendler
2022-06-08 7:27 Lars Wendler
2022-01-21 17:44 Lars Wendler
2022-01-21 17:44 Lars Wendler
2022-01-15 1:56 Sam James
2022-01-13 8:37 Sam James
2022-01-10 23:00 Sam James
2022-01-10 8:40 Agostino Sarubbo
2022-01-10 8:38 Agostino Sarubbo
2022-01-09 11:22 Arthur Zamarin
2021-09-28 12:49 Lars Wendler
2021-09-28 12:49 Lars Wendler
2021-09-27 22:05 Marek Szuba
2021-09-22 10:58 Lars Wendler
2021-09-22 10:58 Lars Wendler
2021-09-21 19:21 Lars Wendler
2021-09-20 21:27 Lars Wendler
2020-12-21 18:01 Sam James
2020-11-22 12:26 Sergei Trofimovich
2020-11-17 19:10 Agostino Sarubbo
2020-11-15 10:33 Sam James
2020-11-14 0:09 Thomas Deutschmann
2020-11-13 22:05 Sam James
2020-11-13 20:39 Lars Wendler
2020-09-28 9:50 Lars Wendler
2020-02-03 16:02 Lars Wendler
2020-02-03 16:02 Lars Wendler
2019-09-15 17:17 Michał Górny
2019-01-23 18:53 Mikle Kolyada
2019-01-01 14:49 Lars Wendler
2019-01-01 12:50 Sergei Trofimovich
2019-01-01 10:52 Sergei Trofimovich
2018-12-31 16:43 Thomas Deutschmann
2018-03-31 19:01 Mart Raudsepp
2018-01-09 11:44 Lars Wendler
2016-08-22 12:02 Lars Wendler
2016-08-22 12:02 Lars Wendler
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=1758260781.2bc5c20fe023c52c5a72fb48a34e086faf4b3de8.ionen@gentoo \
--to=ionen@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