summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/asmon/asmon-0.64.ebuild')
-rw-r--r--x11-plugins/asmon/asmon-0.64.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-plugins/asmon/asmon-0.64.ebuild b/x11-plugins/asmon/asmon-0.64.ebuild
deleted file mode 100644
index a2687cc7b7e8..000000000000
--- a/x11-plugins/asmon/asmon-0.64.ebuild
+++ /dev/null
@@ -1,32 +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/asmon/asmon-0.64.ebuild,v 1.6 2004/11/14 19:37:18 kloeri Exp $
-
-inherit eutils
-
-DESCRIPTION="WindowMaker/AfterStep system monitor dockapp"
-HOMEPAGE="http://rio.vg/asmon/"
-SRC_URI="http://www.tigr.net/afterstep/download/asmon/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="x86 ~sparc ppc alpha"
-DEPEND="virtual/x11"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/asmon-cflags.diff
-}
-
-src_compile() {
- cd ${S}/asmon
- make clean
- emake || die
-}
-
-src_install() {
- dodoc AUTHOR CHANGES COPYING INSTALL INSTALL.orig
- cd asmon
- dobin ${PN}
-}