diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 17:16:28 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 17:16:28 +0000 |
commit | 1c01bae9f3ec405a86e3ef9660abaaa4d7679eba (patch) | |
tree | 9f4f221d09eefb9a0d2fe86b5bb2ffad23762ce1 /app-misc/mtail | |
parent | Add ~ia64 (diff) | |
download | gentoo-2-1c01bae9f3ec405a86e3ef9660abaaa4d7679eba.tar.gz gentoo-2-1c01bae9f3ec405a86e3ef9660abaaa4d7679eba.tar.bz2 gentoo-2-1c01bae9f3ec405a86e3ef9660abaaa4d7679eba.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/mtail')
-rw-r--r-- | app-misc/mtail/mtail-1.1.1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-misc/mtail/mtail-1.1.1.ebuild b/app-misc/mtail/mtail-1.1.1.ebuild deleted file mode 100644 index 8d8c7104f3eb..000000000000 --- a/app-misc/mtail/mtail-1.1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mtail/mtail-1.1.1.ebuild,v 1.7 2007/07/12 03:35:11 mr_bones_ Exp $ - -DESCRIPTION="tail workalike, that performs output colourising" -HOMEPAGE="http://matt.immute.net/src/mtail/" -SRC_URI="http://matt.immute.net/src/mtail/mtail-${PV}.tgz" -LICENSE="as-is" - -SLOT="0" -KEYWORDS="x86 alpha sparc" -IUSE="" - -DEPEND="" - -RDEPEND="dev-lang/python" - -src_install() { - dobin mtail - dodoc CHANGES LICENSE mtailrc.sample README -} |