diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-06-11 20:28:41 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-06-11 20:28:41 +0000 |
commit | d89bc742e3fd2b98c54f27ca4fd355ba602511b1 (patch) | |
tree | 20af4aae7a8e7debfe613851a880b74a6f8cfd47 /x11-plugins/gkrellmms | |
parent | Remove references to beep-media-player, which is no longer in the tree. (diff) | |
download | gentoo-2-d89bc742e3fd2b98c54f27ca4fd355ba602511b1.tar.gz gentoo-2-d89bc742e3fd2b98c54f27ca4fd355ba602511b1.tar.bz2 gentoo-2-d89bc742e3fd2b98c54f27ca4fd355ba602511b1.zip |
Remove references to beep-media-player, which is no longer in the tree.
(Portage version: 2.1)
Diffstat (limited to 'x11-plugins/gkrellmms')
-rw-r--r-- | x11-plugins/gkrellmms/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/gkrellmms-2.1.22.ebuild | 15 |
2 files changed, 10 insertions, 12 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog index ce85397121c7..b41bf988c6c9 100644 --- a/x11-plugins/gkrellmms/ChangeLog +++ b/x11-plugins/gkrellmms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellmms -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.45 2005/09/17 11:33:25 kloeri Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.46 2006/06/11 20:28:41 chainsaw Exp $ + + 11 Jun 2006; Tony Vroon <chainsaw@gentoo.org> gkrellmms-2.1.22.ebuild: + Remove references to beep-media-player, which is no longer in the tree. 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> gkrellmms-2.1.21.ebuild: diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.22.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.22.ebuild index b06e5467d3d6..0e64c39041e6 100644 --- a/x11-plugins/gkrellmms/gkrellmms-2.1.22.ebuild +++ b/x11-plugins/gkrellmms/gkrellmms-2.1.22.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/gkrellmms/gkrellmms-2.1.22.ebuild,v 1.2 2005/07/10 19:55:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.22.ebuild,v 1.3 2006/06/11 20:28:41 chainsaw Exp $ inherit multilib @@ -8,21 +8,16 @@ S=${WORKDIR}/${PN} DESCRIPTION="A sweet plugin to control XMMS from GKrellM2" SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/gkrellmms.phtml" -IUSE="bmp" +IUSE="" DEPEND=">=app-admin/gkrellm-2 - !bmp? ( media-sound/xmms ) - bmp? ( media-sound/beep-media-player )" + media-sound/xmms" SLOT="2" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" src_compile() { - if useq bmp; then - emake USE_BMP="1" || die - else - emake || die - fi + emake || die } src_install () { |