summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2006-12-07 19:33:21 +0000
committerWolfram Schlich <wschlich@gentoo.org>2006-12-07 19:33:21 +0000
commit58a3258fac90bc0012371d58d233c43dd833a502 (patch)
treea338cb96566b4b5403eee92aad89ca81339dd289 /sys-fs/inotify-tools
parentInitial import of ebuild, based on qc-usb, modified and maintained by Samuli ... (diff)
downloadgentoo-2-58a3258fac90bc0012371d58d233c43dd833a502.tar.gz
gentoo-2-58a3258fac90bc0012371d58d233c43dd833a502.tar.bz2
gentoo-2-58a3258fac90bc0012371d58d233c43dd833a502.zip
version bump
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'sys-fs/inotify-tools')
-rw-r--r--sys-fs/inotify-tools/ChangeLog8
-rw-r--r--sys-fs/inotify-tools/files/digest-inotify-tools-3.53
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.5.ebuild21
3 files changed, 31 insertions, 1 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog
index dd078705f75a..1a7ec4fb234a 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.6 2006/11/02 21:08:31 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.7 2006/12/07 19:33:21 wschlich Exp $
+
+*inotify-tools-3.5 (07 Dec 2006)
+
+ 07 Dec 2006; Wolfram Schlich <wschlich@gentoo.org>
+ +inotify-tools-3.5.ebuild:
+ version bump
*inotify-tools-3.3 (02 Nov 2006)
diff --git a/sys-fs/inotify-tools/files/digest-inotify-tools-3.5 b/sys-fs/inotify-tools/files/digest-inotify-tools-3.5
new file mode 100644
index 000000000000..5946f364b649
--- /dev/null
+++ b/sys-fs/inotify-tools/files/digest-inotify-tools-3.5
@@ -0,0 +1,3 @@
+MD5 9a8f975c9475002a7011142a650ec626 inotify-tools-3.5.tar.gz 375824
+RMD160 fb99b1de4c43a220826c40f7635efa35084de3ec inotify-tools-3.5.tar.gz 375824
+SHA256 44883db50b68332bb195c954689a82b83fc845c37814c62a68593f93d619aa9b inotify-tools-3.5.tar.gz 375824
diff --git a/sys-fs/inotify-tools/inotify-tools-3.5.ebuild b/sys-fs/inotify-tools/inotify-tools-3.5.ebuild
new file mode 100644
index 000000000000..ddf322748b71
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-3.5.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.5.ebuild,v 1.1 2006/12/07 19:33:21 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
+}