diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-04-18 16:13:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-04-18 16:13:08 +0000 |
commit | 8295c5c63c300eab75d49f5e46b90e6504d12507 (patch) | |
tree | 737d4f2a92300e59299c1e376c5b5ebf5feeb0fd /app-editors | |
parent | Stable on amd64 wrt bug 175052 (diff) | |
download | gentoo-2-8295c5c63c300eab75d49f5e46b90e6504d12507.tar.gz gentoo-2-8295c5c63c300eab75d49f5e46b90e6504d12507.tar.bz2 gentoo-2-8295c5c63c300eab75d49f5e46b90e6504d12507.zip |
Duplicate "--with-x-toolkit=lucid" removed; "athena" and "lucid" are synonyms.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.98.ebuild | 3 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild | 3 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild | 3 |
4 files changed, 9 insertions, 7 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index ca812ea9bb55..b0433eef42f4 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,11 @@ # 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.107 2007/04/18 15:37:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.108 2007/04/18 16:13:08 ulm Exp $ + + 18 Apr 2007; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.0.98.ebuild, + emacs-cvs-22.0.9999-r10.ebuild, emacs-cvs-23.0.0-r6.ebuild: + Duplicate "--with-x-toolkit=lucid" removed since "athena" and "lucid" are + just synonyms. Thanks to <aryixb@gmail.com> for pointing this out. 18 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> emacs-cvs-22.0.98.ebuild, emacs-cvs-22.0.9999-r10.ebuild, diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.98.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.98.ebuild index e9c6e8d20042..fb9952de82fd 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.98.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.98.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.0.98.ebuild,v 1.4 2007/04/18 15:37:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.98.ebuild,v 1.5 2007/04/18 16:13:08 ulm Exp $ WANT_AUTOCONF="2.61" WANT_AUTOMAKE="latest" @@ -106,7 +106,6 @@ src_compile() { einfo "Configuring to build with Xaw3d(athena) support" myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" - myconf="${myconf} --with-x-toolkit=lucid" elif use motif; then einfo "Configuring to build with motif toolkit support" myconf="${myconf} --without-gtk" diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild index c07e26598c7b..67782a16087a 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.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.0.9999-r10.ebuild,v 1.4 2007/04/18 15:37:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild,v 1.5 2007/04/18 16:13:08 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -118,7 +118,6 @@ src_compile() { einfo "Configuring to build with Xaw3d(athena) support" myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" - myconf="${myconf} --with-x-toolkit=lucid" elif use motif; then einfo "Configuring to build with motif toolkit support" myconf="${myconf} --without-gtk" 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 40857d6e8adb..2aed89b560af 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.3 2007/04/18 15:37:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild,v 1.4 2007/04/18 16:13:08 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -122,7 +122,6 @@ src_compile() { einfo "Configuring to build with Xaw3d(athena) support" myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" - myconf="${myconf} --with-x-toolkit=lucid" elif use motif; then einfo "Configuring to build with motif toolkit support" myconf="${myconf} --without-gtk" |