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