summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-01-16 15:38:12 +0000
committerPacho Ramos <pacho@gentoo.org>2012-01-16 15:38:12 +0000
commit9c5d674fa261c60a260783422c0c637e614824cc (patch)
tree9db9a18d36f4bbb32c0332f21e6d30fd47df6a39 /app-office/abiword
parentversion bump (diff)
downloadgentoo-2-9c5d674fa261c60a260783422c0c637e614824cc.tar.gz
gentoo-2-9c5d674fa261c60a260783422c0c637e614824cc.tar.bz2
gentoo-2-9c5d674fa261c60a260783422c0c637e614824cc.zip
Use REQUIRED_USE (thanks a lot to Ulrich Müller in bug #399069 for explaining me how to handle this REQUIRED_USE statement) to be sure 'plugins' is enabled when people build this with any other extra plugins enabled, otherwise extra plugins won't be built at all. Enable 'plugins' by default as it doesn't add any new dependency and simplifies things for people enabling any other plugin (for example, 'readline' plugin will be enabled automatically in most systems due profiles enabling that flag globally).
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-office/abiword')
-rw-r--r--app-office/abiword/ChangeLog13
-rw-r--r--app-office/abiword/abiword-2.8.6-r2.ebuild9
2 files changed, 17 insertions, 5 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index e808a634a81b..d78133c30163 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-office/abiword
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.250 2011/12/17 10:25:27 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.251 2012/01/16 15:38:12 pacho Exp $
+
+ 16 Jan 2012; Pacho Ramos <pacho@gentoo.org> abiword-2.8.6-r2.ebuild:
+ Use REQUIRED_USE (thanks a lot to Ulrich Müller in bug #399069 for explaining
+ me how to handle this REQUIRED_USE statement) to be sure 'plugins' is enabled
+ when people build this with any other extra plugins enabled, otherwise extra
+ plugins won't be built at all. Enable 'plugins' by default as it doesn't add
+ any new dependency and simplifies things for people enabling any other plugin
+ (for example, 'readline' plugin will be enabled automatically in most systems
+ due profiles enabling that flag globally).
17 Dec 2011; Pacho Ramos <pacho@gentoo.org> files/abiword-2.8.6-libwpd.patch:
plugin-configure.m4 patching was skipped by error, thanks a lot to Cody
diff --git a/app-office/abiword/abiword-2.8.6-r2.ebuild b/app-office/abiword/abiword-2.8.6-r2.ebuild
index e8bd5e4a0eb3..a783af8fad69 100644
--- a/app-office/abiword/abiword-2.8.6-r2.ebuild
+++ b/app-office/abiword/abiword-2.8.6-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6-r2.ebuild,v 1.1 2011/12/04 20:03:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6-r2.ebuild,v 1.2 2012/01/16 15:38:12 pacho Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -17,7 +17,10 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="collab cups gnome grammar latex math ots openxml plugins readline spell wordperfect wmf thesaurus" # svg
+IUSE="collab cups gnome grammar latex math ots openxml +plugins readline spell wordperfect wmf thesaurus" # svg
+
+# You need 'plugins' enabled if want to enable the extra plugins
+REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !openxml !ots !readline !thesaurus !wordperfect !wmf )"
# libgsf raised to make sure it provides gio backend
# not enabling telepathy backend for collab, it depends on libempathy-gtk which