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/
Date: Mon, 22 Aug 2016 12:02:38
Message-Id: 1471867344.665e78a1f407eebab8d28cf4c35d0041f8736e0e.polynomial-c@gentoo
1 commit: 665e78a1f407eebab8d28cf4c35d0041f8736e0e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 09:10:55 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 12:02:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e78a1
7
8 sys-fs/inotify-tools: Removed old.
9
10 Package-Manager: portage-2.3.0
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-fs/inotify-tools/Manifest | 1 -
14 sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild | 34 -----------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
18 index 19a5856..c08e9d3 100644
19 --- a/sys-fs/inotify-tools/Manifest
20 +++ b/sys-fs/inotify-tools/Manifest
21 @@ -1,2 +1 @@
22 -DIST inotify-tools-3.13.tar.gz 389473 SHA256 464146acec2c118be63a6c2a090d9252fbe9689c093db85b695d0502fa229445 SHA512 e757ca5d3bac2b6b84e9435671107d6d695ff7d04cefd139590ab538d1be8f9a295eb9b0042406bdbfa60bb2b2545a428ec861e60f1cbf172050d47d0350bdb9 WHIRLPOOL 342d2ca503a6f6939ba10dde93937f1bb9b26459e4d5f98948996e59ee124a8a9d9fb0c9988dad8d0e242d3d5478ae3f5c62f975df43076a9f86f94ab8ef9348
23 DIST inotify-tools-3.14.tar.gz 358772 SHA256 222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f SHA512 6074d510e89bba5da0d7c4d86f2562c662868666ba0a7ea5d73e53c010a0050dd1fc01959b22cffdb9b8a35bd1b0b43c04d02d6f19927520f05889e8a9297dfb WHIRLPOOL fb22537b127ed8c03f4d0501d498c3731d7b85ce688ab8f281c7173d615c876d9ccd77b1d5a2a4effed642cfa30a99738b751608c9f279ce627ae951b41cada4
24
25 diff --git a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
26 deleted file mode 100644
27 index 4e52d08..0000000
28 --- a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
38 -HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 arm hppa x86"
44 -IUSE="doc"
45 -
46 -DEPEND="doc? ( app-doc/doxygen )"
47 -RDEPEND=""
48 -
49 -src_prepare() {
50 - # timestamps are busted in tarball
51 - find . -type f -exec touch -r configure {} +
52 -}
53 -
54 -src_configure() {
55 - # only docs installed are doxygen ones, so use /html
56 - econf \
57 - --docdir=/usr/share/doc/${PF}/html \
58 - $(use_enable doc doxygen)
59 -}
60 -
61 -src_install() {
62 - emake DESTDIR="${D}" install
63 - dodoc README NEWS AUTHORS ChangeLog
64 -}