summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-09-16 21:25:00 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-09-16 21:25:00 +0000
commitb1e3f84aa94b9f8a0d9d544be48dae2f6b8374b2 (patch)
tree60ee9ae2bc9b546d44c14e42fca185e443ab789d /app-office
parentVersion bump, bug #515066 (thanks to Sergiy Borodych). (diff)
downloadgentoo-2-b1e3f84aa94b9f8a0d9d544be48dae2f6b8374b2.tar.gz
gentoo-2-b1e3f84aa94b9f8a0d9d544be48dae2f6b8374b2.tar.bz2
gentoo-2-b1e3f84aa94b9f8a0d9d544be48dae2f6b8374b2.zip
Remove webdav useflag, it does not work as intended. (Disabling neon makes the package just choose another backend.)
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice/ChangeLog8
-rw-r--r--app-office/libreoffice/libreoffice-4.3.1.2.ebuild8
-rw-r--r--app-office/libreoffice/libreoffice-4.3.9999.ebuild8
-rw-r--r--app-office/libreoffice/libreoffice-9999-r2.ebuild8
4 files changed, 19 insertions, 13 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog
index 273ea9fa10e2..8cc75ad83314 100644
--- a/app-office/libreoffice/ChangeLog
+++ b/app-office/libreoffice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/libreoffice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.582 2014/09/16 09:14:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.583 2014/09/16 21:25:00 dilfridge Exp $
+
+ 16 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ libreoffice-4.3.1.2.ebuild, libreoffice-4.3.9999.ebuild,
+ libreoffice-9999-r2.ebuild:
+ Remove webdav useflag, it does not work as intended. (Disabling neon makes
+ the package just choose another backend.)
*libreoffice-4.3.9999 (16 Sep 2014)
*libreoffice-4.3.1.2 (16 Sep 2014)
diff --git a/app-office/libreoffice/libreoffice-4.3.1.2.ebuild b/app-office/libreoffice/libreoffice-4.3.1.2.ebuild
index 8d4747ec3b19..fda723fde299 100644
--- a/app-office/libreoffice/libreoffice-4.3.1.2.ebuild
+++ b/app-office/libreoffice/libreoffice-4.3.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.1.2.ebuild,v 1.1 2014/09/16 09:14:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.1.2.ebuild,v 1.2 2014/09/16 21:25:00 dilfridge Exp $
EAPI=5
@@ -74,7 +74,7 @@ unset EXT_URI
unset ADDONS_SRC
IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer
-+gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc +webdav"
++gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc"
LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
# Unpackaged separate extensions:
@@ -137,6 +137,7 @@ COMMON_DEPEND="
>=media-libs/libfreehand-0.1.0
>=media-libs/libvisio-0.1.0
>=net-misc/curl-7.21.4
+ net-libs/neon
net-nds/openldap
sci-mathematics/lpsolve
virtual/jpeg:0
@@ -182,7 +183,6 @@ COMMON_DEPEND="
>=net-libs/telepathy-glib-0.18.0
>=x11-libs/gtk+-2.24:2
)
- webdav? ( net-libs/neon )
"
RDEPEND="${COMMON_DEPEND}
@@ -460,6 +460,7 @@ src_configure() {
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
+ --enable-neon \
--enable-python=system \
--enable-randr \
--enable-randr-link \
@@ -518,7 +519,6 @@ src_configure() {
$(use_enable telepathy) \
$(use_enable vba) \
$(use_enable vlc) \
- $(use_enable webdav neon) \
$(use_with coinmp system-coinmp) \
$(use_with gltf system-libgltf) \
$(use_with java) \
diff --git a/app-office/libreoffice/libreoffice-4.3.9999.ebuild b/app-office/libreoffice/libreoffice-4.3.9999.ebuild
index d641c12fc078..554588a08c81 100644
--- a/app-office/libreoffice/libreoffice-4.3.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-4.3.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.9999.ebuild,v 1.1 2014/09/16 09:14:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.9999.ebuild,v 1.2 2014/09/16 21:25:00 dilfridge Exp $
EAPI=5
@@ -74,7 +74,7 @@ unset EXT_URI
unset ADDONS_SRC
IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer
-+gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc +webdav"
++gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc"
LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
# Unpackaged separate extensions:
@@ -137,6 +137,7 @@ COMMON_DEPEND="
>=media-libs/libfreehand-0.1.0
>=media-libs/libvisio-0.1.0
>=net-misc/curl-7.21.4
+ net-libs/neon
net-nds/openldap
sci-mathematics/lpsolve
virtual/jpeg:0
@@ -182,7 +183,6 @@ COMMON_DEPEND="
>=net-libs/telepathy-glib-0.18.0
>=x11-libs/gtk+-2.24:2
)
- webdav? ( net-libs/neon )
"
RDEPEND="${COMMON_DEPEND}
@@ -455,6 +455,7 @@ src_configure() {
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
+ --enable-neon \
--enable-python=system \
--enable-randr \
--enable-randr-link \
@@ -513,7 +514,6 @@ src_configure() {
$(use_enable telepathy) \
$(use_enable vba) \
$(use_enable vlc) \
- $(use_enable webdav neon) \
$(use_with coinmp system-coinmp) \
$(use_with gltf system-libgltf) \
$(use_with java) \
diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild
index e37e229f004e..67338419a26e 100644
--- a/app-office/libreoffice/libreoffice-9999-r2.ebuild
+++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.228 2014/09/16 09:14:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.229 2014/09/16 21:25:00 dilfridge Exp $
EAPI=5
@@ -74,7 +74,7 @@ unset EXT_URI
unset ADDONS_SRC
IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer
-+gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc +webdav"
++gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc"
LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
# Unpackaged separate extensions:
@@ -137,6 +137,7 @@ COMMON_DEPEND="
>=media-libs/libfreehand-0.1.0
>=media-libs/libvisio-0.1.0
>=net-misc/curl-7.21.4
+ net-libs/neon
net-nds/openldap
sci-mathematics/lpsolve
virtual/jpeg:0
@@ -182,7 +183,6 @@ COMMON_DEPEND="
>=net-libs/telepathy-glib-0.18.0
>=x11-libs/gtk+-2.24:2
)
- webdav? ( net-libs/neon )
"
RDEPEND="${COMMON_DEPEND}
@@ -452,6 +452,7 @@ src_configure() {
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
+ --enable-neon \
--enable-python=system \
--enable-randr \
--enable-randr-link \
@@ -510,7 +511,6 @@ src_configure() {
$(use_enable telepathy) \
$(use_enable vba) \
$(use_enable vlc) \
- $(use_enable webdav neon) \
$(use_with coinmp system-coinmp) \
$(use_with gltf system-libgltf) \
$(use_with java) \