diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-07 12:41:36 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-07 12:41:36 +0000 |
commit | 9423457e92b2a4975192102521e5ecf825d1d717 (patch) | |
tree | 0ffe60c6423d9a0422d38486e2ef7668e04ebf3f /sys-apps | |
parent | version bump, solving bug #189952. (diff) | |
download | gentoo-2-9423457e92b2a4975192102521e5ecf825d1d717.tar.gz gentoo-2-9423457e92b2a4975192102521e5ecf825d1d717.tar.bz2 gentoo-2-9423457e92b2a4975192102521e5ecf825d1d717.zip |
Version bump
(Portage version: 2.1.3.7)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/inotail/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/inotail/files/digest-inotail-0.5 | 3 | ||||
-rw-r--r-- | sys-apps/inotail/inotail-0.5.ebuild | 24 |
3 files changed, 33 insertions, 1 deletions
diff --git a/sys-apps/inotail/ChangeLog b/sys-apps/inotail/ChangeLog index d20c1eabaf1b..85f1bb1913d2 100644 --- a/sys-apps/inotail/ChangeLog +++ b/sys-apps/inotail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/inotail # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.3 2007/08/01 22:00:09 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.4 2007/09/07 12:41:35 angelos Exp $ + +*inotail-0.5 (07 Sep 2007) + + 07 Sep 2007; Christoph Mende <angelos@gentoo.org> +inotail-0.5.ebuild: + Version bump 01 Aug 2007; Christoph Mende <angelos@gentoo.org> inotail-0.4.ebuild: Stable on amd64 diff --git a/sys-apps/inotail/files/digest-inotail-0.5 b/sys-apps/inotail/files/digest-inotail-0.5 new file mode 100644 index 000000000000..d969f8ac43f7 --- /dev/null +++ b/sys-apps/inotail/files/digest-inotail-0.5 @@ -0,0 +1,3 @@ +MD5 82d4d05f86d6069e95c4b73e4004f15f inotail-0.5.tar.bz2 14264 +RMD160 87d1ce7b4778797b7c4b0cf5f44972cdd3becf88 inotail-0.5.tar.bz2 14264 +SHA256 476dd5020e5f7aa7b077cdc79d62d1f3f27ae6d8a5d48e247cebe4f85807e90e inotail-0.5.tar.bz2 14264 diff --git a/sys-apps/inotail/inotail-0.5.ebuild b/sys-apps/inotail/inotail-0.5.ebuild new file mode 100644 index 000000000000..eb9c9778d121 --- /dev/null +++ b/sys-apps/inotail/inotail-0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 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.1 2007/09/07 12:41:35 angelos 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 +} |