diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2004-11-15 14:53:54 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2004-11-15 14:53:54 +0000 |
commit | 4f6aac9c51fd70247bcc79855fee9c40c6057a01 (patch) | |
tree | 1c67ecb6e5047a30918fffb0fb2a5c331825d9e4 /app-office/openoffice-ximian | |
parent | Fixed typo in einfo, was "but not mail was every delivered", now is "but not ... (diff) | |
download | historical-4f6aac9c51fd70247bcc79855fee9c40c6057a01.tar.gz historical-4f6aac9c51fd70247bcc79855fee9c40c6057a01.tar.bz2 historical-4f6aac9c51fd70247bcc79855fee9c40c6057a01.zip |
Use toolchains-func.eclass instead of gcc.eclass
Diffstat (limited to 'app-office/openoffice-ximian')
5 files changed, 22 insertions, 32 deletions
diff --git a/app-office/openoffice-ximian/ChangeLog b/app-office/openoffice-ximian/ChangeLog index c79289ee2c4b..7ab5a797f02a 100644 --- a/app-office/openoffice-ximian/ChangeLog +++ b/app-office/openoffice-ximian/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/openoffice-ximian # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.82 2004/11/14 10:32:29 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.83 2004/11/15 14:53:54 suka Exp $ + + 15 Nov 2004; Andreas Proschofsky <suka@gentoo.org> + openoffice-ximian-1.1.55.ebuild, openoffice-ximian-1.3.5-r1.ebuild, + openoffice-ximian-1.3.6.ebuild: + Use toolchain-funcs.eclass instead of gcc.eclass *openoffice-ximian-1.3.6 (14 Nov 2004) diff --git a/app-office/openoffice-ximian/Manifest b/app-office/openoffice-ximian/Manifest index a26ac29d0824..a0396cc454f2 100644 --- a/app-office/openoffice-ximian/Manifest +++ b/app-office/openoffice-ximian/Manifest @@ -1,8 +1,8 @@ -MD5 ed54d41393c0e657d7b31c64a08c49f4 openoffice-ximian-1.3.6.ebuild 16881 +MD5 3da6220d5eede405ec30218cf3338b5e openoffice-ximian-1.3.6.ebuild 16812 MD5 2902d83396d34b8256f4e9bf786c446c openoffice-ximian-1.3.5.ebuild 16093 -MD5 0e2a85887e013e7ff7db5599649c67bd openoffice-ximian-1.1.55.ebuild 15067 -MD5 c6372774b5fd645a5757ac28813cfde3 openoffice-ximian-1.3.5-r1.ebuild 16192 -MD5 eb170506a14105af3d10e4fff4e4793c ChangeLog 20969 +MD5 c86e1459809e45ef9e110d1bb3788fe7 openoffice-ximian-1.1.55.ebuild 14998 +MD5 1ea2c11f4f7efb5141e85024ad357bb2 openoffice-ximian-1.3.5-r1.ebuild 16123 +MD5 1a4946ace3a05a24b65d66c42eb0d3f6 ChangeLog 21178 MD5 f3942f82433bf5ae16461240cbcc4984 metadata.xml 300 MD5 b7a3ab0336f7e514b6641e5871c1bbbb files/digest-openoffice-ximian-1.3.5-r1 437 MD5 2eda0016f8f36321491d0ac056ce799b files/digest-openoffice-ximian-1.3.5 435 diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild index 9645dacd85aa..ebd09e7938e5 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild,v 1.20 2004/11/11 23:34:06 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.55.ebuild,v 1.21 2004/11/15 14:53:54 suka Exp $ # IMPORTANT: This is extremely alpha!!! @@ -26,7 +26,7 @@ # Get support going for installing a custom language pack. Also # need to be able to install more than one language pack. -inherit flag-o-matic eutils gcc +inherit flag-o-matic eutils toolchain-funcs IUSE="gnome kde" @@ -174,11 +174,6 @@ oo_setup() { unset LANG unset LC_ALL - # We want gcc3 if possible!!!! - export WANT_GCC_3="yes" - - export NEW_GCC="0" - if [ -x /usr/sbin/gcc-config ] then # Do we have a gcc that use the new layout and gcc-config ? @@ -340,8 +335,8 @@ src_compile() { if [ -z "$(grep 'CCCOMP' ${S}/${LinuxEnvSet})" ] then # Set CCCOMP and CXXCOMP. This is still needed for STLport - export CCCOMP="$(gcc-getCC)" - export CXXCOMP="$(gcc-getCXX)" + export CCCOMP="$(tc-getCC)" + export CXXCOMP="$(tc-getCXX)" fi einfo "Bootstrapping OpenOffice.org..." diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild index 4c59dcf70a1c..575ae785fad5 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild,v 1.6 2004/11/11 23:34:06 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.5-r1.ebuild,v 1.7 2004/11/15 14:53:54 suka Exp $ # Notes: # @@ -24,7 +24,7 @@ # Get support going for installing a custom language pack. Also # need to be able to install more than one language pack. -inherit flag-o-matic eutils gcc +inherit flag-o-matic eutils toolchain-funcs IUSE="gnome kde java curl" @@ -191,11 +191,6 @@ oo_setup() { unset LANG unset LC_ALL - # We want gcc3 if possible!!!! - export WANT_GCC_3="yes" - - export NEW_GCC="0" - if [ -x /usr/sbin/gcc-config ] then # Do we have a gcc that use the new layout and gcc-config ? @@ -386,8 +381,8 @@ src_compile() { if [ -z "$(grep 'CCCOMP' ${S}/${LinuxEnvSet})" ] then # Set CCCOMP and CXXCOMP. This is still needed for STLport - export CCCOMP="$(gcc-getCC)" - export CXXCOMP="$(gcc-getCXX)" + export CCCOMP="$(tc-getCC)" + export CXXCOMP="$(tc-getCXX)" fi einfo "Bootstrapping OpenOffice.org..." diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild index 481ae4574034..604ffe273745 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild,v 1.1 2004/11/14 10:32:29 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild,v 1.2 2004/11/15 14:53:54 suka Exp $ # Notes: # @@ -24,7 +24,7 @@ # Get support going for installing a custom language pack. Also # need to be able to install more than one language pack. -inherit flag-o-matic eutils gcc +inherit flag-o-matic eutils toolchain-funcs IUSE="gnome kde java curl zlib nptl" @@ -195,11 +195,6 @@ oo_setup() { unset LANG unset LC_ALL - # We want gcc3 if possible!!!! - export WANT_GCC_3="yes" - - export NEW_GCC="0" - if [ -x /usr/sbin/gcc-config ] then # Do we have a gcc that use the new layout and gcc-config ? @@ -410,8 +405,8 @@ src_compile() { if [ -z "$(grep 'CCCOMP' ${S}/${LinuxEnvSet})" ] then # Set CCCOMP and CXXCOMP. This is still needed for STLport - export CCCOMP="$(gcc-getCC)" - export CXXCOMP="$(gcc-getCXX)" + export CCCOMP="$(tc-getCC)" + export CXXCOMP="$(tc-getCXX)" fi einfo "Bootstrapping OpenOffice.org..." |