summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-09-19 16:19:33 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-09-19 16:19:33 +0000
commitf1cafc7d5889c44489d1b555731429adc459d58f (patch)
tree4de36d516d38596bb6219fd98b20f29d5ab3cb09 /app-office/openoffice-bin
parentfperms 750 -> fperms 4750. Closed bug #106291. (diff)
downloadhistorical-f1cafc7d5889c44489d1b555731429adc459d58f.tar.gz
historical-f1cafc7d5889c44489d1b555731429adc459d58f.tar.bz2
historical-f1cafc7d5889c44489d1b555731429adc459d58f.zip
Fixed wrong variable declaration, again
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r--app-office/openoffice-bin/Manifest2
-rw-r--r--app-office/openoffice-bin/openoffice-bin-1.9.130.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-office/openoffice-bin/Manifest b/app-office/openoffice-bin/Manifest
index d6f7e29de1ab..00621d96c863 100644
--- a/app-office/openoffice-bin/Manifest
+++ b/app-office/openoffice-bin/Manifest
@@ -1,4 +1,4 @@
-MD5 6fa6a851d7c9dd709f039c9cdb64fc28 openoffice-bin-1.9.130.ebuild 6007
+MD5 a9eb4ae0046c911e4d77ca5e36158851 openoffice-bin-1.9.130.ebuild 6007
MD5 26f64c943ea2e932bb026763c9922f59 openoffice-bin-1.1.5.ebuild 4802
MD5 42e2bc368264e44f4d27f3f4b52fa4b9 openoffice-bin-1.9.128.ebuild 5848
MD5 b986cfdd8585ed8adde6bcff8f427361 openoffice-bin-1.1.1.ebuild 5857
diff --git a/app-office/openoffice-bin/openoffice-bin-1.9.130.ebuild b/app-office/openoffice-bin/openoffice-bin-1.9.130.ebuild
index 5abd3f68a312..8357bbef37ae 100644
--- a/app-office/openoffice-bin/openoffice-bin-1.9.130.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-1.9.130.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.9.130.ebuild,v 1.1 2005/09/18 18:10:22 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.9.130.ebuild,v 1.2 2005/09/19 16:19:33 suka Exp $
inherit eutils fdo-mime rpm versionator
IUSE="gnome java kde"
INSTDIR="/usr/lib/openoffice"
-
+SNV="$(get_version_component_range 3)"
S="${WORKDIR}/SRC680_m${SNV}_native_packed-1_en-US.8955/RPMS"
DESCRIPTION="OpenOffice productivity suite"
-SNV="$(get_version_component_range 3)"
+
LANGPACK="OOo_${PV}_LinuxIntel_langpack"
LANGPACKPATH="http://oootranslation.services.openoffice.org/pub/OpenOffice.org/680m${SNV}/${LANGPACK}"
LANGLOC="http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/680/SRC680_m${SNV}/Build-1/OOo_SRC680_m${SNV}_native_LinuxIntel_langpacks_rpm"