Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/files/, sys-fs/inotify-tools/
Date: Mon, 20 Sep 2021 21:27:37
Message-Id: 1632173247.2e9b5a25069a68de19fa98eac4b8bd8c6390bdc8.polynomial-c@gentoo
1 commit: 2e9b5a25069a68de19fa98eac4b8bd8c6390bdc8
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 21:27:15 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 21:27:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9b5a25
7
8 sys-fs/inotify-tools: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 sys-fs/inotify-tools/Manifest | 1 -
13 .../inotify-tools-3.20.1-rm-unused-cmd-arg.patch | 11 ------
14 sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild | 39 ----------------------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
18 index bbde804b7dc..0d71006ed26 100644
19 --- a/sys-fs/inotify-tools/Manifest
20 +++ b/sys-fs/inotify-tools/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST inotify-tools-3.20.1.tar.gz 79564 BLAKE2B 4b1235951f55ecb7c6c92b06b68dedebad8677c2265616dddd275bf627034b66b5756cf17a2f68f4201a78b043ec8a0800f115f3952c19875ae7f524b9b21382 SHA512 a97d27e6033036f0db5c0737bee3510206db9f4c843f0d18f1b2e179e838624ea33316c34fd9917c158dbb3580367908e90042fb1bfb146f150c32833b0b2ff2
23 DIST inotify-tools-3.20.11.0.tar.gz 84827 BLAKE2B 1d3e25c4e213c9c6da74575677a6dc491405077b0544be79ee95e5ac2ee2ef2606ae2fd0264ad83228dc580447f15afd16e486bd5a8d51f6254ed805ed985260 SHA512 77b90e96efe0c90ab6ca4309c2f08303c2047ebddfad93ff62c616f30df8ca01102197867571047475b19b7dcc0fe369d9dd41425c2973cdc06467787098f672
24 DIST inotify-tools-3.20.2.2.tar.gz 81006 BLAKE2B 7dd29985f68096fe2146a3ad84d619b3d1238b0db25eeb125f2fe9591fa678078351f00c7e09b526cf2251e4736201d5625ff0e477523cae370a307ccb667730 SHA512 72d6fdcc216d8083cd384c71c02dc8e800d3a9702613568b3c571f704aee3d42bf084c52f2141c9afb8d28e8b87ebb6391ed3d825b3d664ed51c552debeb1881
25 DIST inotify-tools-3.21.9.0.tar.gz 91321 BLAKE2B 2c9ca20e8dbc096730351e86eba675ceb2891fb9e60c07c6aec9bcc071217d6972437e3b9bd03930b83fa8dd5476995e97f329d6ade02ff61a71a520ead79c5f SHA512 05535469ebb60ad98d5436a5145be880fef10ec9f15adc94c98e98e20fcb2af9ccab150a518275747fa82dfc29006eb0baca28f7b38cb25de9c92a9ea6bd9b19
26
27 diff --git a/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch b/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch
28 deleted file mode 100644
29 index 8c4f6f510e2..00000000000
30 --- a/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 ---- inotify-tools-3.20.1/src/Makefile.am
34 -+++ inotify-tools-3.20.1/src/Makefile.am
35 -@@ -2,7 +2,7 @@
36 - inotifywait_SOURCES = inotifywait.c common.c common.h
37 - inotifywatch_SOURCES = inotifywatch.c common.c common.h
38 -
39 --AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src
40 -+AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src
41 - AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
42 - LDADD = ../libinotifytools/src/libinotifytools.la
43 -
44
45 diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild
46 deleted file mode 100644
47 index 8874ede472d..00000000000
48 --- a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild
49 +++ /dev/null
50 @@ -1,39 +0,0 @@
51 -# Copyright 1999-2019 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -
56 -inherit autotools
57 -
58 -DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
59 -HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
60 -SRC_URI="https://github.com/rvoicilas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips sparc x86"
65 -IUSE="doc"
66 -
67 -DEPEND="doc? ( app-doc/doxygen )"
68 -RDEPEND=""
69 -
70 -PATCHES=( "${FILESDIR}/${P}-rm-unused-cmd-arg.patch" )
71 -
72 -src_prepare() {
73 - default
74 - eautoreconf
75 -}
76 -
77 -src_configure() {
78 - # only docs installed are doxygen ones, so use /html
79 - local myeconfargs=(
80 - --docdir='$(datarootdir)'/doc/${PF}/html
81 - $(use_enable doc doxygen)
82 - )
83 - econf "${myeconfargs[@]}"
84 -}
85 -
86 -src_install() {
87 - default
88 - find "${ED%/}" \( -name '*.a*' -o -name '*.la' \) -delete || die
89 -}