summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2007-11-25 06:28:23 +0000
committerDawid Węgliński <cla@gentoo.org>2007-11-25 06:28:23 +0000
commita1892f4c1906d867b8b37c51bf1cd551e88b91cd (patch)
treed4caaa16d265c0ede18596240a2d12bf294eac8b /sys-fs/inotify-tools
parentStable on x86 (diff)
downloadgentoo-2-a1892f4c1906d867b8b37c51bf1cd551e88b91cd.tar.gz
gentoo-2-a1892f4c1906d867b8b37c51bf1cd551e88b91cd.tar.bz2
gentoo-2-a1892f4c1906d867b8b37c51bf1cd551e88b91cd.zip
Remove src_compile() since it only does econf and emake without arguments
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-fs/inotify-tools')
-rw-r--r--sys-fs/inotify-tools/ChangeLog5
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.12.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog
index 7dc6fa83810e..a8e2813a1356 100644
--- a/sys-fs/inotify-tools/ChangeLog
+++ b/sys-fs/inotify-tools/ChangeLog
@@ -1,6 +1,9 @@
# 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.19 2007/11/25 03:21:08 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.20 2007/11/25 06:28:23 cla Exp $
+
+ 25 Nov 2007; Dawid Węgliński <cla@gentoo.org> inotify-tools-3.12.ebuild:
+ Remove src_compile() since it only does econf and emake without arguments
25 Nov 2007; Dawid Węgliński <cla@gentoo.org> inotify-tools-3.12.ebuild:
Stable on x86 (bug #198544)
diff --git a/sys-fs/inotify-tools/inotify-tools-3.12.ebuild b/sys-fs/inotify-tools/inotify-tools-3.12.ebuild
index e83899d1f309..9396bd855a15 100644
--- a/sys-fs/inotify-tools/inotify-tools-3.12.ebuild
+++ b/sys-fs/inotify-tools/inotify-tools-3.12.ebuild
@@ -1,6 +1,6 @@
# 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.3 2007/11/25 03:21:08 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild,v 1.4 2007/11/25 06:28:23 cla Exp $
DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
HOMEPAGE="http://inotify-tools.sourceforge.net/"
@@ -10,11 +10,6 @@ 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