summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-13 12:26:43 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-13 12:26:43 +0000
commit26165c1a0c6a6b689d9a00df279a92ce9f8498ff (patch)
treecfd30fd42fc307f5ac67c5beb5c62750242ccc6c /x11-plugins/wmweather
parentStable. Closes #179998. (diff)
downloadgentoo-2-26165c1a0c6a6b689d9a00df279a92ce9f8498ff.tar.gz
gentoo-2-26165c1a0c6a6b689d9a00df279a92ce9f8498ff.tar.bz2
gentoo-2-26165c1a0c6a6b689d9a00df279a92ce9f8498ff.zip
Version bump.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r--x11-plugins/wmweather/ChangeLog9
-rw-r--r--x11-plugins/wmweather/files/digest-wmweather-2.4.43
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.4.ebuild28
3 files changed, 38 insertions, 2 deletions
diff --git a/x11-plugins/wmweather/ChangeLog b/x11-plugins/wmweather/ChangeLog
index 8dc48287210f..8df9dc6e3a8e 100644
--- a/x11-plugins/wmweather/ChangeLog
+++ b/x11-plugins/wmweather/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmweather
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.18 2007/07/22 04:17:49 dberkholz Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.19 2008/01/13 12:26:42 drac Exp $
+
+*wmweather-2.4.4 (13 Jan 2008)
+
+ 13 Jan 2008; Samuli Suominen <drac@gentoo.org> +wmweather-2.4.4.ebuild:
+ Version bump.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
wmweather-2.4.0.ebuild:
diff --git a/x11-plugins/wmweather/files/digest-wmweather-2.4.4 b/x11-plugins/wmweather/files/digest-wmweather-2.4.4
new file mode 100644
index 000000000000..70fd78de5b58
--- /dev/null
+++ b/x11-plugins/wmweather/files/digest-wmweather-2.4.4
@@ -0,0 +1,3 @@
+MD5 4aad93bb539c0743f71e28c87267df92 wmweather_2.4.4.orig.tar.gz 84773
+RMD160 173c58b9cb4754bbed94993e410683764c6f03d5 wmweather_2.4.4.orig.tar.gz 84773
+SHA256 b58de9e4d8755a829108a3a04d1949c81a1c91d9c7e2cdf78a0b62c19b73c3e6 wmweather_2.4.4.orig.tar.gz 84773
diff --git a/x11-plugins/wmweather/wmweather-2.4.4.ebuild b/x11-plugins/wmweather/wmweather-2.4.4.ebuild
new file mode 100644
index 000000000000..512ac7ef74fe
--- /dev/null
+++ b/x11-plugins/wmweather/wmweather-2.4.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.4.ebuild,v 1.1 2008/01/13 12:26:42 drac Exp $
+
+DESCRIPTION="dockapp showing current weather."
+HOMEPAGE="http://www.godisch.de/debian/wmweather"
+SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libICE
+ x11-apps/xmessage
+ net-misc/curl"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto"
+
+S=${WORKDIR}/${P}/src
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc ../{CHANGES,README}
+}