diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-13 17:40:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-13 17:40:42 +0000 |
commit | 5e66d47df096010bd0a42b4402a7b07ae33165d0 (patch) | |
tree | 509985394686c147eb71f201afb1d7b2c53ed0b4 /app-editors | |
parent | Configure now supports "use_with hesiod" properly. (diff) | |
download | gentoo-2-5e66d47df096010bd0a42b4402a7b07ae33165d0.tar.gz gentoo-2-5e66d47df096010bd0a42b4402a7b07ae33165d0.tar.bz2 gentoo-2-5e66d47df096010bd0a42b4402a7b07ae33165d0.zip |
Configure now supports "use_with hesiod" properly.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 2f147dbc95ec..449297df0f26 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,12 +1,13 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.135 2007/06/13 15:39:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.136 2007/06/13 17:40:42 ulm Exp $ 13 Jun 2007; Ulrich Mueller <ulm@gentoo.org> -files/emacs.desktop.in, -files/emacs-cvs-nofink.patch, -files/emacs-subdirs-el-gentoo.diff, emacs-cvs-22.1.50.ebuild, -emacs-cvs-23.0.0-r1.ebuild, emacs-cvs-23.0.0-r6.ebuild: - Remove unnecessary gif/ungif patch. Add support for gpm USE flag. Clean up. + Remove unnecessary gif/ungif patch. Configure now supports "use_with hesiod" + properly. Add support for gpm USE flag. Clean up. 12 Jun 2007; Ulrich Mueller <ulm@gentoo.org> -emacs-cvs-22.0.97.ebuild: Remove old version. diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild index 6cc19b365b04..1b2d42ba0513 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild,v 1.17 2007/06/13 15:39:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild,v 1.18 2007/06/13 17:40:42 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -148,9 +148,7 @@ src_compile() { myconf="${myconf} --without-x" fi - # $(use_with hesiod) is not possible, as "--without-hesiod" breaks - # the build system (has been reported upstream) - use hesiod && myconf="${myconf} --with-hesiod" + myconf="${myconf} $(use_with hesiod)" myconf="${myconf} $(use_with gpm)" econf \ diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild index 05acb301a012..b7edcfa65fc8 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild,v 1.21 2007/06/13 15:39:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild,v 1.22 2007/06/13 17:40:42 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -149,9 +149,7 @@ src_compile() { myconf="${myconf} --without-x" fi - # $(use_with hesiod) is not possible, as "--without-hesiod" breaks - # the build system (has been reported upstream) - use hesiod && myconf="${myconf} --with-hesiod" + myconf="${myconf} $(use_with hesiod)" myconf="${myconf} $(use_with gpm)" econf \ |