summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 17:46:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 17:46:45 +0000
commit91bf931ddf07680338df4c109c639d2bc7d65550 (patch)
tree9cb9785a7131f9169d9261f2a01c6f41a3ed531f /app-office/openoffice
parentClosing out #55552, misspelled patch (diff)
downloadgentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.gz
gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.tar.bz2
gentoo-2-91bf931ddf07680338df4c109c639d2bc7d65550.zip
kill sparc64 use flag
Diffstat (limited to 'app-office/openoffice')
-rw-r--r--app-office/openoffice/ChangeLog7
-rw-r--r--app-office/openoffice/openoffice-1.0.3-r2.ebuild3
-rw-r--r--app-office/openoffice/openoffice-1.1.0-r4.ebuild3
-rw-r--r--app-office/openoffice/openoffice-1.1.0-r5.ebuild3
-rw-r--r--app-office/openoffice/openoffice-1.1.1-r1.ebuild3
-rw-r--r--app-office/openoffice/openoffice-1.1.2.ebuild3
6 files changed, 11 insertions, 11 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog
index ab99f888a802..4e734da08049 100644
--- a/app-office/openoffice/ChangeLog
+++ b/app-office/openoffice/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/openoffice
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.77 2004/06/24 22:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.78 2004/06/29 17:46:45 agriffis Exp $
+
+ 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> openoffice-1.0.3-r2.ebuild,
+ openoffice-1.1.0-r4.ebuild, openoffice-1.1.0-r5.ebuild,
+ openoffice-1.1.1-r1.ebuild, openoffice-1.1.2.ebuild:
+ kill sparc64 use flag
*openoffice-1.1.2 (18 Jun 2004)
diff --git a/app-office/openoffice/openoffice-1.0.3-r2.ebuild b/app-office/openoffice/openoffice-1.0.3-r2.ebuild
index b4dd2a5a95bd..197660ac536b 100644
--- a/app-office/openoffice/openoffice-1.0.3-r2.ebuild
+++ b/app-office/openoffice/openoffice-1.0.3-r2.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/openoffice-1.0.3-r2.ebuild,v 1.5 2004/06/24 22:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3-r2.ebuild,v 1.6 2004/06/29 17:46:45 agriffis Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -354,7 +354,6 @@ get_EnvSet() {
# Determine what Env file we should be using (Az)
export LinuxEnvSet="LinuxIntelEnv.Set"
use sparc && export LinuxEnvSet="LinuxSparcEnv.Set"
- use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set"
use ppc && export LinuxEnvSet="LinuxPPCEnv.Set"
use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set"
diff --git a/app-office/openoffice/openoffice-1.1.0-r4.ebuild b/app-office/openoffice/openoffice-1.1.0-r4.ebuild
index 923610697a10..cd94f39c0163 100644
--- a/app-office/openoffice/openoffice-1.1.0-r4.ebuild
+++ b/app-office/openoffice/openoffice-1.1.0-r4.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/openoffice-1.1.0-r4.ebuild,v 1.6 2004/06/24 22:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r4.ebuild,v 1.7 2004/06/29 17:46:45 agriffis Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -328,7 +328,6 @@ get_EnvSet() {
# Determine what Env file we should be using (Az)
export LinuxEnvSet="LinuxIntelEnv.Set"
use sparc && export LinuxEnvSet="LinuxSparcEnv.Set"
- use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set"
use ppc && export LinuxEnvSet="LinuxPPCEnv.Set"
use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set"
diff --git a/app-office/openoffice/openoffice-1.1.0-r5.ebuild b/app-office/openoffice/openoffice-1.1.0-r5.ebuild
index 0b687d13b149..41a7fff50e9c 100644
--- a/app-office/openoffice/openoffice-1.1.0-r5.ebuild
+++ b/app-office/openoffice/openoffice-1.1.0-r5.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/openoffice-1.1.0-r5.ebuild,v 1.6 2004/06/24 22:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r5.ebuild,v 1.7 2004/06/29 17:46:45 agriffis Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -297,7 +297,6 @@ get_EnvSet() {
# Determine what Env file we should be using (Az)
export LinuxEnvSet="LinuxIntelEnv.Set.sh"
use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh"
- use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh"
use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh"
use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh"
diff --git a/app-office/openoffice/openoffice-1.1.1-r1.ebuild b/app-office/openoffice/openoffice-1.1.1-r1.ebuild
index 050800510529..bacb0d7202e1 100644
--- a/app-office/openoffice/openoffice-1.1.1-r1.ebuild
+++ b/app-office/openoffice/openoffice-1.1.1-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/openoffice-1.1.1-r1.ebuild,v 1.7 2004/06/24 22:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.1-r1.ebuild,v 1.8 2004/06/29 17:46:45 agriffis Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -298,7 +298,6 @@ get_EnvSet() {
# Determine what Env file we should be using (Az)
export LinuxEnvSet="LinuxIntelEnv.Set.sh"
use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh"
- use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh"
use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh"
use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh"
diff --git a/app-office/openoffice/openoffice-1.1.2.ebuild b/app-office/openoffice/openoffice-1.1.2.ebuild
index bf16e2b6db1a..14e4e3860652 100644
--- a/app-office/openoffice/openoffice-1.1.2.ebuild
+++ b/app-office/openoffice/openoffice-1.1.2.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/openoffice-1.1.2.ebuild,v 1.2 2004/06/24 22:43:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.2.ebuild,v 1.3 2004/06/29 17:46:45 agriffis Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -285,7 +285,6 @@ get_EnvSet() {
# Determine what Env file we should be using (Az)
export LinuxEnvSet="LinuxIntelEnv.Set.sh"
use sparc && export LinuxEnvSet="LinuxSparcEnv.Set.sh"
- use sparc64 && export LinuxEnvSet="LinuxSparcEnv.Set.sh"
use ppc && export LinuxEnvSet="LinuxPPCEnv.Set.sh"
use alpha && export LinuxEnvSet="LinuxAlphaEnv.Set.sh"