summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2010-05-21 20:12:30 +0000
committerChristoph Mende <angelos@gentoo.org>2010-05-21 20:12:30 +0000
commitc6c6af5547c05e263854429085b4bd73aac50fb8 (patch)
treeeb10726b7f16f93329a8d1f0438d67f690b42e07 /sys-apps/inotail
parentRemoved old (diff)
downloadgentoo-2-c6c6af5547c05e263854429085b4bd73aac50fb8.tar.gz
gentoo-2-c6c6af5547c05e263854429085b4bd73aac50fb8.tar.bz2
gentoo-2-c6c6af5547c05e263854429085b4bd73aac50fb8.zip
Removed old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/inotail')
-rw-r--r--sys-apps/inotail/ChangeLog7
-rw-r--r--sys-apps/inotail/inotail-0.5.ebuild24
2 files changed, 5 insertions, 26 deletions
diff --git a/sys-apps/inotail/ChangeLog b/sys-apps/inotail/ChangeLog
index a13c5ade7fd0..e672c812f365 100644
--- a/sys-apps/inotail/ChangeLog
+++ b/sys-apps/inotail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/inotail
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.9 2009/11/14 16:05:26 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.10 2010/05/21 20:12:30 angelos Exp $
+
+ 21 May 2010; Christoph Mende <angelos@gentoo.org> -inotail-0.5.ebuild:
+ Removed old
14 Nov 2009; Markus Meier <maekke@gentoo.org> inotail-0.5-r1.ebuild:
amd64/x86 stable, bug #273051
diff --git a/sys-apps/inotail/inotail-0.5.ebuild b/sys-apps/inotail/inotail-0.5.ebuild
deleted file mode 100644
index d1403fe07e29..000000000000
--- a/sys-apps/inotail/inotail-0.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild,v 1.4 2009/09/08 18:09:17 ikelos Exp $
-
-inherit linux-info
-
-DESCRIPTION="tail replacement using inotify"
-HOMEPAGE="http://distanz.ch/inotail/"
-SRC_URI="http://distanz.ch/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-CONFIG_CHECK="~INOTIFY"
-
-src_install() {
- make prefix="${D}/usr" install || die "install failed"
- dodoc changelog README
-}