diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmldonkey/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild | 14 |
2 files changed, 16 insertions, 6 deletions
diff --git a/x11-plugins/wmmldonkey/ChangeLog b/x11-plugins/wmmldonkey/ChangeLog index 668181c490d1..2794a81086eb 100644 --- a/x11-plugins/wmmldonkey/ChangeLog +++ b/x11-plugins/wmmldonkey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmldonkey -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.3 2004/08/02 10:03:39 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.4 2006/02/03 13:47:38 nelchael Exp $ + + 03 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmmldonkey-0.003.ebuild: + Fixed DEPEND for modular X. 02 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmmldonkey-0.003.ebuild: Still a bit buggy, but I don't see it doing any harm... diff --git a/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild b/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild index 80d6248bc449..0a6b6a860661 100644 --- a/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild +++ b/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.3 2004/08/02 10:03:39 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.4 2006/02/03 13:47:38 nelchael Exp $ DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey" HOMEPAGE="http://dockapps.org/file.php/id/174" @@ -9,10 +9,16 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 - net-p2p/mldonkey" S=${WORKDIR}/wmmldonkey3 +RDEPEND="|| ( ( + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + net-p2p/mldonkey" + src_install() { dodoc CHANGELOG LICENSE README |