diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmweather/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmweather/files/digest-wmweather-2.4.0 | 2 | ||||
-rw-r--r-- | x11-plugins/wmweather/wmweather-2.4.0.ebuild | 5 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmweather/ChangeLog b/x11-plugins/wmweather/ChangeLog index 765a624bec28..081ed3ecfc2a 100644 --- a/x11-plugins/wmweather/ChangeLog +++ b/x11-plugins/wmweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmweather # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.16 2006/01/31 21:08:32 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.17 2006/09/11 08:33:20 s4t4n Exp $ + + 11 Sep 2006; Michele Noberasco <s4t4n@gentoo.org> wmweather-2.4.0.ebuild: + Added x11-apps/xmessage to RDEPEND. Closes bug #147016. 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmweather-2.4.0.ebuild: Fixed DEPEND for modular X. diff --git a/x11-plugins/wmweather/files/digest-wmweather-2.4.0 b/x11-plugins/wmweather/files/digest-wmweather-2.4.0 index 7b0878da8398..c12b4748f7c2 100644 --- a/x11-plugins/wmweather/files/digest-wmweather-2.4.0 +++ b/x11-plugins/wmweather/files/digest-wmweather-2.4.0 @@ -1 +1,3 @@ MD5 d117198528eae1b46d06b95acb8afd23 wmweather-2.4.0.tar.gz 71949 +RMD160 b44d1a8a34bf4ea3a9c1abb122cce3b97f55ca21 wmweather-2.4.0.tar.gz 71949 +SHA256 b69bfd600a0789f0f5a27aab4e2e80a8f1bd3ab050e26c4d35f5f2201ab6c31a wmweather-2.4.0.tar.gz 71949 diff --git a/x11-plugins/wmweather/wmweather-2.4.0.ebuild b/x11-plugins/wmweather/wmweather-2.4.0.ebuild index afa29182da0e..79ce0fba4d78 100644 --- a/x11-plugins/wmweather/wmweather-2.4.0.ebuild +++ b/x11-plugins/wmweather/wmweather-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.15 2006/01/31 21:08:32 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.16 2006/09/11 08:33:20 s4t4n Exp $ IUSE="" DESCRIPTION="Dockable applet for WindowMaker that shows weather." @@ -15,7 +15,8 @@ RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXt x11-libs/libXext - x11-libs/libXpm ) + x11-libs/libXpm + >=x11-apps/xmessage-1.0.1 ) virtual/x11 ) net-misc/curl" DEPEND="${RDEPEND} |