summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-14 21:00:55 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-14 21:00:55 +0000
commitb58632020b8be12d85d83f8cf8e24427839ff68d (patch)
tree0b483e0a71c8b0f91eb9b1e518024deb38786836 /app-office
parentSwitch to git-r3. (diff)
downloadgentoo-2-b58632020b8be12d85d83f8cf8e24427839ff68d.tar.gz
gentoo-2-b58632020b8be12d85d83f8cf8e24427839ff68d.tar.bz2
gentoo-2-b58632020b8be12d85d83f8cf8e24427839ff68d.zip
Move from 'gnome' to 'goffice' (#416829 by Maxim Kammerer)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/abiword/ChangeLog6
-rw-r--r--app-office/abiword/abiword-3.0.0.ebuild10
-rw-r--r--app-office/abiword/metadata.xml1
3 files changed, 11 insertions, 6 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index 37b5f5dfacca..7e5d40eb7c55 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,6 +1,10 @@
# 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.263 2013/10/14 20:57:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.264 2013/10/14 21:00:55 pacho Exp $
+
+ 14 Oct 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0.ebuild,
+ metadata.xml:
+ Move from 'gnome' to 'goffice' (#416829 by Maxim Kammerer)
*abiword-3.0.0 (14 Oct 2013)
diff --git a/app-office/abiword/abiword-3.0.0.ebuild b/app-office/abiword/abiword-3.0.0.ebuild
index 6c9ae7440ea5..d4c25b33b98b 100644
--- a/app-office/abiword/abiword-3.0.0.ebuild
+++ b/app-office/abiword/abiword-3.0.0.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.ebuild,v 1.1 2013/10/14 20:57:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0.ebuild,v 1.2 2013/10/14 21:00:55 pacho Exp $
EAPI=5
GCONF_DEBUG="yes"
@@ -15,7 +15,7 @@ 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 gnome 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 openxml +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 )"
@@ -35,7 +35,7 @@ RDEPEND="
>=x11-libs/gtk+-3.0.8:3[cups?]
calendar? ( >=dev-libs/libical-0.46 )
eds? ( gnome-extra/evolution-data-server )
- gnome? ( >=x11-libs/goffice-0.10.0:0.10 )
+ goffice? ( >=x11-libs/goffice-0.10.0:0.10 )
introspection? ( >=dev-libs/gobject-introspection-1.0.0 )
map? ( >=media-libs/libchamplain-0.12 )
plugins? (
@@ -97,7 +97,7 @@ src_configure() {
# libtidy: gsf + tidy.h
# paint: windows only ?
use collab && plugins="${plugins} collab"
- use gnome && plugins="${plugins} goffice"
+ use goffice && plugins="${plugins} goffice"
use latex && plugins="${plugins} latex"
use math && plugins="${plugins} mathview"
use openxml && plugins="${plugins} openxml"
@@ -122,7 +122,7 @@ src_configure() {
--with-gio \
--without-gnomevfs \
--without-gtk2 \
- $(use_with gnome goffice) \
+ $(use_with goffice goffice) \
$(use_with calendar libical) \
$(use_enable cups print) \
$(use_enable collab collab-backend-xmpp) \
diff --git a/app-office/abiword/metadata.xml b/app-office/abiword/metadata.xml
index c87852d74d5d..f1dd897ee602 100644
--- a/app-office/abiword/metadata.xml
+++ b/app-office/abiword/metadata.xml
@@ -4,6 +4,7 @@
<herd>gnome-office</herd>
<use>
<flag name='collab'>Enable collaborative editing plugin</flag>
+ <flag name='goffice'>Enable goffice plugin</flag>
<flag name='grammar'>Enable grammar checking via <pkg>dev-libs/link-grammar</pkg></flag>
<flag name="map">Enable world map support through <pkg>media-libs/libchamplain</pkg></flag>
<flag name='math'>Enable support for <pkg>x11-libs/gtkmathview</pkg></flag>