diff options
Diffstat (limited to 'x11-plugins/wmdf/wmdf-0.1.6.ebuild')
-rw-r--r-- | x11-plugins/wmdf/wmdf-0.1.6.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-plugins/wmdf/wmdf-0.1.6.ebuild b/x11-plugins/wmdf/wmdf-0.1.6.ebuild deleted file mode 100644 index 6d2a278979b2..000000000000 --- a/x11-plugins/wmdf/wmdf-0.1.6.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/wmdf/wmdf-0.1.6.ebuild,v 1.6 2004/11/24 05:26:53 weeve Exp $ - -IUSE="" - -DESCRIPTION="An app to monitor disk space on partitions" -SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz" -HOMEPAGE="http://dockapps.org/file.php/id/175" - -DEPEND="virtual/x11" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc ppc64 ~sparc" - -src_compile() { - econf || die "Configure failed" - emake || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc README AUTHORS COPYING ChangeLog NEWS THANKS TODO INSTALL -} |