summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-03-30 13:04:58 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-03-30 13:04:58 +0000
commit2d484cf4d7caae05c74d8252bb366524bb447bf1 (patch)
tree62504427a9f065c58c20ee64caaf5cb5dab2fec4 /app-office
parentVersion bump. Remove all libtool files since libltdl is not used for loading ... (diff)
downloadgentoo-2-2d484cf4d7caae05c74d8252bb366524bb447bf1.tar.gz
gentoo-2-2d484cf4d7caae05c74d8252bb366524bb447bf1.tar.bz2
gentoo-2-2d484cf4d7caae05c74d8252bb366524bb447bf1.zip
Add the 3.5.2 release. (actually just 2 weeks after 3.5.1)
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice/ChangeLog8
-rw-r--r--app-office/libreoffice/libreoffice-3.5.2.2.ebuild (renamed from app-office/libreoffice/libreoffice-3.5.1.2.ebuild)23
2 files changed, 15 insertions, 16 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog
index e12bf2bac58f..02f151da05c3 100644
--- a/app-office/libreoffice/ChangeLog
+++ b/app-office/libreoffice/ChangeLog
@@ -1,6 +1,12 @@
# 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.267 2012/03/30 11:08:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.268 2012/03/30 13:04:58 scarabeus Exp $
+
+*libreoffice-3.5.2.2 (30 Mar 2012)
+
+ 30 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> +libreoffice-3.5.2.2.ebuild,
+ -libreoffice-3.5.1.2.ebuild:
+ Add the 3.5.2 release. (actually just 2 weeks after 3.5.1)
30 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-3.4.5.2.ebuild:
The patchname for the kde-4.8.1 compat is bit different.
diff --git a/app-office/libreoffice/libreoffice-3.5.1.2.ebuild b/app-office/libreoffice/libreoffice-3.5.2.2.ebuild
index 54d1bdfd1b68..8a7e40241680 100644
--- a/app-office/libreoffice/libreoffice-3.5.1.2.ebuild
+++ b/app-office/libreoffice/libreoffice-3.5.2.2.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.1.2.ebuild,v 1.7 2012/03/22 15:07:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.2.2.ebuild,v 1.1 2012/03/30 13:04:58 scarabeus Exp $
EAPI=4
@@ -70,9 +70,9 @@ unset ADDONS_URI
unset EXT_URI
unset ADDONS_SRC
-IUSE="binfilter +branding +cups dbus debug eds gnome +graphite gstreamer +gtk
-jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba
-+webdav +xmlsec"
+IUSE="binfilter +branding +cups dbus eds gnome +graphite gstreamer +gtk
+jemalloc kde mysql nlpsolver +nsplugin odk opengl pdfimport postgres svg test
++vba +webdav +xmlsec"
LICENSE="LGPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
@@ -104,6 +104,7 @@ COMMON_DEPEND="
media-libs/freetype:2
>=media-libs/libpng-1.4
media-libs/libvisio
+ >=net-misc/curl-7.21.4
sci-mathematics/lpsolve
>=sys-libs/db-4.8
virtual/jpeg
@@ -168,7 +169,6 @@ DEPEND="${COMMON_DEPEND}
dev-util/mdds
>=dev-util/pkgconfig-0.26
media-libs/sampleicc
- >=net-misc/curl-7.21.4
net-misc/npapi-sdk
net-print/cups
>=sys-apps/findutils-4.4.2
@@ -194,14 +194,13 @@ PATCHES=(
# this can't be upstreamed :(
"${FILESDIR}/${PN}-system-pyuno.patch"
"${FILESDIR}/${PN}-3.5-propagate-gb_FULLDEPS.patch"
- "${FILESDIR}/${PN}-3.5-junit.patch"
- "${FILESDIR}/libreoffice-3.5.1-kde-4.8.1-namespace.patch"
)
REQUIRED_USE="
nsplugin? ( gtk )
gnome? ( gtk )
eds? ( gnome )
+ nlpsolver? ( java )
"
S="${WORKDIR}/${PN}-core-${PV}"
@@ -211,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
@@ -314,16 +313,11 @@ src_prepare() {
src_configure() {
local java_opts
local internal_libs
- local themes="default"
local jbs=$(sed -ne 's/.*\(-j[[:space:]]*\|--jobs=\)\([[:digit:]]\+\).*/\2/;T;p' <<< "${MAKEOPTS}")
# recheck that there is some value in jobs
[[ -z ${jbs} ]] && jbs="1"
- # expand themes we are going to build based on DE useflags
- use gnome && themes+=" tango"
- use kde && themes+=" oxygen"
-
# sane: just sane.h header that is used for scan in writer, not
# linked or anything else, worthless to depend on
# vigra: just uses templates from there
@@ -426,7 +420,6 @@ src_configure() {
--with-lang="" \
--with-max-jobs=${jbs} \
--with-num-cpus=2 \
- --with-theme="${themes}" \
--with-unix-wrapper=libreoffice \
--with-vendor="Gentoo Foundation" \
--with-x \
@@ -441,7 +434,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) \
@@ -454,6 +446,7 @@ src_configure() {
$(use_enable java ext-scripting-beanshell) \
$(use_enable kde kde4) \
$(use_enable mysql ext-mysql-connector) \
+ $(use_enable nlpsolver ext-nlpsolver) \
$(use_enable nsplugin) \
$(use_enable odk) \
$(use_enable opengl) \