summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-01-02 23:20:05 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-01-02 23:20:05 +0000
commitd255039a6dc33b39458529ebcceeb0a4b3ae4406 (patch)
treeca3ac873a3ef69ad4c0bff1114a54d9bd85e6b26 /sys-fs
parentfix USE flags tests and die only with a complete check of features (diff)
downloadgentoo-2-d255039a6dc33b39458529ebcceeb0a4b3ae4406.tar.gz
gentoo-2-d255039a6dc33b39458529ebcceeb0a4b3ae4406.tar.bz2
gentoo-2-d255039a6dc33b39458529ebcceeb0a4b3ae4406.zip
version bump
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/inotify-tools/ChangeLog10
-rw-r--r--sys-fs/inotify-tools/files/digest-inotify-tools-3.133
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.13.ebuild16
3 files changed, 27 insertions, 2 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog
index fd4f5389535c..9c3c80eb1d74 100644
--- a/sys-fs/inotify-tools/ChangeLog
+++ b/sys-fs/inotify-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/inotify-tools
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.21 2007/11/29 20:39:22 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.22 2008/01/02 23:20:04 wschlich Exp $
+
+*inotify-tools-3.13 (02 Jan 2008)
+
+ 02 Jan 2008; Wolfram Schlich <wschlich@gentoo.org>
+ +inotify-tools-3.13.ebuild:
+ version bump
29 Nov 2007; Jeroen Roovers <jer@gentoo.org> inotify-tools-3.12.ebuild:
Marked ~hppa too.
diff --git a/sys-fs/inotify-tools/files/digest-inotify-tools-3.13 b/sys-fs/inotify-tools/files/digest-inotify-tools-3.13
new file mode 100644
index 000000000000..f78e7f42e3d5
--- /dev/null
+++ b/sys-fs/inotify-tools/files/digest-inotify-tools-3.13
@@ -0,0 +1,3 @@
+MD5 35d7178297390f18bae451e083362acf inotify-tools-3.13.tar.gz 389473
+RMD160 99b848432116a3a5c18f3a531b33fd80029af8ec inotify-tools-3.13.tar.gz 389473
+SHA256 464146acec2c118be63a6c2a090d9252fbe9689c093db85b695d0502fa229445 inotify-tools-3.13.tar.gz 389473
diff --git a/sys-fs/inotify-tools/inotify-tools-3.13.ebuild b/sys-fs/inotify-tools/inotify-tools-3.13.ebuild
new file mode 100644
index 000000000000..2af0e24370eb
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-3.13.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild,v 1.1 2008/01/02 23:20:04 wschlich Exp $
+
+DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
+HOMEPAGE="http://inotify-tools.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+DEPEND="virtual/libc"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc NEWS AUTHORS
+}