public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/
Date: Tue, 28 Sep 2021 12:49:05 +0000 (UTC)	[thread overview]
Message-ID: <1632833338.86b29e6974a8a8dea2274eda4667f03087cbf469.polynomial-c@gentoo> (raw)

commit:     86b29e6974a8a8dea2274eda4667f03087cbf469
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 12:48:42 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 12:48:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b29e69

sys-fs/inotify-tools: Removed old

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/inotify-tools/Manifest                      |  1 -
 sys-fs/inotify-tools/inotify-tools-3.21.9.1.ebuild | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
index 64e910e1d51..b95d58c1a02 100644
--- a/sys-fs/inotify-tools/Manifest
+++ b/sys-fs/inotify-tools/Manifest
@@ -1,5 +1,4 @@
 DIST inotify-tools-3.20.11.0.tar.gz 84827 BLAKE2B 1d3e25c4e213c9c6da74575677a6dc491405077b0544be79ee95e5ac2ee2ef2606ae2fd0264ad83228dc580447f15afd16e486bd5a8d51f6254ed805ed985260 SHA512 77b90e96efe0c90ab6ca4309c2f08303c2047ebddfad93ff62c616f30df8ca01102197867571047475b19b7dcc0fe369d9dd41425c2973cdc06467787098f672
 DIST inotify-tools-3.20.2.2.tar.gz 81006 BLAKE2B 7dd29985f68096fe2146a3ad84d619b3d1238b0db25eeb125f2fe9591fa678078351f00c7e09b526cf2251e4736201d5625ff0e477523cae370a307ccb667730 SHA512 72d6fdcc216d8083cd384c71c02dc8e800d3a9702613568b3c571f704aee3d42bf084c52f2141c9afb8d28e8b87ebb6391ed3d825b3d664ed51c552debeb1881
-DIST inotify-tools-3.21.9.1.tar.gz 91378 BLAKE2B a7d5d7ed2f63e186ed68d42ec443c43ae75e575d553221a11cd6991421d5d5b8c5447144a2e5cbc7dbad1d603e3cc120429ef5c91ac67994a82ea530c54142c0 SHA512 2a4d9f2e98b1f0263745c533fc06cd9f23bf9c793e9a8a3a944c7312f8d2b8e223caafbdd17b81e6dc0e29d85dd1730aef9341ed282992b4333d6d79cbfb3f99
 DIST inotify-tools-3.21.9.5.tar.gz 91711 BLAKE2B cf6575cdd445a823c8272a9f8394ed241af1cc729784ec363c9dac6cd3c5cf37856076e88d389669d9da768b899e7ecb64c997e25b42cd5fccc2ebbbf145b273 SHA512 d0ae070f4fa3ea261913bba4ed6edf865aa8ddb9235cf5e967d11f54168a78d92739a5110a1afbdedbe3e6f0cbaf395883e2d47a182c9e6847986da184a52a97
 DIST inotify-tools-3.21.9.6.tar.gz 91668 BLAKE2B cfb279d69e650b275af03052f4f76522670b7a563aa4e81bd5883b3ff825ecb70382cd4a5d48a9eb50b59930685a60b59a17376958d111d129c61fbced47a6bb SHA512 206eeebfd948499d81e6666b153cd7d9b05df618291fd3ada6479251b0773ce629c19f73117442a9093f028e294c5ba2dfa0aa4cf711510284ab7cad657da21c

diff --git a/sys-fs/inotify-tools/inotify-tools-3.21.9.1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.21.9.1.ebuild
deleted file mode 100644
index 1cc912c8d9c..00000000000
--- a/sys-fs/inotify-tools/inotify-tools-3.21.9.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
-HOMEPAGE="https://github.com/inotify-tools/inotify-tools"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_prepare() {
-	default
-
-	# Remove -Werror from CFLAGS (#745069)
-	find -name "Makefile.am" -print0 \
-		| xargs --null sed 's@ -Werror@@' -i || die
-
-	eautoreconf
-}
-
-src_configure() {
-	# only docs installed are doxygen ones, so use /html
-	local myeconfargs=(
-		--disable-static
-		--docdir='$(datarootdir)'/doc/${PF}/html
-		$(use_enable doc doxygen)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${ED}" -type f -name '*.la' -delete || die
-}


             reply	other threads:[~2021-09-28 12:49 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28 12:49 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-04 16:23 [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/ 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-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=1632833338.86b29e6974a8a8dea2274eda4667f03087cbf469.polynomial-c@gentoo \
    --to=polynomial-c@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