diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 02:29:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 02:29:17 +0000 |
commit | f262366f33391dfd7972b86667ad6455fb84343e (patch) | |
tree | d35ea794b2127ffb117328c67323cfeb68474b0c /dev-lang/gforth | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-f262366f33391dfd7972b86667ad6455fb84343e.tar.gz gentoo-2-f262366f33391dfd7972b86667ad6455fb84343e.tar.bz2 gentoo-2-f262366f33391dfd7972b86667ad6455fb84343e.zip |
strip-flags into src_compile; don't assign default to S; header fix
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r-- | dev-lang/gforth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.5.0.ebuild | 15 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.1-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.2.ebuild | 5 |
5 files changed, 19 insertions, 19 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index 30ddc62fb877..da727e3fea56 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gforth -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.5 2003/10/16 01:49:15 mkennedy Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.6 2004/03/14 02:29:17 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> gforth-0.5.0.ebuild, + gforth-0.6.1-r1.ebuild, gforth-0.6.1.ebuild, gforth-0.6.2.ebuild: + strip-flags into src_compile; don't assign default to S; header fix 15 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> files/gforth.el-gentoo.patch: diff --git a/dev-lang/gforth/gforth-0.5.0.ebuild b/dev-lang/gforth/gforth-0.5.0.ebuild index 4d1f0350aab0..43f72e26fcf4 100644 --- a/dev-lang/gforth/gforth-0.5.0.ebuild +++ b/dev-lang/gforth/gforth-0.5.0.ebuild @@ -1,12 +1,11 @@ -# 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/dev-lang/gforth/gforth-0.5.0.ebuild,v 1.2 2003/02/13 10:25:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.5.0.ebuild,v 1.3 2004/03/14 02:29:17 mr_bones_ Exp $ IUSE="" inherit flag-o-matic -S=${WORKDIR}/${P} DESCRIPTION="GNU Forth is a fast and portable implementation of the ANS Forth language" HOMEPAGE="http://www.gnu.org/software/gforth" SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth/${P}.tar.gz" @@ -18,12 +17,12 @@ KEYWORDS="~x86" DEPEND="virtual/glibc" -# A lot of trouble with gcc3 and heavy opt flags, so let's try to dial -# it down to -O1 at the most. -strip-flags -export CFLAGS="${CFLAGS//-O?} -O" - src_compile() { + # A lot of trouble with gcc3 and heavy opt flags, so let's try to dial + # it down to -O1 at the most. + strip-flags + export CFLAGS="${CFLAGS//-O?} -O" + econf --enable-force-reg --without-debug || die "./configure failed" # some configure flags that trip up gcc3.x are # built into the thing. Get rid of the things. diff --git a/dev-lang/gforth/gforth-0.6.1-r1.ebuild b/dev-lang/gforth/gforth-0.6.1-r1.ebuild index d294487da744..29e0e6aaaedf 100644 --- a/dev-lang/gforth/gforth-0.6.1-r1.ebuild +++ b/dev-lang/gforth/gforth-0.6.1-r1.ebuild @@ -1,12 +1,11 @@ -# 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/dev-lang/gforth/gforth-0.6.1-r1.ebuild,v 1.1 2003/10/14 18:36:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1-r1.ebuild,v 1.2 2004/03/14 02:29:17 mr_bones_ Exp $ IUSE="emacs" inherit elisp-common -S=${WORKDIR}/${P} DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language" HOMEPAGE="http://www.gnu.org/software/gforth" SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth/${P}.tar.gz" diff --git a/dev-lang/gforth/gforth-0.6.1.ebuild b/dev-lang/gforth/gforth-0.6.1.ebuild index 7a065cbdfee1..1951c495a882 100644 --- a/dev-lang/gforth/gforth-0.6.1.ebuild +++ b/dev-lang/gforth/gforth-0.6.1.ebuild @@ -1,12 +1,11 @@ -# 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/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.3 2003/09/06 22:27:51 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.1.ebuild,v 1.4 2004/03/14 02:29:17 mr_bones_ Exp $ IUSE="emacs" inherit elisp -S=${WORKDIR}/${P} DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language" HOMEPAGE="http://www.gnu.org/software/gforth" SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth/${P}.tar.gz" diff --git a/dev-lang/gforth/gforth-0.6.2.ebuild b/dev-lang/gforth/gforth-0.6.2.ebuild index d6a89851229e..8898750f14de 100644 --- a/dev-lang/gforth/gforth-0.6.2.ebuild +++ b/dev-lang/gforth/gforth-0.6.2.ebuild @@ -1,12 +1,11 @@ -# 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/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.1 2003/10/14 18:36:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.2 2004/03/14 02:29:17 mr_bones_ Exp $ IUSE="emacs" inherit elisp-common -S=${WORKDIR}/${P} DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language" HOMEPAGE="http://www.gnu.org/software/gforth" SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth//${P}.tar.gz" |