Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 855 - Update to Gkrellsun
Summary: Update to Gkrellsun
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-26 01:04 UTC by Seemant Kulleen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seemant Kulleen 2002-02-26 01:04:10 UTC
Hello to my Gentoo friends.  There was, apparently, a way newer release for
Gkrellsun on February 9.  As such, here is the patch to upgrade it. I think it's
pretty much cp'ing the version 0.2 to 0.6, really.

Thanks,

Seemant

---- Cut Here

--- gkrellsun-0.2.ebuild        Mon Feb 25 22:58:39 2002
+++ gkrellsun-0.6.ebuild        Mon Feb 25 22:54:35 2002
@@ -1,23 +1,24 @@
 # 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>
-# /space/gentoo/cvsroot/gentoo-x86/x11-misc/gkrellsun/gkrellsun-0.2.ebuild,v 1.
2 2002/02/20 02:41:39 agriffis 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"
+SRC_URI="http://prdownloads.sourceforge.net/gkrellsun/${P}.tar.gz"
+HOMEPAGE="http://gkrellsun.sourceforge.net/"
 
 DEPEND=">=app-admin/gkrellm-1.0.6
-       >=x11-libs/gtk+-1.2.10-r4
-       >=media-libs/imlib-1.9.10-r1"
+               >=x11-libs/gtk+-1.2.10-r4
+               >=media-libs/imlib-1.9.10-r1"
+
 
 src_compile() {
-       emake || die
+    emake || die
 }
 
 src_install () {
-       exeinto /usr/lib/gkrellm/plugins
-       doexe gkrellsun.so
-       dodoc README AUTHORS COPYING
+    exeinto /usr/lib/gkrellm/plugins
+    doexe gkrellsun.so
+    dodoc README AUTHORS COPYING
 }