summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2007-01-09 10:59:45 +0000
committerAndreas Proschofsky <suka@gentoo.org>2007-01-09 10:59:45 +0000
commit72264ec9002aab3032d1d71bad8d79c03cf53f72 (patch)
tree1ec4528f7c2244dfd52507daac996d2ba5b19777 /app-office/openoffice-bin
parentKeyworded ~x86-fbsd. (diff)
downloadgentoo-2-72264ec9002aab3032d1d71bad8d79c03cf53f72.tar.gz
gentoo-2-72264ec9002aab3032d1d71bad8d79c03cf53f72.tar.bz2
gentoo-2-72264ec9002aab3032d1d71bad8d79c03cf53f72.zip
Fix SRC_URI, again
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r--app-office/openoffice-bin/ChangeLog6
-rw-r--r--app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog
index ec570815283b..bf06e924961d 100644
--- a/app-office/openoffice-bin/ChangeLog
+++ b/app-office/openoffice-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice-bin
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.153 2007/01/08 12:54:17 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.154 2007/01/09 10:59:45 suka Exp $
+
+ 09 Jan 2007; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-bin-2.1.0.ebuild:
+ Accidentaly only fixed half of the problem in regard to the wrong download URI
08 Jan 2007; Andreas Proschofsky <suka@gentoo.org>
-files/2.0.3/50-openoffice-bin, -files/2.0.4/50-openoffice-bin,
diff --git a/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild b/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild
index 056ee6b5613a..b54d45b6ec9a 100644
--- a/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild,v 1.5 2007/01/08 12:38:33 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild,v 1.6 2007/01/09 10:59:45 suka Exp $
inherit eutils fdo-mime rpm multilib
@@ -20,14 +20,14 @@ SRC_URI="mirror://openoffice/stable/${PV}/OOo_${PV}_LinuxIntel_install_en-US.tar
LANGS1="af as_IN be_BY bg bs ca cs cy da de el en en_GB"
for X in ${LANGS1} ; do
- [ ${X} != "en" ] && SRC_URI="${SRC_URI} linguas_${X}? ( http://rsync.services.openoffice.org/pub/OpenOffice.org/extended/${MY_PV}/OOo_${MY_PV1}_LinuxIntel_langpack_${X/_/-}.tar.gz )"
+ [ ${X} != "en" ] && SRC_URI="${SRC_URI} linguas_${X}? ( http://oootranslation.services.openoffice.org/pub/OpenOffice.org-full/${MY_PV}/OOo_${MY_PV1}_LinuxIntel_langpack_${X/_/-}.tar.gz )"
IUSE="${IUSE} linguas_${X}"
done
LANGS2="en_ZA es et fa fi fr gu_IN he hi_IN hr hu it ja km ko lt mk ml_IN mr_IN nb nl nn nr ns or_IN pa_IN pl pt_BR ru rw sh_YU sk sl sr_CS st sv sw_TZ ta_IN te_IN tg th ti_ER tn tr ts ur_IN ve vi xh zh_CN zh_TW zu"
for Y in ${LANGS2} ; do
- [ ${Y} != "en" ] && SRC_URI="${SRC_URI} linguas_${Y}? ( http://oootranslation.services.openoffice.org/pub/OpenOffice.org/${MY_PV}/OOo_${MY_PV2}_LinuxIntel_langpack_${Y/_/-}.tar.gz )"
+ [ ${Y} != "en" ] && SRC_URI="${SRC_URI} linguas_${Y}? ( http://oootranslation.services.openoffice.org/pub/OpenOffice.org-full/${MY_PV}/OOo_${MY_PV2}_LinuxIntel_langpack_${Y/_/-}.tar.gz )"
IUSE="${IUSE} linguas_${Y}"
done