diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-09-14 05:39:06 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-09-14 05:39:06 +0000 |
commit | 477e3a2c9f250ba1e569128fcd347d1025672fe2 (patch) | |
tree | dca39cb19ac7dde91b43f9e605fd6543482882c6 /app-office/openoffice-bin | |
parent | Mark 1.2.10 stable on alpha (diff) | |
download | historical-477e3a2c9f250ba1e569128fcd347d1025672fe2.tar.gz historical-477e3a2c9f250ba1e569128fcd347d1025672fe2.tar.bz2 historical-477e3a2c9f250ba1e569128fcd347d1025672fe2.zip |
fix variable declaration, see bug #105618
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/openoffice-bin/Manifest | 4 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.9.128.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index 5b44866d7435..6fc9f224b2a4 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.89 2005/09/10 08:30:30 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.90 2005/09/14 05:39:06 suka Exp $ + + 14 Sep 2005; Andreas Proschofsky <suka@gentoo.org> + openoffice-bin-1.9.128.ebuild: + fix variable declaration, see bug #105618 10 Sep 2005; Andreas Proschofsky <suka@gentoo.org> openoffice-bin-1.9.128.ebuild: diff --git a/app-office/openoffice-bin/Manifest b/app-office/openoffice-bin/Manifest index c0934bbafdba..544c447154e9 100644 --- a/app-office/openoffice-bin/Manifest +++ b/app-office/openoffice-bin/Manifest @@ -1,7 +1,7 @@ -MD5 10d3c7abd3d94b818e1ba6ebd9636f38 openoffice-bin-1.9.128.ebuild 5849 +MD5 42e2bc368264e44f4d27f3f4b52fa4b9 openoffice-bin-1.9.128.ebuild 5848 MD5 b986cfdd8585ed8adde6bcff8f427361 openoffice-bin-1.1.1.ebuild 5857 MD5 d39203cfa3918278f573580eae65e184 openoffice-bin-1.1.4-r1.ebuild 5006 -MD5 12751bd85b087329976262438440eb7f ChangeLog 15616 +MD5 a7da4594f3656a50040ea2af433d69ef ChangeLog 15747 MD5 7134ec08f56019fc5db7f3e84acea4df metadata.xml 460 MD5 753fd14ec632a7fe71ab9abef357f93f files/digest-openoffice-bin-1.1.4-r1 141 MD5 2b70af485f57d1db6983b006f16a0587 files/digest-openoffice-bin-1.1.1 171 diff --git a/app-office/openoffice-bin/openoffice-bin-1.9.128.ebuild b/app-office/openoffice-bin/openoffice-bin-1.9.128.ebuild index f6eea6078d63..6ab438a11f6b 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.9.128.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.9.128.ebuild @@ -1,17 +1,16 @@ # 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.128.ebuild,v 1.3 2005/09/10 08:30:30 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.9.128.ebuild,v 1.4 2005/09/14 05:39:06 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.8951/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" |