diff options
author | 2012-03-18 12:24:42 +0000 | |
---|---|---|
committer | 2012-03-18 12:24:42 +0000 | |
commit | 7584796b3a68ce7edde0227bb2097fcc34e93f8a (patch) | |
tree | bfd2392da877f728f54abe32f5de1074d7c6fdaf /app-office | |
parent | Removal, bug #381263 (diff) | |
download | gentoo-2-7584796b3a68ce7edde0227bb2097fcc34e93f8a.tar.gz gentoo-2-7584796b3a68ce7edde0227bb2097fcc34e93f8a.tar.bz2 gentoo-2-7584796b3a68ce7edde0227bb2097fcc34e93f8a.zip |
Disable crashdump as it is usefull on windows only anyway.
(Portage version: 2.2.0_alpha91/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-3.5.9999.ebuild | 8 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r2.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index 29179e4e93c9..805a0bfc68cc 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.257 2012/03/18 12:12:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.258 2012/03/18 12:24:42 scarabeus Exp $ + + 18 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-3.5.9999.ebuild, + libreoffice-9999-r2.ebuild: + Disable crashdump as it is usefull on windows only anyway. 18 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-3.5.1.2.ebuild, libreoffice-3.5.9999.ebuild, libreoffice-9999-r2.ebuild: diff --git a/app-office/libreoffice/libreoffice-3.5.9999.ebuild b/app-office/libreoffice/libreoffice-3.5.9999.ebuild index a569521b432a..0395a1fee382 100644 --- a/app-office/libreoffice/libreoffice-3.5.9999.ebuild +++ b/app-office/libreoffice/libreoffice-3.5.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.24 2012/03/18 12:12:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.25 2012/03/18 12:24:42 scarabeus Exp $ EAPI=4 @@ -70,7 +70,7 @@ unset ADDONS_URI unset EXT_URI unset ADDONS_SRC -IUSE="binfilter +branding +cups dbus debug eds gnome +graphite gstreamer +gtk +IUSE="binfilter +branding +cups dbus eds gnome +graphite gstreamer +gtk jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba +webdav +xmlsec" LICENSE="LGPL-3" @@ -210,7 +210,7 @@ pkg_pretend() { if [[ ${MERGE_TYPE} != binary ]]; then CHECKREQS_MEMORY="512M" - use debug && CHECKREQS_DISK_BUILD="10G" || CHECKREQS_DISK_BUILD="6G" + CHECKREQS_DISK_BUILD="6G" check-reqs_pkg_pretend if [[ $(gcc-major-version) -lt 4 ]]; then @@ -415,6 +415,7 @@ src_configure() { --disable-strip-solver \ --disable-ugly \ --disable-zenity \ + --disable-crashdump \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ --with-build-version="Gentoo official package" \ --enable-extension-integration \ @@ -440,7 +441,6 @@ src_configure() { --without-sun-templates \ $(use_enable binfilter) \ $(use_enable dbus) \ - $(use_enable debug crashdump) \ $(use_enable eds evolution2) \ $(use_enable gnome gconf) \ $(use_enable gnome gio) \ diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index e1e154f1c458..61df8c66c8c3 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.35 2012/03/18 12:12:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.36 2012/03/18 12:24:42 scarabeus Exp $ EAPI=4 @@ -70,7 +70,7 @@ unset ADDONS_URI unset EXT_URI unset ADDONS_SRC -IUSE="binfilter +branding +cups dbus debug eds gnome +graphite gstreamer +gtk gtk3 +IUSE="binfilter +branding +cups dbus eds gnome +graphite gstreamer +gtk gtk3 jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba +webdav +xmlsec" LICENSE="LGPL-3" @@ -215,7 +215,7 @@ pkg_pretend() { if [[ ${MERGE_TYPE} != binary ]]; then CHECKREQS_MEMORY="512M" - use debug && CHECKREQS_DISK_BUILD="10G" || CHECKREQS_DISK_BUILD="6G" + CHECKREQS_DISK_BUILD="6G" check-reqs_pkg_pretend if [[ $(gcc-major-version) -lt 4 ]]; then @@ -415,6 +415,7 @@ src_configure() { --disable-rpath \ --disable-strip-solver \ --disable-zenity \ + --disable-crashdump \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ --with-build-version="Gentoo official package" \ --enable-extension-integration \ @@ -440,7 +441,6 @@ src_configure() { --without-sun-templates \ $(use_enable binfilter) \ $(use_enable dbus) \ - $(use_enable debug crashdump) \ $(use_enable eds evolution2) \ $(use_enable gnome gconf) \ $(use_enable gnome gio) \ |