summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/lavaps/lavaps-2.4.ebuild')
-rw-r--r--x11-misc/lavaps/lavaps-2.4.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/lavaps/lavaps-2.4.ebuild b/x11-misc/lavaps/lavaps-2.4.ebuild
deleted file mode 100644
index 70af00fee57a..000000000000
--- a/x11-misc/lavaps/lavaps-2.4.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/x11-misc/lavaps/lavaps-2.4.ebuild,v 1.6 2005/11/02 19:46:19 nelchael Exp $
-
-DESCRIPTION="Lava Lamp graphical representation of running processes."
-SRC_URI="http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/${P}.tar.gz"
-HOMEPAGE="http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=">=dev-lang/tk-8.3.3
- virtual/x11"
-
-src_install() {
- dobin lavaps
- doman lavaps.1
- dodoc README
-}