diff options
Diffstat (limited to 'x11-plugins/wmmemload/wmmemload-0.1.5.ebuild')
-rw-r--r-- | x11-plugins/wmmemload/wmmemload-0.1.5.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-plugins/wmmemload/wmmemload-0.1.5.ebuild b/x11-plugins/wmmemload/wmmemload-0.1.5.ebuild deleted file mode 100644 index aa065cdf49ea..000000000000 --- a/x11-plugins/wmmemload/wmmemload-0.1.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/wmmemload-0.1.5.ebuild,v 1.8 2005/02/05 16:43:47 kloeri Exp $ - -IUSE="" -DESCRIPTION="dockapp that displays memory and swap space usage." -SRC_URI="http://www.markstaggs.net/wmmemload/${P}.tar.gz" -HOMEPAGE="http://www.markstaggs.net/" - -SLOT="0" -KEYWORDS="x86 ~sparc amd64 ppc" -LICENSE="GPL-2" - -DEPEND="virtual/x11" - -src_compile() { - - econf || die "configure failed" - - emake || die "parallel make failed" - -} - -src_install () { - - einstall || die "make install failed" - -} - |