diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-05-21 07:24:06 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-05-21 07:24:06 +0000 |
commit | fd9f6db7c62f9b25009d2d50ed5c58fd6b56b9f7 (patch) | |
tree | 64070025578ea92c4c15e134450b68c9df672ae3 /app-office/openoffice-bin | |
parent | make st_blocks desc less vague in stat(2) #93292 (diff) | |
download | gentoo-2-fd9f6db7c62f9b25009d2d50ed5c58fd6b56b9f7.tar.gz gentoo-2-fd9f6db7c62f9b25009d2d50ed5c58fd6b56b9f7.tar.bz2 gentoo-2-fd9f6db7c62f9b25009d2d50ed5c58fd6b56b9f7.zip |
some files where not unpacked. fixed.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index 2550b233d644..d45a9e7f7a6a 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,11 @@ # 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.79 2005/05/20 20:38:17 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.80 2005/05/21 07:24:06 suka Exp $ + + 21 May 2005; Andreas Proschofsky <suka@gentoo.org> + openoffice-bin-1.9.104.ebuild: + Missed two new rpms, which breaks stuff for some. Fixed. Install + changing all the time is really anoying. *openoffice-bin-1.9.104 (20 May 2005) diff --git a/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild b/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild index 9ab8a5d51832..af0e49be73ae 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild @@ -1,6 +1,6 @@ # 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.104.ebuild,v 1.1 2005/05/20 20:38:17 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild,v 1.2 2005/05/21 07:24:06 suka Exp $ inherit eutils fdo-mime rpm versionator @@ -74,7 +74,7 @@ PROVIDE="virtual/ooo" src_unpack() { unpack OOo_1.9.${SNV}_LinuxIntel_install.tar.gz - for i in core01 core02 core03 core04 core05 core06 core07 core08 calc draw impress math writer graphicfilter pyuno spellcheck testtool xsltfilter core03u core04u core05u ; do + for i in core01 core02 core03 core04 core05 core06 core07 core08 core09 core10 calc draw impress math writer graphicfilter pyuno spellcheck testtool xsltfilter core03u core04u core05u ; do rpm_unpack ${S}/openofficeorg-${i}-1.9.${SNV}-1.i586.rpm done |