diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-17 22:08:19 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-17 22:08:19 +0000 |
commit | 0ddbb2efccef8d23edaee0f61ee2091c12a28b14 (patch) | |
tree | d35e6a2dfdee885a8db4a3bd148c3eb7df877245 /app-editors/emacs | |
parent | add ~alpha and ~ia64 (Manifest recommit) (diff) | |
download | gentoo-2-0ddbb2efccef8d23edaee0f61ee2091c12a28b14.tar.gz gentoo-2-0ddbb2efccef8d23edaee0f61ee2091c12a28b14.tar.bz2 gentoo-2-0ddbb2efccef8d23edaee0f61ee2091c12a28b14.zip |
Moved filter-flags to src_compile() to kill the 'has_version() in global scope' warning with portage-2.0.50. Also marked stable on x86 and alpha.
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.3-r1.ebuild | 11 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.3-r2.ebuild | 11 |
3 files changed, 19 insertions, 12 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index bf269ad6d27a..bdc2caf57a98 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.19 2003/12/20 16:14:33 gmsoft Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.20 2004/02/17 22:08:19 usata Exp $ + + 18 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> emacs-21.3-r1.ebuild, + emacs-21.3-r2.ebuild: + Moved filter-flags to src_compile() to kill a warning with + portage-2.0.50. Marked stable on x86 and alpha 13 Dec 2003; Brad House <brad_mssw@gentoo.org> emacs-21.3-r2.ebuild, files/emacs-21.3-amd64.patch: diff --git a/app-editors/emacs/emacs-21.3-r1.ebuild b/app-editors/emacs/emacs-21.3-r1.ebuild index 4cde63cc2590..3a9c1ba71832 100644 --- a/app-editors/emacs/emacs-21.3-r1.ebuild +++ b/app-editors/emacs/emacs-21.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r1.ebuild,v 1.6 2003/12/08 07:40:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r1.ebuild,v 1.7 2004/02/17 22:08:19 usata Exp $ IUSE="X nls motif leim gnome Xaw3d" @@ -32,10 +32,11 @@ SANDBOX_DISABLED="1" DFILE=emacs.desktop -# -fstack-protector gets internal compiler error at xterm.c (bug 33265) -filter-flags -fstack-protector - src_compile() { + + # -fstack-protector gets internal compiler error at xterm.c (bug 33265) + filter-flags -fstack-protector + local myconf use nls || myconf="${myconf} --disable-nls" use X && myconf="${myconf} \ diff --git a/app-editors/emacs/emacs-21.3-r2.ebuild b/app-editors/emacs/emacs-21.3-r2.ebuild index 0bb5b1e60070..2dfb95118d95 100644 --- a/app-editors/emacs/emacs-21.3-r2.ebuild +++ b/app-editors/emacs/emacs-21.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r2.ebuild,v 1.5 2004/01/30 05:17:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r2.ebuild,v 1.6 2004/02/17 22:08:19 usata Exp $ IUSE="X nls motif leim gnome Xaw3d" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz HOMEPAGE="http://www.gnu.org/software/emacs" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64 hppa" +KEYWORDS="x86 ~ppc ~sparc alpha amd64 hppa" DEPEND="sys-libs/ncurses sys-libs/gdbm @@ -34,10 +34,11 @@ SANDBOX_DISABLED="1" DFILE=emacs.desktop -# -fstack-protector gets internal compiler error at xterm.c (bug 33265) -filter-flags -fstack-protector - src_compile() { + + # -fstack-protector gets internal compiler error at xterm.c (bug 33265) + filter-flags -fstack-protector + epatch ${FILESDIR}/${P}-amd64.patch epatch ${FILESDIR}/${P}-hppa.patch |