diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 02:05:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 02:05:36 +0000 |
commit | 713822c1bc45faf01cc1f24334f6871be7d13869 (patch) | |
tree | 22506020c7f63436c2409a9ae215066349e8f98e /x11-misc/gkrellsun/gkrellsun-0.2.ebuild | |
parent | added gkrellm plugins to be moved from x11-misc to x11-plugins (diff) | |
download | gentoo-2-713822c1bc45faf01cc1f24334f6871be7d13869.tar.gz gentoo-2-713822c1bc45faf01cc1f24334f6871be7d13869.tar.bz2 gentoo-2-713822c1bc45faf01cc1f24334f6871be7d13869.zip |
removed gkrellm plugins from x11-misc
Diffstat (limited to 'x11-misc/gkrellsun/gkrellsun-0.2.ebuild')
-rw-r--r-- | x11-misc/gkrellsun/gkrellsun-0.2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/gkrellsun/gkrellsun-0.2.ebuild b/x11-misc/gkrellsun/gkrellsun-0.2.ebuild deleted file mode 100644 index 97a62fedaf97..000000000000 --- a/x11-misc/gkrellsun/gkrellsun-0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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-misc/gkrellsun/gkrellsun-0.2.ebuild,v 1.8 2002/08/14 23:44:15 murphy Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times." -SRC_URI="http://nwalsh.com/hacks/gkrellsun/${P}.tar.gz" -HOMEPAGE="http://nwalsh.com/hacks/gkrellsun" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc sparc64" - -DEPEND=">=app-admin/gkrellm-1.2.9 - =x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1" - -src_compile() { - emake || die -} - -src_install () { - insinto /usr/lib/gkrellm/plugins - doins gkrellsun.so - dodoc README AUTHORS COPYING -} |