summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-02 07:37:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-02 07:37:25 +0000
commita1ae7c116f5efe40835dfced1d0f67b7eb2c21dd (patch)
tree9a806c804d8c76f9793a1782ea21215a6508c298 /x11-plugins
parentversion bump (diff)
downloadgentoo-2-a1ae7c116f5efe40835dfced1d0f67b7eb2c21dd.tar.gz
gentoo-2-a1ae7c116f5efe40835dfced1d0f67b7eb2c21dd.tar.bz2
gentoo-2-a1ae7c116f5efe40835dfced1d0f67b7eb2c21dd.zip
version bump
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellweather/ChangeLog10
-rw-r--r--x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.51
-rw-r--r--x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild45
3 files changed, 55 insertions, 1 deletions
diff --git a/x11-plugins/gkrellweather/ChangeLog b/x11-plugins/gkrellweather/ChangeLog
index 056297bce005..1836b60203a4 100644
--- a/x11-plugins/gkrellweather/ChangeLog
+++ b/x11-plugins/gkrellweather/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-plugins/gkrellweather
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.3 2002/11/11 07:37:40 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.4 2002/12/02 07:37:25 seemant Exp $
+
+*gkrellweather-2.0.5 (01 Dec 2002)
+
+ 01 Dec 2002; Seemant Kulleen <seemant@gentoo.org>
+ gkrellweather-2.0.5.ebuild files/digest-gkrellweather-2.0.5 :
+
+ Version bump. Thanks for the notification in bug #10835 by ejwahl@cox.net
+ (Erich Wahl)
*gkrellweather-2.0.3 (10 Nov 2002)
diff --git a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.5 b/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.5
new file mode 100644
index 000000000000..eaae6fd53da9
--- /dev/null
+++ b/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.5
@@ -0,0 +1 @@
+MD5 6b66c920d16b68bd9529f38f203495d3 gkrellweather-2.0.5.tgz 17506
diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild
new file mode 100644
index 000000000000..ee5a21fef091
--- /dev/null
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /home/cvsroot/gentoo-x86/app-misc/gkrellm-volume-0.8.ebuild,v 1.0
+# 26 Apr 2001 21:30 CST blutgens Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather
+info"
+SRC_URI="http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/${P}.tgz"
+HOMEPAGE="http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/index.html"
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc sparc64"
+
+DEPEND="=app-admin/gkrellm-2*
+ sys-apps/supersed
+ >=net-misc/wget-1.5.3"
+
+RDEPEND="${DEPEND}
+ >=sys-devel/perl-5.6.1"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ ssed -i \
+ -e "s:/usr/local/bin:/usr/share/gkrellm:g" \
+ -e "s:GrabWeather:GrabWeather2:g" \
+ gkrellweather.c
+
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ exeinto /usr/share/gkrellm
+ newexe GrabWeather GrabWeather2
+
+ insinto /usr/lib/gkrellm2/plugins
+ doins gkrellweather.so
+ dodoc README ChangeLog COPYING
+}