summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmmon/wmmon-1.0_beta2.ebuild')
-rw-r--r--x11-plugins/wmmon/wmmon-1.0_beta2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild
deleted file mode 100644
index 8a307266fd92..000000000000
--- a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild,v 1.8 2004/06/24 23:13:35 agriffis Exp $
-
-S=${WORKDIR}/wmmon.app
-IUSE=""
-DESCRIPTION="Dockable system resources monitor applette for WindowMaker"
-WMMON_VERSION=1_0b2
-SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz"
-HOMEPAGE="http://www.bensinclair.com/dockapp/"
-
-DEPEND="x11-wm/windowmaker"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc amd64"
-
-src_compile() {
- emake -C wmmon || die
-}
-
-src_install () {
- dobin wmmon/wmmon
- dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO
-}