summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2011-07-06 22:05:53 +0000
committerAndreas Proschofsky <suka@gentoo.org>2011-07-06 22:05:53 +0000
commit8947f6f53ee5aaf1af98956384a33ffb8216a510 (patch)
tree8f39c55a40c080abfee4b325550e25f44aec0442 /app-office
parentVersion bump. Remove old. (diff)
downloadgentoo-2-8947f6f53ee5aaf1af98956384a33ffb8216a510.tar.gz
gentoo-2-8947f6f53ee5aaf1af98956384a33ffb8216a510.tar.bz2
gentoo-2-8947f6f53ee5aaf1af98956384a33ffb8216a510.zip
Introduce "offlinehelp" use flag similar to libreoffice-bin. Also remove some useless downloads
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice/ChangeLog8
-rw-r--r--app-office/libreoffice/libreoffice-3.4.1.ebuild9
-rw-r--r--app-office/libreoffice/metadata.xml2
3 files changed, 13 insertions, 6 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog
index ee5653981661..3303a9d3681e 100644
--- a/app-office/libreoffice/ChangeLog
+++ b/app-office/libreoffice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/libreoffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.34 2011/07/06 12:01:03 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.35 2011/07/06 22:05:53 suka Exp $
+
+ 06 Jul 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.4.1.ebuild,
+ metadata.xml:
+ Introduce "offlinehelp" use flag similar to libreoffice-bin. If not set the
+ LibreOffice Wiki will
+ be used instead of the local help files. Also remove some useless downloads.
06 Jul 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.4.1.ebuild:
You should not listen to repoman in every case. Build fix.
diff --git a/app-office/libreoffice/libreoffice-3.4.1.ebuild b/app-office/libreoffice/libreoffice-3.4.1.ebuild
index cac59b9cc9c9..765391a7367b 100644
--- a/app-office/libreoffice/libreoffice-3.4.1.ebuild
+++ b/app-office/libreoffice/libreoffice-3.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.1.ebuild,v 1.2 2011/07/06 12:01:03 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.1.ebuild,v 1.3 2011/07/06 22:05:53 suka Exp $
EAPI="3"
@@ -14,7 +14,7 @@ PYTHON_USE_WITH="threads"
inherit autotools check-reqs db-use eutils fdo-mime flag-o-matic gnome2-utils java-pkg-opt-2 kde4-base multilib pax-utils prefix python toolchain-funcs
-IUSE="binfilter cups -custom-cflags dbus debug eds gnome gstreamer gtk kde ldap nsplugin odk opengl"
+IUSE="binfilter cups -custom-cflags dbus debug eds gnome gstreamer gtk kde ldap nsplugin odk offlinehelp opengl"
MY_PV=3.4.1.3
MY_P="${PN}-build-${MY_PV}"
@@ -27,9 +27,7 @@ BASIS=basis3.3
DESCRIPTION="LibreOffice, a full office productivity suite."
HOMEPAGE="http://www.libreoffice.org"
-SRC_URI="odk? ( java? ( http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll ) )
- http://download.go-oo.org/SRC680/extras-3.1.tar.bz2
- http://download.go-oo.org/SRC680/biblio.tar.bz2"
+SRC_URI="odk? ( java? ( http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll ) )"
# Shiny split sources with so many packages...
MODULES="artwork base calc components extensions extras filters help
@@ -304,6 +302,7 @@ src_prepare() {
echo $(use_enable opengl) >> ${CONFFILE}
echo $(use_with opengl system-mesa-headers) >> ${CONFFILE}
echo $(use_with ldap openldap) >> ${CONFFILE}
+ echo $(use_with offlinehelp helppack-integration) >> ${CONFFILE}
echo $(use_with java) >> ${CONFFILE}
echo $(use_with templates sun-templates) >> ${CONFFILE}
echo $(use_enable debug crashdump) >> ${CONFFILE}
diff --git a/app-office/libreoffice/metadata.xml b/app-office/libreoffice/metadata.xml
index 69934a9103c4..95ce97729d4f 100644
--- a/app-office/libreoffice/metadata.xml
+++ b/app-office/libreoffice/metadata.xml
@@ -11,6 +11,8 @@ version</longdescription>
<flag name='binfilter'>Enable support for legacy StarOffice 5.x and earlier
file formats</flag>
<flag name='odk'>Build the Office Development Kit</flag>
+ <flag name='offlinehelp'>Install help files locally instead of
+ using the LibreOffice Wiki</flag>
<flag name='templates'>Enable installation of Sun templates</flag>
</use>
</pkgmetadata>