diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-10 07:59:54 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-10 07:59:54 +0000 |
commit | 38765c164aa14d444bfb27db01b78e17c443b1a0 (patch) | |
tree | 7669b5999c693c17cf45e7d4f8c72a9308675d1b /x11-plugins | |
parent | Parallelize mmake. (diff) | |
download | gentoo-2-38765c164aa14d444bfb27db01b78e17c443b1a0.tar.gz gentoo-2-38765c164aa14d444bfb27db01b78e17c443b1a0.tar.bz2 gentoo-2-38765c164aa14d444bfb27db01b78e17c443b1a0.zip |
Added missing libXpm dependancy. Closes bug #150656. Wiped out previous releases.
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtimer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmtimer/files/digest-wmtimer-2.9.2 | 2 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.9.2.ebuild | 5 |
3 files changed, 11 insertions, 3 deletions
diff --git a/x11-plugins/wmtimer/ChangeLog b/x11-plugins/wmtimer/ChangeLog index 61e93aad97fe..ada21a35bcbc 100644 --- a/x11-plugins/wmtimer/ChangeLog +++ b/x11-plugins/wmtimer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmtimer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.20 2006/02/07 21:14:36 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.21 2006/10/10 07:59:54 s4t4n Exp $ + + 10 Oct 2006; Michele Noberasco <blubb@gentoo.org> wmtimer-2.9.2.ebuild: + Added missing libXpm dependancy, closing bug #150656. + wmtimer-2.4.ebuild: + Autumn clean up. 07 Feb 2006; Simon Stelling <blubb@gentoo.org> wmtimer-2.9.2.ebuild: stable on amd64 diff --git a/x11-plugins/wmtimer/files/digest-wmtimer-2.9.2 b/x11-plugins/wmtimer/files/digest-wmtimer-2.9.2 index 3e9c1abe94b9..2ae86b76991e 100644 --- a/x11-plugins/wmtimer/files/digest-wmtimer-2.9.2 +++ b/x11-plugins/wmtimer/files/digest-wmtimer-2.9.2 @@ -1 +1,3 @@ MD5 425bbb4b0cc852f858da025538d7c900 wmtimer-2.92.tar.gz 22091 +RMD160 c794df79ba3554400be4cc12b8309c2171e68652 wmtimer-2.92.tar.gz 22091 +SHA256 3726c0e0a0a95ce7c4c9dd8088b3f050d5268f70fef9341452f5449cef8c0cd4 wmtimer-2.92.tar.gz 22091 diff --git a/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild b/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild index 8cfc935897a0..b1388373ee8a 100644 --- a/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.9.2.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/wmtimer/wmtimer-2.9.2.ebuild,v 1.6 2006/02/07 21:14:36 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild,v 1.7 2006/10/10 07:59:54 s4t4n Exp $ IUSE="" @@ -21,7 +21,8 @@ RDEPEND=">=x11-libs/gtk+-2.6.2" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.15.0 - >=sys-apps/sed-4.0.9" + >=sys-apps/sed-4.0.9 + >=x11-libs/libXpm-3.5.5" src_unpack() { unpack ${A} |