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.3.ebuild
Date: Sun, 04 May 2008 19:21:15
Message-Id: E1Jsjlo-00054i-Jw@stork.gentoo.org
1 eva 08/05/04 19:21:12
2
3 Modified: ChangeLog
4 Added: abiword-plugins-2.6.3.ebuild
5 Log:
6 bump to 2.6.3. Crash fixes.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.43 app-office/abiword-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 10 Apr 2008 23:27:54 -0000 1.42
23 +++ ChangeLog 4 May 2008 19:21:12 -0000 1.43
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-office/abiword-plugins
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.42 2008/04/10 23:27:54 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.43 2008/05/04 19:21:12 eva Exp $
29 +
30 +*abiword-plugins-2.6.3 (04 May 2008)
31 +
32 + 04 May 2008; Gilles Dartiguelongue <eva@g.o>
33 + +abiword-plugins-2.6.3.ebuild:
34 + bump to 2.6.3. Crash fixes.
35
36 *abiword-plugins-2.6.2 (10 Apr 2008)
37
38
39
40
41 1.1 app-office/abiword-plugins/abiword-plugins-2.6.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: abiword-plugins-2.6.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.3.ebuild,v 1.1 2008/05/04 19:21:12 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 virtual/xft
71 >=media-libs/fontconfig-1
72 >=dev-libs/fribidi-0.10.4
73 >=dev-libs/glib-2
74 >=x11-libs/gtk+-2
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 jpeg) \
121 $(use_with libgda gda) \
122 $(use_with math abimathview) \
123 $(use_with ots) \
124 $(use_with pdf) \
125 $(use_with readline abicommand)
126 $(use_with svg librsvg) \
127 $(use_with thesaurus aiksaurus) \
128 $(use_with wmf) \
129 $(use_with wordperfect libwpg) \
130 --disable-abiscan \
131 --without-psion"
132
133 if use cxx; then
134 myconf="${myconf} $(use_with jabber abicollab)"
135 fi
136
137 econf $myconf || die "./configure failed"
138
139 emake || die "Compilation failed"
140 }
141
142 src_install() {
143 emake DESTDIR="${D}" install || die "Installation failed"
144 dodoc AUTHORS ChangeLog README
145 }
146
147
148
149 --
150 gentoo-commits@l.g.o mailing list