summaryrefslogtreecommitdiff
path: root/sys-fs/inotify-tools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
commit29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch)
treeab466b4dfa7abecb401b2f8039d08af4689306bb /sys-fs/inotify-tools
parentd42200bec37eef2a7478d88988ff00addd0a9202 (diff)
gentoo resync : 05.02.2020
Diffstat (limited to 'sys-fs/inotify-tools')
-rw-r--r--sys-fs/inotify-tools/Manifest4
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.14.ebuild34
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild37
3 files changed, 39 insertions, 36 deletions
diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
index 5190379d40cf..c723d0c62f53 100644
--- a/sys-fs/inotify-tools/Manifest
+++ b/sys-fs/inotify-tools/Manifest
@@ -1,5 +1,5 @@
-DIST inotify-tools-3.14.tar.gz 358772 BLAKE2B 99a0b82942d227e3c237edd6ca07bea68a7bbc07fd97bc5d44cb3c07e5e3bfee9513255fe675667872b027f93edd1137c30b61da7c0ef3986994aa812ca74d15 SHA512 6074d510e89bba5da0d7c4d86f2562c662868666ba0a7ea5d73e53c010a0050dd1fc01959b22cffdb9b8a35bd1b0b43c04d02d6f19927520f05889e8a9297dfb
DIST inotify-tools-3.20.1.tar.gz 79564 BLAKE2B 4b1235951f55ecb7c6c92b06b68dedebad8677c2265616dddd275bf627034b66b5756cf17a2f68f4201a78b043ec8a0800f115f3952c19875ae7f524b9b21382 SHA512 a97d27e6033036f0db5c0737bee3510206db9f4c843f0d18f1b2e179e838624ea33316c34fd9917c158dbb3580367908e90042fb1bfb146f150c32833b0b2ff2
-EBUILD inotify-tools-3.14.ebuild 806 BLAKE2B 47e641761882d93c6d0bf38b19acc2b7c22346eaa4e89f92287f7283df0e1b6c5053b82050f4f00f07d6a36f6a7e5b866f49fa0b6f9e80df12da0e6d8d61714a SHA512 45ffd77ed1f8197a13e4aaa34d0040d63df8d8a3efc597d6c484d26668d42277bc606813cc2c9c529946e1f7bca1f0042e92d8fd1b2175c81d3e23580e6e37ed
+DIST inotify-tools-3.20.2.2.tar.gz 81006 BLAKE2B 7dd29985f68096fe2146a3ad84d619b3d1238b0db25eeb125f2fe9591fa678078351f00c7e09b526cf2251e4736201d5625ff0e477523cae370a307ccb667730 SHA512 72d6fdcc216d8083cd384c71c02dc8e800d3a9702613568b3c571f704aee3d42bf084c52f2141c9afb8d28e8b87ebb6391ed3d825b3d664ed51c552debeb1881
EBUILD inotify-tools-3.20.1.ebuild 821 BLAKE2B a67685cabca2dfd7f5be69c9519c9dab4e153a0fb2203bdf911c4bc17077158f21d3557fb802de4c511716dd2d96646369108d18289a9eeb8553118c62ae1859 SHA512 c870f7f75b93bbb27ff5396723bac9d9ec8fee581ee9cf19cf5f40d9e83f6f88da5529ab3420538efe1d5bb9a9c13a4ac61eaaba37af1110ef3c36a7b218f3ab
+EBUILD inotify-tools-3.20.2.2.ebuild 819 BLAKE2B a728b977430b71b71fdd0b13f14a9f290c1740dbffa67dfa3bdb779a18309f2c5eb7390fdc651844d3018c404601124d5f360d0f0d98a8290fae50318d74b7c3 SHA512 024972b621818669ebb2a315899a49c1aa520ecff62c9652f0349c6df1f2645fec2a4c8876d9b170b575074056506319feb4d1ca30c3e5080b8a589104980f5f
MISC metadata.xml 649 BLAKE2B 414281eb4ef1da7d9b3cbaf61603043a64c6b748b6d21f7693b1bc4e6fdb1c811fc59490c3246cdf0526de0658ada36251493ea9c5f00f5e700d8d4e68f99868 SHA512 62eaab525f91d97a37b526fb07b7ee4b5c7abcfdd9f785655d3252de2a4f545649da51341c5c0ff4201e0ea097bb7206d2dbe5285c9008a392c55e4802c229e7
diff --git a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild
deleted file mode 100644
index 7d5e3d4f8252..000000000000
--- a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
-HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
-SRC_URI="https://github.com/downloads/rvoicilas/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ~sparc x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-src_prepare() {
- default
- # timestamps are busted in tarball
- find . -type f -exec touch -r configure {} +
-}
-
-src_configure() {
- # only docs installed are doxygen ones, so use /html
- econf \
- --docdir='$(datarootdir)'/doc/${PF}/html \
- $(use_enable doc doxygen)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README NEWS AUTHORS ChangeLog
-}
diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild
new file mode 100644
index 000000000000..391f17cbf861
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ # only docs installed are doxygen ones, so use /html
+ local myeconfargs=(
+ --docdir='$(datarootdir)'/doc/${PF}/html
+ $(use_enable doc doxygen)
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ find "${ED}" \( -name '*.a*' -o -name '*.la' \) -delete || die
+}