diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-14 10:46:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-14 10:46:01 +0000 |
commit | 5e0d92363377898debd163f5023a98c87f33b07b (patch) | |
tree | 27d246067a05320e24197c64774db48cf2f16157 /x11-plugins | |
parent | Quick fix for # error (diff) | |
download | historical-5e0d92363377898debd163f5023a98c87f33b07b.tar.gz historical-5e0d92363377898debd163f5023a98c87f33b07b.tar.bz2 historical-5e0d92363377898debd163f5023a98c87f33b07b.zip |
WindowMaker removed as a DEPEND
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmSun/wmSun-1.03.ebuild | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/x11-plugins/wmSun/wmSun-1.03.ebuild b/x11-plugins/wmSun/wmSun-1.03.ebuild index 387e024b41d4..eb47fccb2a32 100644 --- a/x11-plugins/wmSun/wmSun-1.03.ebuild +++ b/x11-plugins/wmSun/wmSun-1.03.ebuild @@ -1,37 +1,27 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/wmSun-1.03.ebuild,v 1.2 2002/10/20 18:55:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/wmSun-1.03.ebuild,v 1.3 2002/11/14 10:46:01 seemant Exp $ IUSE="" -S="${WORKDIR}/${P}" - +S=${WORKDIR}/${P} DESCRIPTION="dockapp which displays the rise/set time of the sun" HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="virtual/glibc - virtual/x11 - x11-wm/WindowMaker" +DEPEND="virtual/x11" src_compile() { - emake -C wmSun clean || die "make clean failed" - COPTS=${CFLAGS} emake -C wmSun || die "parallel make failed" - } src_install() { - dobin wmSun/wmSun - doman wmSun/wmSun.1 - dodoc BUGS TODO wmSun/README - } |