summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-02-21 15:43:24 +0000
committerJim Ramsay <lack@gentoo.org>2007-02-21 15:43:24 +0000
commit819bb46fdc2a2d70629598c88c7c3ed83ed52071 (patch)
tree6fa5b3e838babb02c99229db89caaee2e5c37cb7 /x11-plugins/gkrellweather
parentConvert to Manifest2 (diff)
downloadgentoo-2-819bb46fdc2a2d70629598c88c7c3ed83ed52071.tar.gz
gentoo-2-819bb46fdc2a2d70629598c88c7c3ed83ed52071.tar.bz2
gentoo-2-819bb46fdc2a2d70629598c88c7c3ed83ed52071.zip
Version bump to 2.0.7 (Bug 84785)
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r--x11-plugins/gkrellweather/ChangeLog8
-rw-r--r--x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.73
-rw-r--r--x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild45
-rw-r--r--x11-plugins/gkrellweather/metadata.xml9
4 files changed, 60 insertions, 5 deletions
diff --git a/x11-plugins/gkrellweather/ChangeLog b/x11-plugins/gkrellweather/ChangeLog
index 8fa9c04b0c85..eb4f97f1d39e 100644
--- a/x11-plugins/gkrellweather/ChangeLog
+++ b/x11-plugins/gkrellweather/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrellweather
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.21 2007/02/09 08:44:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.22 2007/02/21 15:43:24 lack Exp $
+
+*gkrellweather-2.0.7 (21 Feb 2007)
+
+ 21 Feb 2007; Jim Ramsay <lack@gentoo.org> metadata.xml,
+ +gkrellweather-2.0.7.ebuild:
+ Version bump to 2.0.7 (Bug 84785)
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.7 b/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.7
new file mode 100644
index 000000000000..2704bb3415bf
--- /dev/null
+++ b/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.7
@@ -0,0 +1,3 @@
+MD5 73f5ec4e950f933a5904317037d6add2 gkrellweather-2.0.7.tgz 19968
+RMD160 a8f92a45ea048c194970f5615e50c4b08120efe0 gkrellweather-2.0.7.tgz 19968
+SHA256 ad902acd0ffb8adb1f0d838e57545d1f52a31ae33711b73d28929c2786a740ca gkrellweather-2.0.7.tgz 19968
diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild
new file mode 100644
index 000000000000..6ae3580f37dd
--- /dev/null
+++ b/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild,v 1.1 2007/02/21 15:43:24 lack Exp $
+
+inherit multilib
+
+IUSE=""
+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 ~alpha ~amd64"
+
+DEPEND="=app-admin/gkrellm-2*
+ >=sys-apps/sed-4.0.5
+ >=net-misc/wget-1.5.3"
+
+RDEPEND="${DEPEND}
+ >=dev-lang/perl-5.6.1"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ sed -i \
+ -e "s:GrabWeather:GrabWeather2:g" \
+ -e "s:/usr/share/gkrellm:/usr/bin:g" \
+ gkrellweather.c
+}
+
+src_compile() {
+ emake PREFIX=/usr || die
+}
+
+src_install () {
+ exeinto /usr/bin
+ newexe GrabWeather GrabWeather2
+
+ insinto /usr/$(get_libdir)/gkrellm2/plugins
+ doins gkrellweather.so
+ dodoc README ChangeLog COPYING
+}
diff --git a/x11-plugins/gkrellweather/metadata.xml b/x11-plugins/gkrellweather/metadata.xml
index ea303dc8c30d..220d60947054 100644
--- a/x11-plugins/gkrellweather/metadata.xml
+++ b/x11-plugins/gkrellweather/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>mholzer@gentoo.org</email>
-</maintainer>
+ <herd>desktop-dock</herd>
+ <maintainer>
+ <email>lack@gentoo.org</email>
+ <name>Jim Ramsay</name>
+ </maintainer>
</pkgmetadata>