diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 13:24:40 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 13:24:40 +0000 |
commit | 0acba19a6d77619ccbe5d5b6bda4188b1d48f803 (patch) | |
tree | 7fdd1efee7153214073417a27ac817001a5f3141 /x11-plugins/wmalbum | |
parent | Modular X dependencies are fixed. (diff) | |
download | gentoo-2-0acba19a6d77619ccbe5d5b6bda4188b1d48f803.tar.gz gentoo-2-0acba19a6d77619ccbe5d5b6bda4188b1d48f803.tar.bz2 gentoo-2-0acba19a6d77619ccbe5d5b6bda4188b1d48f803.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmalbum')
-rw-r--r-- | x11-plugins/wmalbum/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmalbum/wmalbum-0.1.5.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmalbum/ChangeLog b/x11-plugins/wmalbum/ChangeLog index 5cd51959b7d0..3fe934c2e97c 100644 --- a/x11-plugins/wmalbum/ChangeLog +++ b/x11-plugins/wmalbum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmalbum -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/ChangeLog,v 1.5 2005/11/07 16:14:32 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/ChangeLog,v 1.6 2006/01/22 13:24:40 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmalbum-0.1.5.ebuild: + Fixed DEPEND for modular X. 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmalbum-0.1.5.ebuild: Removed COPYING and INSTALL from dodoc. diff --git a/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild b/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild index 47d93f4df2de..2f33e01643a0 100644 --- a/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild +++ b/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/wmalbum/wmalbum-0.1.5.ebuild,v 1.7 2005/11/07 16:14:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild,v 1.8 2006/01/22 13:24:40 nelchael Exp $ DESCRIPTION="WMAlbum is a dock applet that displays album covers for songs being played by XMMS." HOMEPAGE="http://wmalbum.sourceforge.net/" @@ -10,8 +10,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" RDEPEND="media-sound/xmms" -DEPEND="virtual/x11 - media-libs/gdk-pixbuf" +DEPEND="media-libs/gdk-pixbuf" src_install() { einstall |