diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 12:58:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-18 12:58:08 +0000 |
commit | 71088aca3f0aec3a6dc16d892206cda40e544507 (patch) | |
tree | 87a0d4dc2e253f7004fb8c01a60226fe321bae79 /app-editors | |
parent | Initial commit (diff) | |
download | gentoo-2-71088aca3f0aec3a6dc16d892206cda40e544507.tar.gz gentoo-2-71088aca3f0aec3a6dc16d892206cda40e544507.tar.bz2 gentoo-2-71088aca3f0aec3a6dc16d892206cda40e544507.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 'app-editors')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r2.ebuild | 8 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.29-r2.ebuild | 8 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.30.ebuild | 8 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.31.ebuild | 8 |
5 files changed, 18 insertions, 22 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 8a813f07c518..7e118b345eb3 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xemacs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.158 2011/10/31 14:55:48 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.159 2012/03/18 12:58:08 ssuominen Exp $ + + 18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> xemacs-21.4.22-r2.ebuild, + xemacs-21.5.29-r2.ebuild, xemacs-21.5.30.ebuild, xemacs-21.5.31.ebuild: + Remove USE="esd" because media-sound/esound isn't in tree anymore. 31 Oct 2011; Hans de Graaff <graaff@gentoo.org> -xemacs-21.4.22-r1.ebuild: Remove old version. diff --git a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild b/app-editors/xemacs/xemacs-21.4.22-r2.ebuild index 2ca402ba1a8f..9e609ae1a0fb 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-r2.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/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.12 2011/10/23 16:08:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.13 2012/03/18 12:58:08 ssuominen Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -19,7 +19,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="eolconv esd gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xim athena neXt Xaw3d gdbm berkdb" +IUSE="eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xim athena neXt Xaw3d gdbm berkdb" X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps" @@ -32,7 +32,6 @@ RDEPEND=" gpm? ( >=sys-libs/gpm-1.19.6 ) postgres? ( dev-db/postgresql-base ) ldap? ( net-nds/openldap ) - esd? ( media-sound/esound ) nas? ( media-libs/nas ) X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) ) dnd? ( x11-libs/dnd ) @@ -145,7 +144,6 @@ src_compile() { # This determines how these sounds should be played use nas && soundconf="${soundconf},nas" - use esd && soundconf="${soundconf},esd" myconf="${myconf} --with-sound=${soundconf}" diff --git a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild b/app-editors/xemacs/xemacs-21.5.29-r2.ebuild index f2e1979ef2eb..b3bd46be1111 100644 --- a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.5.29-r2.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/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.9 2011/08/02 05:43:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.10 2012/03/18 12:58:08 ssuominen Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -19,7 +19,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="alsa debug eolconv esd gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb" +IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb" X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps" @@ -33,7 +33,6 @@ RDEPEND=" postgres? ( dev-db/postgresql-base ) ldap? ( net-nds/openldap ) alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) nas? ( media-libs/nas ) X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) ) dnd? ( x11-libs/dnd ) @@ -146,7 +145,6 @@ src_configure() { # This determines how these sounds should be played use nas && soundconf="${soundconf},nas" - use esd && soundconf="${soundconf},esd" use alsa && soundconf="${soundconf},alsa" myconf="${myconf} --with-sound=${soundconf}" diff --git a/app-editors/xemacs/xemacs-21.5.30.ebuild b/app-editors/xemacs/xemacs-21.5.30.ebuild index 22a54139dfa7..cc2868ab8083 100644 --- a/app-editors/xemacs/xemacs-21.5.30.ebuild +++ b/app-editors/xemacs/xemacs-21.5.30.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/app-editors/xemacs/xemacs-21.5.30.ebuild,v 1.2 2011/08/02 05:43:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.30.ebuild,v 1.3 2012/03/18 12:58:08 ssuominen Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -19,7 +19,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="alsa debug eolconv esd gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb" +IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb" X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps" @@ -33,7 +33,6 @@ RDEPEND=" postgres? ( dev-db/postgresql-base ) ldap? ( net-nds/openldap ) alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) nas? ( media-libs/nas ) X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) ) dnd? ( x11-libs/dnd ) @@ -143,7 +142,6 @@ src_configure() { # This determines how these sounds should be played use nas && soundconf="${soundconf},nas" - use esd && soundconf="${soundconf},esd" use alsa && soundconf="${soundconf},alsa" myconf="${myconf} --with-sound=${soundconf}" diff --git a/app-editors/xemacs/xemacs-21.5.31.ebuild b/app-editors/xemacs/xemacs-21.5.31.ebuild index 3cc8c19d8c96..ec6d0770218c 100644 --- a/app-editors/xemacs/xemacs-21.5.31.ebuild +++ b/app-editors/xemacs/xemacs-21.5.31.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/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.6 2011/10/10 19:11:29 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.7 2012/03/18 12:58:08 ssuominen Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -19,7 +19,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.5/${P}.tar.gz LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="alsa debug eolconv esd gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb" +IUSE="alsa debug eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna xft xim athena neXt Xaw3d gdbm berkdb" X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps" @@ -33,7 +33,6 @@ RDEPEND=" postgres? ( dev-db/postgresql-base ) ldap? ( net-nds/openldap ) alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) nas? ( media-libs/nas ) X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) ) dnd? ( x11-libs/dnd ) @@ -140,7 +139,6 @@ src_configure() { # This determines how these sounds should be played use nas && soundconf="${soundconf},nas" - use esd && soundconf="${soundconf},esd" use alsa && soundconf="${soundconf},alsa" myconf="${myconf} --with-sound=${soundconf}" |