diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 12:37:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 12:37:38 +0000 |
commit | 8a8fd06e94b39e5ae1d1958d67304dd18ff37991 (patch) | |
tree | 11e170fd5f7a8bffa813afa281df21698c569d09 /x11-plugins | |
parent | Removal. (diff) | |
download | gentoo-2-8a8fd06e94b39e5ae1d1958d67304dd18ff37991.tar.gz gentoo-2-8a8fd06e94b39e5ae1d1958d67304dd18ff37991.tar.bz2 gentoo-2-8a8fd06e94b39e5ae1d1958d67304dd18ff37991.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/epplets/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.10.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.11.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.12.ebuild | 5 |
4 files changed, 13 insertions, 12 deletions
diff --git a/x11-plugins/epplets/ChangeLog b/x11-plugins/epplets/ChangeLog index 2ca387ee5b1c..3eaed1e4e754 100644 --- a/x11-plugins/epplets/ChangeLog +++ b/x11-plugins/epplets/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/epplets # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.19 2012/02/19 14:08:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.20 2012/03/18 12:37:38 ssuominen Exp $ + + 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> epplets-0.10.ebuild, + epplets-0.11.ebuild, epplets-0.12.ebuild: + Remove no-op USE="esd" because media-sound/esound isn't in tree anymore. 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> epplets-0.12.ebuild: Stable on alpha, bug #393909 diff --git a/x11-plugins/epplets/epplets-0.10.ebuild b/x11-plugins/epplets/epplets-0.10.ebuild index 346b2f19c093..81bba2d10517 100644 --- a/x11-plugins/epplets/epplets-0.10.ebuild +++ b/x11-plugins/epplets/epplets-0.10.ebuild @@ -1,6 +1,6 @@ -# 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/epplets/epplets-0.10.ebuild,v 1.4 2010/09/16 17:37:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild,v 1.5 2012/03/18 12:37:38 ssuominen Exp $ DESCRIPTION="Base files for Enlightenment epplets and some epplets" HOMEPAGE="http://www.enlightenment.org/" @@ -9,12 +9,11 @@ SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="esd" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext media-libs/freeglut - esd? ( media-sound/esound ) media-libs/imlib2 >=x11-wm/enlightenment-0.16.4" DEPEND="${RDEPEND} diff --git a/x11-plugins/epplets/epplets-0.11.ebuild b/x11-plugins/epplets/epplets-0.11.ebuild index 0a855b5d211c..56fb0b8835e4 100644 --- a/x11-plugins/epplets/epplets-0.11.ebuild +++ b/x11-plugins/epplets/epplets-0.11.ebuild @@ -1,6 +1,6 @@ -# 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/epplets/epplets-0.11.ebuild,v 1.2 2010/09/16 17:37:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.11.ebuild,v 1.3 2012/03/18 12:37:38 ssuominen Exp $ DESCRIPTION="Base files for Enlightenment epplets and some epplets" HOMEPAGE="http://www.enlightenment.org/" @@ -9,12 +9,11 @@ SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="esd" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext media-libs/freeglut - esd? ( media-sound/esound ) media-libs/imlib2 >=x11-wm/enlightenment-0.16.4" DEPEND="${RDEPEND} diff --git a/x11-plugins/epplets/epplets-0.12.ebuild b/x11-plugins/epplets/epplets-0.12.ebuild index bec2aa0cdefd..e3ce146bd3e4 100644 --- a/x11-plugins/epplets/epplets-0.12.ebuild +++ b/x11-plugins/epplets/epplets-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.12.ebuild,v 1.6 2012/02/19 14:08:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.12.ebuild,v 1.7 2012/03/18 12:37:38 ssuominen Exp $ DESCRIPTION="Base files for Enlightenment epplets and some epplets" HOMEPAGE="http://www.enlightenment.org/" @@ -9,12 +9,11 @@ SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ~sparc x86" -IUSE="esd" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext media-libs/freeglut - esd? ( media-sound/esound ) media-libs/imlib2 >=x11-wm/enlightenment-0.16.4" DEPEND="${RDEPEND} |