commit:     665e78a1f407eebab8d28cf4c35d0041f8736e0e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 09:10:55 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 12:02:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e78a1

sys-fs/inotify-tools: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/inotify-tools/Manifest                     |  1 -
 sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild | 34 -----------------------
 2 files changed, 35 deletions(-)

diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
index 19a5856..c08e9d3 100644
--- a/sys-fs/inotify-tools/Manifest
+++ b/sys-fs/inotify-tools/Manifest
@@ -1,2 +1 @@
-DIST inotify-tools-3.13.tar.gz 389473 SHA256 
464146acec2c118be63a6c2a090d9252fbe9689c093db85b695d0502fa229445 SHA512 
e757ca5d3bac2b6b84e9435671107d6d695ff7d04cefd139590ab538d1be8f9a295eb9b0042406bdbfa60bb2b2545a428ec861e60f1cbf172050d47d0350bdb9
 WHIRLPOOL 
342d2ca503a6f6939ba10dde93937f1bb9b26459e4d5f98948996e59ee124a8a9d9fb0c9988dad8d0e242d3d5478ae3f5c62f975df43076a9f86f94ab8ef9348
 DIST inotify-tools-3.14.tar.gz 358772 SHA256 
222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f SHA512 
6074d510e89bba5da0d7c4d86f2562c662868666ba0a7ea5d73e53c010a0050dd1fc01959b22cffdb9b8a35bd1b0b43c04d02d6f19927520f05889e8a9297dfb
 WHIRLPOOL 
fb22537b127ed8c03f4d0501d498c3731d7b85ce688ab8f281c7173d615c876d9ccd77b1d5a2a4effed642cfa30a99738b751608c9f279ce627ae951b41cada4

diff --git a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild 
b/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
deleted file mode 100644
index 4e52d08..0000000
--- a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="a set of command-line programs providing a simple interface to 
inotify"
-HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-src_prepare() {
-       # 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=/usr/share/doc/${PF}/html \
-               $(use_enable doc doxygen)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc README NEWS AUTHORS ChangeLog
-}

Reply via email to