diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 12:40:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 12:40:32 +0000 |
commit | ee708fbf8ebe5b9e743c9e91f7b288fabbd8a283 (patch) | |
tree | 8478a77c22413d1ae9033ecf2ed15323d2aba680 /x11-plugins | |
parent | Drop masked versions. (diff) | |
download | gentoo-2-ee708fbf8ebe5b9e743c9e91f7b288fabbd8a283.tar.gz gentoo-2-ee708fbf8ebe5b9e743c9e91f7b288fabbd8a283.tar.bz2 gentoo-2-ee708fbf8ebe5b9e743c9e91f7b288fabbd8a283.zip |
Remove no-op USE="esd" because media-sound/esound isn't in tree anymore.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellmss/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild | 15 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild | 15 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.6.ebuild | 15 |
4 files changed, 18 insertions, 35 deletions
diff --git a/x11-plugins/gkrellmss/ChangeLog b/x11-plugins/gkrellmss/ChangeLog index fc2a081bf53a..9de6c431a1bc 100644 --- a/x11-plugins/gkrellmss/ChangeLog +++ b/x11-plugins/gkrellmss/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellmss -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.34 2010/08/11 12:54:39 lack Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.35 2012/03/18 12:40:32 ssuominen Exp $ + + 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> gkrellmss-2.6.ebuild, + gkrellmss-2.6-r1.ebuild, gkrellmss-2.6-r2.ebuild: + Remove no-op USE="esd" because media-sound/esound isn't in tree anymore. 11 Aug 2010; Jim Ramsay <lack@gentoo.org> -files/gkrellmss-patch-2.3.diff, files/gkrellmss-2.6-Respect-LDFLAGS.patch: diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild index 03ca8aae586c..aa72e828dd7a 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.7 2009/08/03 16:12:10 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild,v 1.8 2012/03/18 12:40:32 ssuominen Exp $ EAPI=1 inherit gkrellm-plugin -IUSE="+alsa esd nls" +IUSE="nls" DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz" RDEPEND="=sci-libs/fftw-3* - esd? ( media-sound/esound ) - alsa? ( media-libs/alsa-lib )" + media-libs/alsa-lib" DEPEND="${RDEPEND}" @@ -24,12 +23,6 @@ KEYWORDS="alpha amd64 ppc ~sparc x86" PLUGIN_SO="src/gkrellmss.so" PLUGIN_DOCS="Themes" -pkg_setup() { - if ! use esd && ! use alsa; then - die "You must enable at least one of USE=esd or USE=alsa" - fi -} - src_compile() { local myconf diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild index f286e609a9bb..8b23e27c4664 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild,v 1.1 2010/08/11 12:45:34 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6-r2.ebuild,v 1.2 2012/03/18 12:40:32 ssuominen Exp $ EAPI=3 inherit gkrellm-plugin -IUSE="+alsa esd nls" +IUSE="nls" DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz" RDEPEND="=sci-libs/fftw-3* - esd? ( media-sound/esound ) - alsa? ( media-libs/alsa-lib )" + media-libs/alsa-lib" DEPEND="${RDEPEND}" @@ -24,12 +23,6 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" PLUGIN_SO="src/gkrellmss.so" PLUGIN_DOCS="Themes" -pkg_setup() { - if ! use esd && ! use alsa; then - die "You must enable at least one of USE=esd or USE=alsa" - fi -} - src_prepare() { epatch "${FILESDIR}/${P}-Respect-LDFLAGS.patch" } diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild index 154291a149b9..d58c47cada8b 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.13 2009/08/03 16:12:10 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild,v 1.14 2012/03/18 12:40:32 ssuominen Exp $ EAPI=1 inherit gkrellm-plugin -IUSE="+alsa esd nls" +IUSE="nls" DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz" RDEPEND="=sci-libs/fftw-2* - esd? ( media-sound/esound ) - alsa? ( media-libs/alsa-lib )" + media-libs/alsa-lib" DEPEND="${RDEPEND}" @@ -24,12 +23,6 @@ KEYWORDS="~alpha amd64 ppc sparc x86" PLUGIN_SO="src/gkrellmss.so" PLUGIN_DOCS="Themes" -pkg_setup() { - if ! use esd && ! use alsa; then - die "You must enable at least one of USE=esd or USE=alsa" - fi -} - src_compile() { local myconf |