summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-12-06 17:01:42 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-12-06 17:01:42 +0000
commit9471bf9765f0de543c8263e758a4e03a4049205d (patch)
treec2379027aa8362bbbf99ddbc6d3f32c2e884178c /x11-plugins/wmweather+
parentVersion bump (diff)
downloadgentoo-2-9471bf9765f0de543c8263e758a4e03a4049205d.tar.gz
gentoo-2-9471bf9765f0de543c8263e758a4e03a4049205d.tar.bz2
gentoo-2-9471bf9765f0de543c8263e758a4e03a4049205d.zip
Version bump
Diffstat (limited to 'x11-plugins/wmweather+')
-rw-r--r--x11-plugins/wmweather+/ChangeLog7
-rw-r--r--x11-plugins/wmweather+/Manifest4
-rw-r--r--x11-plugins/wmweather+/files/digest-wmweather+-2.51
-rw-r--r--x11-plugins/wmweather+/wmweather+-2.5.ebuild24
4 files changed, 33 insertions, 3 deletions
diff --git a/x11-plugins/wmweather+/ChangeLog b/x11-plugins/wmweather+/ChangeLog
index 2e2e2be7d8a7..c994038d671e 100644
--- a/x11-plugins/wmweather+/ChangeLog
+++ b/x11-plugins/wmweather+/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmweather+
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.5 2003/04/01 22:11:27 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.6 2003/12/06 17:01:33 pyrania Exp $
+
+*wmweather+-2.5 (06 Dec 2003)
+
+ 06 Dec 2003; Markus Nigbur <pyrania@gentoo.org> wmweather+-2.5.ebuild:
+ Version bump, thanks to Doug Weimer for reporting.
*wmweather-2.3 (28 Jan 2003)
diff --git a/x11-plugins/wmweather+/Manifest b/x11-plugins/wmweather+/Manifest
index 73954067813a..80f4b32381ae 100644
--- a/x11-plugins/wmweather+/Manifest
+++ b/x11-plugins/wmweather+/Manifest
@@ -1,7 +1,7 @@
MD5 c895a15142ab97d60839028d76852176 wmweather+-2.1.ebuild 697
MD5 f1231bdc2f462b9f17e2f92a91bdf756 wmweather+-2.3.ebuild 697
-MD5 7aea9479a5112a853f711e533f04b98b wmweather+-2.5.ebuild 699
-MD5 f420d4c57e93fa66e3965dac6bc09748 ChangeLog 899
+MD5 f81f2525c968d529c1ca06c2c761a289 wmweather+-2.5.ebuild 698
+MD5 1a7558a4ad8d270f0d57d7bb9174e237 ChangeLog 1058
MD5 fa94a9687fec9cf94c6e02d35ffd0682 metadata.xml 205
MD5 428e127d2b44b038ceb86cc1e57278d4 files/digest-wmweather+-2.1 66
MD5 85428ed2def2b1664e1aa29fea66dd36 files/digest-wmweather+-2.3 122
diff --git a/x11-plugins/wmweather+/files/digest-wmweather+-2.5 b/x11-plugins/wmweather+/files/digest-wmweather+-2.5
new file mode 100644
index 000000000000..ebd0a039492b
--- /dev/null
+++ b/x11-plugins/wmweather+/files/digest-wmweather+-2.5
@@ -0,0 +1 @@
+MD5 32d16bea88cf374964b5e87a15698c8d wmweather+-2.5.tar.gz 223757
diff --git a/x11-plugins/wmweather+/wmweather+-2.5.ebuild b/x11-plugins/wmweather+/wmweather+-2.5.ebuild
new file mode 100644
index 000000000000..b61b2193e332
--- /dev/null
+++ b/x11-plugins/wmweather+/wmweather+-2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.5.ebuild,v 1.1 2003/12/06 17:01:33 pyrania Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts"
+HOMEPAGE="http://www.sourceforge.net/projects/wmweatherplus/"
+SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="x11-wm/windowmaker
+ dev-libs/libpcre
+ net-libs/libwww"
+
+src_install() {
+ dobin wmweather+
+ dodoc COPYING ChangeLog HINTS README example.conf
+ doman wmweather+.1
+}