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 | 1e728c40dac705470e1296e0218bd114c5c424a6 (patch) | |
tree | 2cfe797ffcef3390875b9a9224cdf9caf05be0be /dev-lang/gforth | |
parent | Stable on sparc. (diff) | |
download | historical-1e728c40dac705470e1296e0218bd114c5c424a6.tar.gz historical-1e728c40dac705470e1296e0218bd114c5c424a6.tar.bz2 historical-1e728c40dac705470e1296e0218bd114c5c424a6.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/Manifest | 12 | ||||
-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 |
6 files changed, 25 insertions, 25 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/Manifest b/dev-lang/gforth/Manifest index c69033a46e47..9cc9b2658ab3 100644 --- a/dev-lang/gforth/Manifest +++ b/dev-lang/gforth/Manifest @@ -1,11 +1,11 @@ -MD5 45ddcf3cf569665acd9f94efd62b4c18 gforth-0.5.0.ebuild 1376 -MD5 309b52dfe2ddb4068dd89bc19b7ad205 gforth-0.6.2.ebuild 1353 -MD5 92d0e599e963cf216fcfcf27164eb9c2 gforth-0.6.1-r1.ebuild 1370 -MD5 322e62344f1236a98bc877896ac633f8 gforth-0.6.1.ebuild 1391 -MD5 8d072ccf4dd6bdf382f82810ecb9e195 ChangeLog 1224 +MD5 f20976819b0c2af14d0104e218fea3b5 ChangeLog 1440 +MD5 68d3a61000e8a47c1f4e9414de3413ac gforth-0.5.0.ebuild 1365 +MD5 2b88bfcdf740655f86a7b193677581cb gforth-0.6.1.ebuild 1374 +MD5 d94a5f74444283740a2639b4555ef130 gforth-0.6.1-r1.ebuild 1353 +MD5 70dd9e9b8798a092b3741439c50131ea gforth-0.6.2.ebuild 1336 MD5 74edc6d12c9a8d2858070dc09e2c264c files/50gforth-gentoo.el 200 MD5 7a30c3b5440bf0523287414f644ce1db files/digest-gforth-0.5.0 65 -MD5 eaf0babab3dec9a6b74e876829e1a68a files/gforth.el-gentoo.patch 1518 MD5 a046426efcf946fd34d9ad1f22311bc9 files/digest-gforth-0.6.1 65 +MD5 eaf0babab3dec9a6b74e876829e1a68a files/gforth.el-gentoo.patch 1518 MD5 a046426efcf946fd34d9ad1f22311bc9 files/digest-gforth-0.6.1-r1 65 MD5 288a9f927bbcb355499af2795baa6248 files/digest-gforth-0.6.2 65 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" |