diff options
Diffstat (limited to 'x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild')
-rw-r--r-- | x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild deleted file mode 100644 index c16cce21e9de..000000000000 --- a/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild,v 1.9 2007/04/04 17:09:03 gustavoz Exp $ - -inherit gkrellm-plugin - -IUSE="" -HOMEPAGE="http://horus.comlab.uni-rostock.de/flynn/" -SRC_URI="http://horus.comlab.uni-rostock.de/flynn/${P}.tar.gz" -DESCRIPTION="A funny GKrellM2 load monitor (for Doom(tm) fans)" -KEYWORDS="alpha ~amd64 ppc sparc x86" -SLOT="0" -LICENSE="GPL-2" - -src_compile() { - # Clean out precompiled plugin first - make clean - make gkrellm2 -} - |