diff options
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 -} |