summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2011-03-19 00:06:58 +0000
committerAndreas Proschofsky <suka@gentoo.org>2011-03-19 00:06:58 +0000
commit179fb58a9fc951f77500729e8819a155d5fbe95d (patch)
tree061bdf0ab2254bd40dcc1a3d39c8856041fd1a32 /app-office/openoffice-bin
parentAdd ~x86-linux keyword (diff)
downloadgentoo-2-179fb58a9fc951f77500729e8819a155d5fbe95d.tar.gz
gentoo-2-179fb58a9fc951f77500729e8819a155d5fbe95d.tar.bz2
gentoo-2-179fb58a9fc951f77500729e8819a155d5fbe95d.zip
Minor cleanup
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r--app-office/openoffice-bin/ChangeLog6
-rw-r--r--app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog
index b0def3cb0db3..0dfdcecbf775 100644
--- a/app-office/openoffice-bin/ChangeLog
+++ b/app-office/openoffice-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice-bin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.244 2011/03/18 23:42:47 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.245 2011/03/19 00:06:58 suka Exp $
+
+ 19 Mar 2011; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-bin-3.3.0.ebuild:
+ Minor cleanup
18 Mar 2011; Andreas Proschofsky <suka@gentoo.org>
openoffice-bin-3.3.0.ebuild:
diff --git a/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild b/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild
index 8ff0f78e100c..97acc683cc93 100644
--- a/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild,v 1.8 2011/03/18 23:42:47 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.3.0.ebuild,v 1.9 2011/03/19 00:06:58 suka Exp $
EAPI="3"
@@ -27,11 +27,9 @@ FILEPATH="http://download.services.openoffice.org/files/extended/${MY_PV}"
if [ "${ARCH}" = "amd64" ] ; then
XARCH="x86_64"
PACKED="${MST}_native_packed-1"
- PACKED2="${MST}_native_packed-1"
else
XARCH="i586"
PACKED="${MST}_native_packed-1"
- PACKED2="${MST}_native_packed-1"
fi
S="${WORKDIR}"
@@ -117,7 +115,7 @@ src_unpack() {
for l in ${LINGUAS}; do
m="${l/_/-}"
if [[ ${m} != "en" ]] ; then
- LANGDIR="${PACKED2}_${m}.${BUILDID}/RPMS/"
+ LANGDIR="${PACKED}_${m}.${BUILDID}/RPMS/"
rpm_unpack "./${LANGDIR}/${BASIS}-${m}-${BVER}.${XARCH}.rpm"
rpm_unpack "./${LANGDIR}/${NM2}-${m}-${BVER}.${XARCH}.rpm"
for n in base binfilter calc draw help impress math res writer; do