diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-01-27 22:54:35 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-01-27 22:54:35 +0000 |
commit | 443d61d083dfef54e1042b57b04194e3c99be98d (patch) | |
tree | fdb5e142563be4cc87e24309249ac3a5fe2941b1 /app-office/openoffice-bin | |
parent | unmask kde 3.1. enjoy :-) also removed mask of 3.1rc3 since it's not in porta... (diff) | |
download | gentoo-2-443d61d083dfef54e1042b57b04194e3c99be98d.tar.gz gentoo-2-443d61d083dfef54e1042b57b04194e3c99be98d.tar.bz2 gentoo-2-443d61d083dfef54e1042b57b04194e3c99be98d.zip |
bleh, changed some src_uris
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild b/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild index e0c380c56186..0b7fe80cb274 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild,v 1.2 2003/01/27 18:57:39 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild,v 1.3 2003/01/27 22:54:35 sethbc Exp $ IUSE="kde gnome" @@ -16,7 +16,7 @@ INSTDIR="${LOC}/OpenOffice.org${PV}" MY_PV="`echo ${PV} | gawk '{ print toupper($1) }'`" if [ `use ppc` ]; then - MY_P="OOo_${MY_PV}c_LinuxPPC_installer" + MY_P="OOo_${MY_PV}_LinuxPPC_installer" S="${WORKDIR}/${MY_P}" else MY_P="OOo_${MY_PV}_LinuxIntel_install" @@ -24,9 +24,9 @@ else fi; DESCRIPTION="OpenOffice productivity suite" -SRC_URI="x86? ( http://ny1.mirror.openoffice.org/${PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz - http://sf1.mirror.openoffice.org/${PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz ) - ppc? ( http://ftp.penguinppc.org/projects/openoffice/${MY_PV}/OOo_${MY_PV}c_LinuxPPC_installer.tar.gz )" +SRC_URI="x86? ( http://ny1.mirror.openoffice.org/stable/${PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz + http://sf1.mirror.openoffice.org/stable/${PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz + ppc? ( ftp://ftp.yellowdoglinux.com/pub/yellowdog/software/openoffice/OOo_${MY_PV}_LinuxPowerPC_installer.tar.gz )" HOMEPAGE="http://www.openoffice.org" DEPEND="virtual/glibc |