summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2007-11-24 01:58:12 +0000
committerWolfram Schlich <wschlich@gentoo.org>2007-11-24 01:58:12 +0000
commit8f11d1b41d1e87a4039f36c9b75706ce9af146b7 (patch)
treedbcec50e2fea5dfd92108f6666903bc17af8eaf1 /sys-fs
parentversion bump (diff)
downloadgentoo-2-8f11d1b41d1e87a4039f36c9b75706ce9af146b7.tar.gz
gentoo-2-8f11d1b41d1e87a4039f36c9b75706ce9af146b7.tar.bz2
gentoo-2-8f11d1b41d1e87a4039f36c9b75706ce9af146b7.zip
version bump
(Portage version: 2.1.3.19)
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.123
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.12.ebuild21
3 files changed, 31 insertions, 1 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog
index d0231ea62089..0d6e815ef07b 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.16 2007/09/20 23:38:22 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.17 2007/11/24 01:58:12 wschlich Exp $
+
+*inotify-tools-3.12 (24 Nov 2007)
+
+ 24 Nov 2007; Wolfram Schlich <wschlich@gentoo.org>
+ +inotify-tools-3.12.ebuild:
+ version bump
20 Sep 2007; Wolfram Schlich <wschlich@gentoo.org>
-inotify-tools-3.5.ebuild, -inotify-tools-3.6.ebuild,
diff --git a/sys-fs/inotify-tools/files/digest-inotify-tools-3.12 b/sys-fs/inotify-tools/files/digest-inotify-tools-3.12
new file mode 100644
index 000000000000..17023cef7a7d
--- /dev/null
+++ b/sys-fs/inotify-tools/files/digest-inotify-tools-3.12
@@ -0,0 +1,3 @@
+MD5 a593b2eabde56f122e2bb3d2d45f7ca7 inotify-tools-3.12.tar.gz 389417
+RMD160 4620905d004a04cea8a8a58ee6005e97932d2238 inotify-tools-3.12.tar.gz 389417
+SHA256 90f69ae24cc21fa6d33dc406077f16c06113b3000f7d267e7056e52f50d0abc0 inotify-tools-3.12.tar.gz 389417
diff --git a/sys-fs/inotify-tools/inotify-tools-3.12.ebuild b/sys-fs/inotify-tools/inotify-tools-3.12.ebuild
new file mode 100644
index 000000000000..091b11dbb3ea
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-3.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 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.12.ebuild,v 1.1 2007/11/24 01:58:12 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
+}