summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-11-22 21:19:06 +0000
committerPacho Ramos <pacho@gentoo.org>2013-11-22 21:19:06 +0000
commita14d8a7a295965027bc31694f0b1e7b28a84fb7f (patch)
treee14566bc4f4561b979c9b9cca1b38635351fd382 /app-office/abiword
parentinitial import (diff)
downloadgentoo-2-a14d8a7a295965027bc31694f0b1e7b28a84fb7f.tar.gz
gentoo-2-a14d8a7a295965027bc31694f0b1e7b28a84fb7f.tar.bz2
gentoo-2-a14d8a7a295965027bc31694f0b1e7b28a84fb7f.zip
Drop openxml USE (#491884 by A. Person)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/abiword')
-rw-r--r--app-office/abiword/ChangeLog5
-rw-r--r--app-office/abiword/abiword-3.0.0-r1.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index 9cb4df77b4b1..9b63a6ba2b0a 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/abiword
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.267 2013/11/13 20:20:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.268 2013/11/22 21:19:06 pacho Exp $
+
+ 22 Nov 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0-r1.ebuild:
+ Drop openxml USE (#491884 by A. Person)
13 Nov 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0-r1.ebuild:
Parallel build fails, bug #488462; fix libgoffice dependency (#491076 by A.
diff --git a/app-office/abiword/abiword-3.0.0-r1.ebuild b/app-office/abiword/abiword-3.0.0-r1.ebuild
index c480bb609d22..5b03885fd87b 100644
--- a/app-office/abiword/abiword-3.0.0-r1.ebuild
+++ b/app-office/abiword/abiword-3.0.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.2 2013/11/13 20:20:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.3 2013/11/22 21:19:06 pacho Exp $
EAPI=5
GCONF_DEBUG="yes"
@@ -15,10 +15,10 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="calendar collab cups eds +goffice grammar +introspection latex map math ots openxml +plugins readline redland spell wordperfect wmf thesaurus"
+IUSE="calendar collab cups eds +goffice grammar +introspection latex map math ots +plugins readline redland spell wordperfect wmf thesaurus"
# You need 'plugins' enabled if want to enable the extra plugins
-REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !openxml !ots !readline !thesaurus !wordperfect !wmf )"
+REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline !thesaurus !wordperfect !wmf )"
RDEPEND="
>=app-text/wv-1.2
@@ -94,7 +94,8 @@ src_configure() {
# Plugins not depending on anything
plugins="${plugins} gimp bmp freetranslation iscii s5 babelfish opml eml
- wikipedia gdict passepartout google presentation urldict hrtext mif"
+ wikipedia gdict passepartout google presentation urldict hrtext mif
+ openxml"
# inter7eps: eps.h
# libtidy: gsf + tidy.h
@@ -103,7 +104,6 @@ src_configure() {
use goffice && plugins="${plugins} goffice"
use latex && plugins="${plugins} latex"
use math && plugins="${plugins} mathview"
- use openxml && plugins="${plugins} openxml"
use ots && plugins="${plugins} ots"
# psion: >=psiconv-0.9.4
use readline && plugins="${plugins} command"