summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-02-20 02:38:00 +0000
committerAron Griffis <agriffis@gentoo.org>2002-02-20 02:38:00 +0000
commite1af38e54b0cd0f38f70bff1fa60e152a568a836 (patch)
tree9dbc1d34952eb5434e301a5f623cdc9d4c6cd595 /x11-misc/gkrellsun
parentAdded gkrellmoon plugin from Seemant Kulleen (diff)
downloadhistorical-e1af38e54b0cd0f38f70bff1fa60e152a568a836.tar.gz
historical-e1af38e54b0cd0f38f70bff1fa60e152a568a836.tar.bz2
historical-e1af38e54b0cd0f38f70bff1fa60e152a568a836.zip
Added gkrellsun ebuild from Seemant Kulleen
Diffstat (limited to 'x11-misc/gkrellsun')
-rw-r--r--x11-misc/gkrellsun/ChangeLog10
-rw-r--r--x11-misc/gkrellsun/files/digest-gkrellsun-0.21
-rw-r--r--x11-misc/gkrellsun/gkrellsun-0.2.ebuild23
3 files changed, 34 insertions, 0 deletions
diff --git a/x11-misc/gkrellsun/ChangeLog b/x11-misc/gkrellsun/ChangeLog
new file mode 100644
index 000000000000..add85e4194dc
--- /dev/null
+++ b/x11-misc/gkrellsun/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/gkrellsun
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellsun/ChangeLog,v 1.1 2002/02/20 02:38:00 agriffis Exp $
+
+*gkrellsun-0.2 (19 Feb 2002)
+
+ 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> gkrellsun-0.2.ebuild:
+
+ Added gkrellsun plugin for gkrellm. Thanks to Seemant Kulleen for the
+ ebuild.
diff --git a/x11-misc/gkrellsun/files/digest-gkrellsun-0.2 b/x11-misc/gkrellsun/files/digest-gkrellsun-0.2
new file mode 100644
index 000000000000..af35308380e4
--- /dev/null
+++ b/x11-misc/gkrellsun/files/digest-gkrellsun-0.2
@@ -0,0 +1 @@
+MD5 d692390b8cddcfc173365855f5ffe28c gkrellsun-0.2.tar.gz 31989
diff --git a/x11-misc/gkrellsun/gkrellsun-0.2.ebuild b/x11-misc/gkrellsun/gkrellsun-0.2.ebuild
new file mode 100644
index 000000000000..cf89a10c2005
--- /dev/null
+++ b/x11-misc/gkrellsun/gkrellsun-0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Seemant Kulleen <seemant@rocketmail.com>
+# $header$
+
+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"
+
+DEPEND=">=app-admin/gkrellm-1.0.6
+ >=x11-libs/gtk+-1.2.10-r4
+ >=media-libs/imlib-1.9.10-r1"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ exeinto /usr/lib/gkrellm/plugins
+ doexe gkrellsun.so
+ dodoc README AUTHORS COPYING
+}