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: ChangeLog abiword-2.6.3.ebuild abiword-2.6.4.ebuild abiword-2.6.0.ebuild abiword-2.6.2.ebuild
Date: Wed, 30 Jul 2008 21:36:49
Message-Id: E1KOJLh-0007Ym-V5@stork.gentoo.org
1 eva 08/07/30 21:36:45
2
3 Modified: ChangeLog abiword-2.6.3.ebuild
4 Added: abiword-2.6.4.ebuild
5 Removed: abiword-2.6.0.ebuild abiword-2.6.2.ebuild
6 Log:
7 bump to 2.6.4. Cleanup old revisions and fix bug #228019.
8 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
9
10 Revision Changes Path
11 1.196 app-office/abiword/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/ChangeLog?rev=1.196&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/ChangeLog?rev=1.196&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/ChangeLog?r1=1.195&r2=1.196
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
20 retrieving revision 1.195
21 retrieving revision 1.196
22 diff -u -r1.195 -r1.196
23 --- ChangeLog 17 Jun 2008 01:32:29 -0000 1.195
24 +++ ChangeLog 30 Jul 2008 21:36:45 -0000 1.196
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/abiword
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.195 2008/06/17 01:32:29 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.196 2008/07/30 21:36:45 eva Exp $
30 +
31 +*abiword-2.6.4 (30 Jul 2008)
32 +
33 + 30 Jul 2008; Gilles Dartiguelongue <eva@g.o> -abiword-2.6.0.ebuild,
34 + -abiword-2.6.2.ebuild, abiword-2.6.3.ebuild, +abiword-2.6.4.ebuild:
35 + bump to 2.6.4. Cleanup old revisions and fix bug #228019.
36
37 17 Jun 2008; Jeroen Roovers <jer@g.o> abiword-2.6.3.ebuild:
38 Stable for HPPA (bug #225395).
39
40
41
42 1.7 app-office/abiword/abiword-2.6.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild?rev=1.7&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild?rev=1.7&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild?r1=1.6&r2=1.7
47
48 Index: abiword-2.6.3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild,v
51 retrieving revision 1.6
52 retrieving revision 1.7
53 diff -u -r1.6 -r1.7
54 --- abiword-2.6.3.ebuild 17 Jun 2008 01:32:29 -0000 1.6
55 +++ abiword-2.6.3.ebuild 30 Jul 2008 21:36:45 -0000 1.7
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild,v 1.6 2008/06/17 01:32:29 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild,v 1.7 2008/07/30 21:36:45 eva Exp $
61
62 EAPI="1"
63
64 @@ -51,6 +51,11 @@
65 # FIXME: --enable-libabiword fails to compile
66
67 pkg_setup() {
68 + if ! built_with_use --missing true x11-libs/pango X; then
69 + eerror "You must rebuild x11-libs/pango with USE='X'"
70 + die "You must rebuild x11-libs/pango with USE='X'"
71 + fi
72 +
73 G2CONF="${G2CONF}
74 $(use_enable debug)
75 $(use_enable debug symbols)
76
77
78
79 1.1 app-office/abiword/abiword-2.6.4.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.6.4.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.6.4.ebuild?rev=1.1&content-type=text/plain
83
84 Index: abiword-2.6.4.ebuild
85 ===================================================================
86 # Copyright 1999-2008 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.4.ebuild,v 1.1 2008/07/30 21:36:45 eva Exp $
89
90 EAPI="1"
91
92 inherit alternatives eutils gnome2 versionator
93
94 MY_MAJORV=$(get_version_component_range 1-2)
95
96 DESCRIPTION="Fully featured yet light and fast cross platform word processor"
97 HOMEPAGE="http://www.abisource.com/"
98 SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz"
99
100 LICENSE="GPL-2"
101 SLOT="2"
102 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
103 IUSE="debug gnome spell xml"
104
105 # FIXME: gsf could probably be conditional
106
107 RDEPEND="virtual/xft
108 dev-libs/popt
109 sys-libs/zlib
110 >=dev-libs/glib-2
111 >=x11-libs/gtk+-2.6
112 >=x11-libs/pango-1.2
113 >=gnome-base/libglade-2
114 >=gnome-base/libgnomeprint-2.2
115 >=gnome-base/libgnomeprintui-2.2
116 >=x11-libs/goffice-0.4:0.4
117 >=media-libs/libpng-1.2
118 >=media-libs/fontconfig-2.1
119 >=media-libs/freetype-2.1
120 >=x11-libs/pango-1.2
121 >=app-text/wv-1.2
122 >=dev-libs/fribidi-0.10.4
123 xml? ( >=dev-libs/libxml2-2.4.10 )
124 !xml? ( dev-libs/expat )
125 spell? ( >=app-text/enchant-1.2 )
126 gnome? (
127 >=gnome-base/libbonobo-2
128 >=gnome-base/libgnomeui-2.2
129 >=gnome-extra/gucharmap-1.4
130 >=gnome-base/gnome-vfs-2.2 )
131 >=gnome-extra/libgsf-1.12.0"
132
133 DEPEND="${RDEPEND}
134 >=dev-util/pkgconfig-0.9"
135
136 # FIXME: --enable-libabiword fails to compile
137
138 pkg_setup() {
139 if ! built_with_use --missing true x11-libs/pango X; then
140 eerror "You must rebuild x11-libs/pango with USE='X'"
141 die "You must rebuild x11-libs/pango with USE='X'"
142 fi
143
144 G2CONF="${G2CONF}
145 $(use_enable debug)
146 $(use_enable debug symbols)
147 $(use_enable gnome gnomeui)
148 $(use_enable gnome gucharmap)
149 $(use_enable gnome gnomevfs)
150 $(use_enable spell spellcheck)
151 $(use_with xml libxml2)
152 $(use_with !xml expat)
153 --disable-libabiword
154 --enable-printing
155 --enable-threads
156 --disable-scripting"
157 }
158
159 src_install() {
160 # Install icon to pixmaps, bug #220097
161 sed -i 's:icondir = $(datadir)/icons:icondir = $(datadir)/pixmaps:' GNUmakefile
162
163 gnome2_src_install
164
165 sed -i "s:Exec=abiword:Exec=abiword-${MY_MAJORV}:" "${D}"/usr/share/applications/abiword.desktop
166
167 mv "${D}/usr/bin/abiword" "${D}/usr/bin/AbiWord-${MY_MAJORV}"
168 dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV}
169
170 dodoc *.TXT user/wp/readme.txt
171 }
172
173 pkg_postinst() {
174 gnome2_pkg_postinst
175
176 alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]"
177
178 elog "As of version 2.4, all abiword plugins have been moved"
179 elog "into a seperate app-office/abiword-plugins package"
180 elog "You can install them by running emerge abiword-plugins"
181 }