diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
commit | 07fd1d8ecd9a917313e53982a9ed2d24a23be199 (patch) | |
tree | 02c0e3b1eba605be75cf41cc480a4cb67955b3e1 /x11-plugins/wmusic | |
parent | Mark 1.89 stable on alpha (diff) | |
download | historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.gz historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.bz2 historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmusic')
-rw-r--r-- | x11-plugins/wmusic/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmusic/wmusic-1.4.11.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/wmusic/wmusic-1.5.0.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/x11-plugins/wmusic/ChangeLog b/x11-plugins/wmusic/ChangeLog index b7b721df182e..66ffd5a9dab4 100644 --- a/x11-plugins/wmusic/ChangeLog +++ b/x11-plugins/wmusic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmusic -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/ChangeLog,v 1.10 2004/11/25 15:49:05 weeve Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/ChangeLog,v 1.11 2006/01/31 21:05:07 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmusic-1.4.11.ebuild, + wmusic-1.5.0.ebuild: + Fixed DEPEND for modular X. 25 Nov 2004; Jason Wever <weeve@gentoo.org> wmusic-1.5.0.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmusic/wmusic-1.4.11.ebuild b/x11-plugins/wmusic/wmusic-1.4.11.ebuild index e081ba9e9ccb..4eb9a74b6818 100644 --- a/x11-plugins/wmusic/wmusic-1.4.11.ebuild +++ b/x11-plugins/wmusic/wmusic-1.4.11.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/wmusic/wmusic-1.4.11.ebuild,v 1.8 2004/09/22 22:42:29 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.4.11.ebuild,v 1.9 2006/01/31 21:05:07 nelchael Exp $ DESCRIPTION="dockapp for xmms" HOMEPAGE="http://home.jtan.com/~john/wmusic/" @@ -9,9 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc" IUSE="" -DEPEND="virtual/libc - virtual/x11 - >media-sound/xmms-1.2.4 +DEPEND=">media-sound/xmms-1.2.4 >=sys-apps/sed-4" src_unpack() { diff --git a/x11-plugins/wmusic/wmusic-1.5.0.ebuild b/x11-plugins/wmusic/wmusic-1.5.0.ebuild index 9c8b2a564a17..84e425d7442a 100644 --- a/x11-plugins/wmusic/wmusic-1.5.0.ebuild +++ b/x11-plugins/wmusic/wmusic-1.5.0.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/wmusic/wmusic-1.5.0.ebuild,v 1.5 2004/11/25 15:49:05 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.5.0.ebuild,v 1.6 2006/01/31 21:05:07 nelchael Exp $ DESCRIPTION="dockapp for xmms" HOMEPAGE="http://home.jtan.com/~john/wmusic/" @@ -9,9 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc" IUSE="" -DEPEND="virtual/libc - virtual/x11 - >media-sound/xmms-1.2.4 +DEPEND=">media-sound/xmms-1.2.4 >=sys-apps/sed-4" src_unpack() { |