Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: ChangeLog abiword-plugins-2.6.6.ebuild
Date: Fri, 20 Feb 2009 00:20:26
Message-Id: E1LaJ7w-0001GC-Cy@stork.gentoo.org
1 eva 09/02/20 00:20:24
2
3 Modified: ChangeLog
4 Added: abiword-plugins-2.6.6.ebuild
5 Log:
6 Bump to 2.6.6. Fix some importers.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.61 app-office/abiword-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 4 Jan 2009 22:54:26 -0000 1.60
23 +++ ChangeLog 20 Feb 2009 00:20:24 -0000 1.61
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-office/abiword-plugins
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.60 2009/01/04 22:54:26 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.61 2009/02/20 00:20:24 eva Exp $
29 +
30 +*abiword-plugins-2.6.6 (20 Feb 2009)
31 +
32 + 20 Feb 2009; Gilles Dartiguelongue <eva@g.o>
33 + +abiword-plugins-2.6.6.ebuild:
34 + Bump to 2.6.6. Fix some importers.
35
36 04 Jan 2009; Ulrich Mueller <ulm@g.o> abiword-plugins-2.4.6.ebuild,
37 abiword-plugins-2.6.4.ebuild, abiword-plugins-2.6.5.ebuild:
38
39
40
41 1.1 app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: abiword-plugins-2.6.6.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.6.ebuild,v 1.1 2009/02/20 00:20:24 eva Exp $
51
52 EAPI="1"
53
54 inherit eutils
55
56 DESCRIPTION="Set of plugins for abiword"
57 HOMEPAGE="http://www.abisource.com/"
58 SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/source/${P}.tar.gz
59 http://www.abisource.com/downloads/abiword/${PV}/source/${P//-plugins/}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="cxx debug gnome grammar jabber jpeg libgda math ots pdf readline svg thesaurus wmf wordperfect"
65
66 # FIXME: add asio support (better wait on boost 1.35)
67 # add abiscan when we get gnome-scan
68
69 RDEPEND="=app-office/abiword-${PV}*
70 >=media-libs/fontconfig-1
71 >=dev-libs/fribidi-0.10.4
72 >=dev-libs/glib-2
73 >=x11-libs/gtk+-2
74 x11-libs/libXft
75 >=gnome-base/libglade-2
76 >=gnome-extra/libgsf-1.14.4
77 cxx? ( >=dev-libs/boost-1.33.1 )
78 gnome? ( >=x11-libs/goffice-0.4:0.4 )
79 grammar? ( >=dev-libs/link-grammar-4.2.2 )
80 !alpha? ( !ia64? ( jabber? (
81 >=dev-libs/libxml2-2.4
82 >=net-libs/loudmouth-1.0.1 ) ) )
83 jpeg? ( >=media-libs/jpeg-6b-r2 )
84 libgda? (
85 =gnome-extra/libgda-1*
86 =gnome-extra/libgnomedb-1* )
87 math? ( >=x11-libs/gtkmathview-0.7.5 )
88 !ia64? ( !ppc64? ( !sparc? ( ots? ( >=app-text/ots-0.5 ) ) ) )
89 pdf? ( >=app-text/poppler-0.5.0-r1 )
90 readline? ( sys-libs/readline )
91 thesaurus? ( >=app-text/aiksaurus-1.2 )
92 wordperfect? ( >=app-text/libwpd-0.8 )
93 wmf? ( >=media-libs/libwmf-0.2.8 )
94 svg? ( >=gnome-base/librsvg-2 )"
95
96 DEPEND="${RDEPEND}
97 >=dev-util/pkgconfig-0.9"
98
99 pkg_setup() {
100 if use gnome && ! built_with_use x11-libs/goffice gnome; then
101 eerror "abiword-plugin requires x11-libs/goffice to be compiled"
102 eerror "with USE=\"gnome\""
103 die "gnome support missing in x11-libs/goffice"
104 fi
105
106 if use jabber && ! use cxx; then
107 eerror "AbiCollab needs dev-libs/boost to be build"
108 die "Add USE=\"cxx\" to build AbiCollab plugin"
109 fi
110 }
111
112 src_compile() {
113 local myconf="--enable-all \
114 --with-abiword="${WORKDIR}/abiword-${PV}" \
115 $(use_with cxx boost) \
116 $(use_with cxx OpenXML) \
117 $(use_enable debug) \
118 $(use_with gnome abigoffice) \
119 $(use_with grammar abigrammar) \
120 $(use_with jabber abicollab) \
121 $(use_with jpeg) \
122 $(use_with libgda gda) \
123 $(use_with math abimathview) \
124 $(use_with ots) \
125 $(use_with pdf) \
126 $(use_with readline abicommand)
127 $(use_with svg librsvg) \
128 $(use_with thesaurus aiksaurus) \
129 $(use_with wmf) \
130 $(use_with wordperfect libwpg) \
131 --disable-abiscan \
132 --without-psion"
133
134 econf ${myconf}
135
136 emake || die "Compilation failed"
137 }
138
139 src_install() {
140 emake DESTDIR="${D}" install || die "Installation failed"
141 dodoc AUTHORS ChangeLog README
142 }