summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 17:25:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 17:25:37 +0000
commitd36c2302e02ac2713686468391cefba9bda09433 (patch)
tree964d1407fa2cdfd52abe5a593b0d2d47c1390050 /app-misc/mtail
parentamd64 stable wrt bug #214913 (diff)
downloadhistorical-d36c2302e02ac2713686468391cefba9bda09433.tar.gz
historical-d36c2302e02ac2713686468391cefba9bda09433.tar.bz2
historical-d36c2302e02ac2713686468391cefba9bda09433.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc/mtail')
-rw-r--r--app-misc/mtail/mtail-1.1.1.ebuild21
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
-}