diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-18 08:28:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-18 08:28:49 +0000 |
commit | 976537054b8d9d15b6ab27b9615a7e32a96cf921 (patch) | |
tree | 2cde4b45c73bf66709843c25308d59aa91239700 /x11-plugins/wmfire | |
parent | cleaned up (diff) | |
download | gentoo-2-976537054b8d9d15b6ab27b9615a7e32a96cf921.tar.gz gentoo-2-976537054b8d9d15b6ab27b9615a7e32a96cf921.tar.bz2 gentoo-2-976537054b8d9d15b6ab27b9615a7e32a96cf921.zip |
removed windowmaker dependency
Diffstat (limited to 'x11-plugins/wmfire')
-rw-r--r-- | x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild index 2be46dfd42d6..cbc362bcbf24 100644 --- a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild +++ b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild @@ -1,22 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.1 2002/10/24 19:19:06 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.2 2003/01/18 08:28:49 seemant Exp $ + +IUSE="" MY_P="${P/_/}" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} DESCRIPTION="WindowMaker dockapp that displays cpu usage as a dancing flame" SRC_URI="http://staff.xmms.org/zinx/misc/${MY_P}.tar.gz" HOMEPAGE="http://staff.xmms.org/zinx/misc" -DEPEND="virtual/x11 x11-wm/WindowMaker virtual/glibc" +DEPEND="virtual/x11" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" -IUSE="" - src_compile() { local myconf="--with-x"; |