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 | 61077ce9514236b947de522a7d6073c9489b9299 (patch) | |
tree | 692b1ad4c83207efa08018b405cdfcb7f5012199 /app-office | |
parent | make st_blocks desc less vague in stat(2) #93292 (diff) | |
download | historical-61077ce9514236b947de522a7d6073c9489b9299.tar.gz historical-61077ce9514236b947de522a7d6073c9489b9299.tar.bz2 historical-61077ce9514236b947de522a7d6073c9489b9299.zip |
some files where not unpacked. fixed.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice-bin/Manifest | 4 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.9.104.ebuild | 4 |
3 files changed, 10 insertions, 5 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/Manifest b/app-office/openoffice-bin/Manifest index f1860924d3e4..99b11af3a727 100644 --- a/app-office/openoffice-bin/Manifest +++ b/app-office/openoffice-bin/Manifest @@ -1,8 +1,8 @@ -MD5 cdacee5722b1bf4253740179a218c385 openoffice-bin-1.9.104.ebuild 5568 +MD5 0d06341359ddbc6fd3ee459c67dca2a5 openoffice-bin-1.9.104.ebuild 5582 MD5 8af6ab43f8999d44266cce2be7bab1d7 openoffice-bin-1.9.95.ebuild 5358 MD5 1a091dd047f09cc05d99f025c6a65fff openoffice-bin-1.1.1.ebuild 5855 MD5 bb1e8ee689e1a90b8794c71ac421825e openoffice-bin-1.1.4-r1.ebuild 5004 -MD5 53d3c3d12d6097b7d05ff142c4fff5d1 ChangeLog 13743 +MD5 114bd4e4236ce67a04aa70c10f904b06 ChangeLog 13941 MD5 7134ec08f56019fc5db7f3e84acea4df metadata.xml 460 MD5 419aa699874237400b4e5a18ae35d1ab files/digest-openoffice-bin-1.9.95 2461 MD5 753fd14ec632a7fe71ab9abef357f93f files/digest-openoffice-bin-1.1.4-r1 141 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 |