diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-04-11 14:25:14 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-04-11 14:25:14 +0000 |
commit | b7e2e878af0cb8322e5cdcb95508be09a3a749e2 (patch) | |
tree | a00abd330b5c54a8b9dc22283894be36d34a0822 /app-office/openoffice-ximian | |
parent | added patch for ppc, fixes bug #88555 (diff) | |
download | historical-b7e2e878af0cb8322e5cdcb95508be09a3a749e2.tar.gz historical-b7e2e878af0cb8322e5cdcb95508be09a3a749e2.tar.bz2 historical-b7e2e878af0cb8322e5cdcb95508be09a3a749e2.zip |
Add ooo-build version info to the About-Dialog
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-office/openoffice-ximian')
-rw-r--r-- | app-office/openoffice-ximian/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/openoffice-ximian/Manifest | 4 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.3.9.ebuild | 9 |
3 files changed, 9 insertions, 10 deletions
diff --git a/app-office/openoffice-ximian/ChangeLog b/app-office/openoffice-ximian/ChangeLog index a2b27b021a9a..7f792f7ca8b8 100644 --- a/app-office/openoffice-ximian/ChangeLog +++ b/app-office/openoffice-ximian/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/openoffice-ximian # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.121 2005/04/10 13:32:45 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.122 2005/04/11 14:25:14 suka Exp $ + + 11 Apr 2005; Andreas Proschofsky <suka@gentoo.org> + openoffice-ximian-1.3.9.ebuild: + Add ooo-build version info to the About-Dialog 10 Apr 2005; Andreas Proschofsky <suka@gentoo.org> openoffice-ximian-1.3.9.ebuild: diff --git a/app-office/openoffice-ximian/Manifest b/app-office/openoffice-ximian/Manifest index 4dd24fc7ff36..2d89330f555c 100644 --- a/app-office/openoffice-ximian/Manifest +++ b/app-office/openoffice-ximian/Manifest @@ -1,8 +1,8 @@ MD5 db0937049060bf2f60caff12204099e7 openoffice-ximian-1.3.6.ebuild 16968 MD5 4f30b05359128c7f30fc4e3c58c9b324 openoffice-ximian-1.3.8.ebuild 17826 MD5 9fdc8c3794927565d0c6465f91631120 openoffice-ximian-1.3.7.ebuild 17908 -MD5 3f00fe995d182adca5acdb54ef334c94 openoffice-ximian-1.3.9.ebuild 17896 -MD5 b7727c442da1d478af5831c6659f597d ChangeLog 29992 +MD5 da2a0ce125717ef4676ada2524e59c78 openoffice-ximian-1.3.9.ebuild 17826 +MD5 2d4a9ce8d8671d8f1824e64a52166528 ChangeLog 30129 MD5 f3942f82433bf5ae16461240cbcc4984 metadata.xml 300 MD5 2595967ac130a541e50bffc75e105041 files/digest-openoffice-ximian-1.3.6 502 MD5 0b59100689dae352eeac675e31a4cdec files/digest-openoffice-ximian-1.3.7 502 diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.3.9.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.3.9.ebuild index 43de873416c0..3355570728f1 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.3.9.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.3.9.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-ximian/openoffice-ximian-1.3.9.ebuild,v 1.5 2005/04/10 13:32:45 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.9.ebuild,v 1.6 2005/04/11 14:25:14 suka Exp $ # Notes: # @@ -369,12 +369,6 @@ src_compile() { MYCONF="${MYCONF} --with-system-zlib" fi - #See if we use system-python -# if use python -# then -# MYCONF="${MYCONF} --with-python=/usr/bin/python" -# fi - #See if we use system-nas if use nas then @@ -403,6 +397,7 @@ src_compile() { --enable-fontconfig \ --with-system-freetype \ --with-system-xrender \ + --with-build-version=ooo-build-${PV} \ --disable-mozilla" ./configure ${MYCONF} || die |