summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 01:49:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 01:49:27 +0000
commit1fed4b4050ac9acbc09597627061960532fd38ae (patch)
tree56d4d220aceb5c51b37e167125cd413fc891da31 /x11-plugins/gkrellsun
parentremoved gkrellkam (diff)
downloadhistorical-1fed4b4050ac9acbc09597627061960532fd38ae.tar.gz
historical-1fed4b4050ac9acbc09597627061960532fd38ae.tar.bz2
historical-1fed4b4050ac9acbc09597627061960532fd38ae.zip
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellsun')
-rw-r--r--x11-plugins/gkrellsun/ChangeLog14
-rw-r--r--x11-plugins/gkrellsun/files/digest-gkrellsun-0.21
-rw-r--r--x11-plugins/gkrellsun/gkrellsun-0.2.ebuild25
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-plugins/gkrellsun/ChangeLog b/x11-plugins/gkrellsun/ChangeLog
new file mode 100644
index 000000000000..14c1522e96ca
--- /dev/null
+++ b/x11-plugins/gkrellsun/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for x11-plugins/gkrellsun
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+*gkrellsun-0.2 (19 Feb 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 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-plugins/gkrellsun/files/digest-gkrellsun-0.2 b/x11-plugins/gkrellsun/files/digest-gkrellsun-0.2
new file mode 100644
index 000000000000..af35308380e4
--- /dev/null
+++ b/x11-plugins/gkrellsun/files/digest-gkrellsun-0.2
@@ -0,0 +1 @@
+MD5 d692390b8cddcfc173365855f5ffe28c gkrellsun-0.2.tar.gz 31989
diff --git a/x11-plugins/gkrellsun/gkrellsun-0.2.ebuild b/x11-plugins/gkrellsun/gkrellsun-0.2.ebuild
new file mode 100644
index 000000000000..ae5b2647af65
--- /dev/null
+++ b/x11-plugins/gkrellsun/gkrellsun-0.2.ebuild
@@ -0,0 +1,25 @@
+# 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/gkrellsun/gkrellsun-0.2.ebuild,v 1.1 2002/08/30 01:49:27 seemant 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
+}