summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2006-12-17 12:33:35 +0000
committerWolfram Schlich <wschlich@gentoo.org>2006-12-17 12:33:35 +0000
commit16c6b6bc0a9f19db75fc4c73d7680696a1953ebf (patch)
treeb43929b45a7ea2112e2e539a2a8ac3c20fbbf9df /sys-fs
parentcleanup (bug #153234) (diff)
downloadgentoo-2-16c6b6bc0a9f19db75fc4c73d7680696a1953ebf.tar.gz
gentoo-2-16c6b6bc0a9f19db75fc4c73d7680696a1953ebf.tar.bz2
gentoo-2-16c6b6bc0a9f19db75fc4c73d7680696a1953ebf.zip
version bump
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/inotify-tools/ChangeLog8
-rw-r--r--sys-fs/inotify-tools/files/digest-inotify-tools-3.63
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.6.ebuild21
3 files changed, 31 insertions, 1 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog
index 1a7ec4fb234a..ac4d2d4f623b 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.7 2006/12/07 19:33:21 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.8 2006/12/17 12:33:35 wschlich Exp $
+
+*inotify-tools-3.6 (17 Dec 2006)
+
+ 17 Dec 2006; Wolfram Schlich <wschlich@gentoo.org>
+ +inotify-tools-3.6.ebuild:
+ version bump
*inotify-tools-3.5 (07 Dec 2006)
diff --git a/sys-fs/inotify-tools/files/digest-inotify-tools-3.6 b/sys-fs/inotify-tools/files/digest-inotify-tools-3.6
new file mode 100644
index 000000000000..aaa69374913e
--- /dev/null
+++ b/sys-fs/inotify-tools/files/digest-inotify-tools-3.6
@@ -0,0 +1,3 @@
+MD5 5ca0a0c64fbf406dc8bfff3f1d5d4cf4 inotify-tools-3.6.tar.gz 376627
+RMD160 46bb1a9b966ac1eba5236794a4fa9930607752e2 inotify-tools-3.6.tar.gz 376627
+SHA256 92936f9861b50600a1e481740d362564ae3d2eec1d095419a3bb252974dd9c04 inotify-tools-3.6.tar.gz 376627
diff --git a/sys-fs/inotify-tools/inotify-tools-3.6.ebuild b/sys-fs/inotify-tools/inotify-tools-3.6.ebuild
new file mode 100644
index 000000000000..ab4c50fa39a2
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-3.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 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.6.ebuild,v 1.1 2006/12/17 12:33:35 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 ~x86"
+DEPEND="virtual/libc"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc NEWS AUTHORS
+}