summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-03-03 20:52:26 +0000
committerJon Portnoy <avenj@gentoo.org>2004-03-03 20:52:26 +0000
commitc68eb56764b8506132d4a13da685aadb43b4aae5 (patch)
tree13c9fc00f515322c606ad6804e1902c6510bae69 /app-text/multitail/multitail-2.9.1.ebuild
parentstable on alpha for the sake of genlop (diff)
downloadhistorical-c68eb56764b8506132d4a13da685aadb43b4aae5.tar.gz
historical-c68eb56764b8506132d4a13da685aadb43b4aae5.tar.bz2
historical-c68eb56764b8506132d4a13da685aadb43b4aae5.zip
Cleanup old ebuilds, stable keywords for 3.0.6
Diffstat (limited to 'app-text/multitail/multitail-2.9.1.ebuild')
-rw-r--r--app-text/multitail/multitail-2.9.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/multitail/multitail-2.9.1.ebuild b/app-text/multitail/multitail-2.9.1.ebuild
deleted file mode 100644
index 0956a0d1d929..000000000000
--- a/app-text/multitail/multitail-2.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-2.9.1.ebuild,v 1.3 2003/09/21 20:37:20 avenj Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Tail with multiple windows."
-HOMEPAGE="http://www.vanheusden.com/multitail/index.html"
-KEYWORDS="x86"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE=""
-DEPEND=""
-
-src_compile() {
- make all || die
-}
-
-src_install () {
- dobin multitail
- dodoc INSTALL license.txt readme.txt
- doman multitail.1
-}