diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 13:01:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 13:01:01 +0000 |
commit | 8e100ff336195a7626a31b41add003b8e3181cdb (patch) | |
tree | 6b12cc39cf435827805edc65ffdfde1e116f78ed /x11-wm | |
parent | Remove USE="esd" because media-sound/esound isn't in tree anymore. (diff) | |
download | gentoo-2-8e100ff336195a7626a31b41add003b8e3181cdb.tar.gz gentoo-2-8e100ff336195a7626a31b41add003b8e3181cdb.tar.bz2 gentoo-2-8e100ff336195a7626a31b41add003b8e3181cdb.zip |
Remove 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-wm')
-rw-r--r-- | x11-wm/icewm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.2.37.ebuild | 7 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.3.7.ebuild | 9 |
3 files changed, 12 insertions, 10 deletions
diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog index d1452c78d17c..c877fe4fc7d9 100644 --- a/x11-wm/icewm/ChangeLog +++ b/x11-wm/icewm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/icewm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.147 2012/03/05 20:02:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.148 2012/03/18 13:01:01 ssuominen Exp $ + + 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> icewm-1.2.37.ebuild, + icewm-1.3.7.ebuild: + Remove USE="esd" because media-sound/esound isn't in tree anymore. 05 Mar 2012; Pacho Ramos <pacho@gentoo.org> icewm-1.2.37.ebuild: Add missing dep on libgnomeui (#337734). diff --git a/x11-wm/icewm/icewm-1.2.37.ebuild b/x11-wm/icewm/icewm-1.2.37.ebuild index 7579e4c0fdb7..0152940617f1 100644 --- a/x11-wm/icewm/icewm-1.2.37.ebuild +++ b/x11-wm/icewm/icewm-1.2.37.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-wm/icewm/icewm-1.2.37.ebuild,v 1.9 2012/03/05 20:02:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.37.ebuild,v 1.10 2012/03/18 13:01:01 ssuominen Exp $ EAPI=1 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86" -IUSE="esd gnome imlib nls truetype xinerama minimal debug uclibc" +IUSE="gnome imlib nls truetype xinerama minimal debug uclibc" RDEPEND="x11-libs/libX11 x11-libs/libXrandr @@ -31,7 +31,6 @@ RDEPEND="x11-libs/libX11 x11-libs/libSM x11-libs/libICE xinerama? ( x11-libs/libXinerama ) - esd? ( media-sound/esound ) gnome? ( gnome-base/gnome-desktop:2 gnome-base/libgnomeui ) imlib? ( >=media-libs/imlib-1.9.10-r1 ) @@ -83,7 +82,7 @@ src_compile() { --with-libdir=/usr/share/icewm --with-cfgdir=/etc/icewm --with-docdir=/usr/share/doc/${PF}/html - $(use_with esd esd-config /usr/bin/esd-config) + --without-esd-config $(use_enable gnome menus-gnome2) $(use_enable nls) $(use_enable nls i18n) diff --git a/x11-wm/icewm/icewm-1.3.7.ebuild b/x11-wm/icewm/icewm-1.3.7.ebuild index 26558c4ae86c..7713780c0bc6 100644 --- a/x11-wm/icewm/icewm-1.3.7.ebuild +++ b/x11-wm/icewm/icewm-1.3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.7.ebuild,v 1.2 2011/11/03 21:03:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.7.ebuild,v 1.3 2012/03/18 13:01:01 ssuominen Exp $ EAPI="4" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug esd gnome minimal nls truetype uclibc xinerama" +IUSE="debug gnome minimal nls truetype uclibc xinerama" #fix for icewm preversion package names S=${WORKDIR}/${P/_} @@ -26,7 +26,6 @@ RDEPEND="x11-libs/libX11 x11-libs/libSM x11-libs/libICE xinerama? ( x11-libs/libXinerama ) - esd? ( media-sound/esound ) gnome? ( gnome-base/gnome-desktop:2 ) nls? ( sys-devel/gettext ) truetype? ( >=media-libs/freetype-2.0.9 ) @@ -74,7 +73,7 @@ src_configure() { $(use_enable nls) $(use_enable x86 x86-asm) $(use_enable xinerama) - $(use_with esd esd-config /usr/bin/esd-config)" + --without-esd-config" CXXFLAGS="${CXXFLAGS}" econf ${myconf} |