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
Date: Sun, 04 May 2008 19:19:17
Message-Id: E1Jsjju-00052Y-04@stork.gentoo.org
1 eva 08/05/04 19:19:13
2
3 Modified: ChangeLog
4 Added: abiword-2.6.3.ebuild
5 Log:
6 bump to 2.6.3. Fix crashes. Fix bug #220097, bug #218272 and bug #220187.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.190 app-office/abiword/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/ChangeLog?rev=1.190&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/ChangeLog?rev=1.190&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/ChangeLog?r1=1.189&r2=1.190
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
19 retrieving revision 1.189
20 retrieving revision 1.190
21 diff -u -r1.189 -r1.190
22 --- ChangeLog 10 Apr 2008 23:17:20 -0000 1.189
23 +++ ChangeLog 4 May 2008 19:19:13 -0000 1.190
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-office/abiword
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.189 2008/04/10 23:17:20 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.190 2008/05/04 19:19:13 eva Exp $
29 +
30 +*abiword-2.6.3 (04 May 2008)
31 +
32 + 04 May 2008; Gilles Dartiguelongue <eva@g.o> +abiword-2.6.3.ebuild:
33 + bump to 2.6.3. Fix crashes. Fix bug #220097, bug #218272 and bug #220187.
34
35 10 Apr 2008; Gilles Dartiguelongue <eva@g.o> ChangeLog:
36 bump to 2.6.2. Bug fixes.
37
38
39
40 1.1 app-office/abiword/abiword-2.6.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: abiword-2.6.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.3.ebuild,v 1.1 2008/05/04 19:19:13 eva Exp $
50
51 EAPI="1"
52
53 inherit alternatives eutils gnome2 versionator
54
55 MY_MAJORV=$(get_version_component_range 1-2)
56
57 DESCRIPTION="Fully featured yet light and fast cross platform word processor"
58 HOMEPAGE="http://www.abisource.com/"
59 SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="2"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="debug gnome spell xml"
65
66 # FIXME: gsf could probably be conditional
67
68 RDEPEND="virtual/xft
69 dev-libs/popt
70 sys-libs/zlib
71 >=dev-libs/glib-2
72 >=x11-libs/gtk+-2.6
73 >=x11-libs/pango-1.2
74 >=gnome-base/libglade-2
75 >=gnome-base/libgnomeprint-2.2
76 >=gnome-base/libgnomeprintui-2.2
77 >=x11-libs/goffice-0.4:0.4
78 >=media-libs/libpng-1.2
79 >=media-libs/fontconfig-2.1
80 >=media-libs/freetype-2.1
81 >=x11-libs/pango-1.2
82 >=app-text/wv-1.2
83 >=dev-libs/fribidi-0.10.4
84 xml? ( >=dev-libs/libxml2-2.4.10 )
85 !xml? ( dev-libs/expat )
86 spell? ( >=app-text/enchant-1.2 )
87 gnome? (
88 >=gnome-base/libbonobo-2
89 >=gnome-base/libgnomeui-2.2
90 >=gnome-extra/gucharmap-1.4
91 >=gnome-base/gnome-vfs-2.2 )
92 >=gnome-extra/libgsf-1.12.0"
93
94 DEPEND="${RDEPEND}
95 >=dev-util/pkgconfig-0.9"
96
97 # FIXME: --enable-libabiword fails to compile
98
99 pkg_setup() {
100 G2CONF="${G2CONF}
101 $(use_enable debug)
102 $(use_enable debug symbols)
103 $(use_enable gnome gnomeui)
104 $(use_enable gnome gucharmap)
105 $(use_enable gnome gnomevfs)
106 $(use_enable spell spellcheck)
107 $(use_with xml libxml2)
108 $(use_with !xml expat)
109 --disable-libabiword
110 --enable-printing
111 --enable-threads
112 --disable-scripting"
113 }
114
115 src_install() {
116 # Install icon to pixmaps, bug #220097
117 sed -i 's:icondir = $(datadir)/icons:icondir = $(datadir)/pixmaps:' GNUmakefile
118
119 gnome2_src_install
120
121 sed -i "s:Exec=abiword:Exec=abiword-${MY_MAJORV}:" "${D}"/usr/share/applications/abiword.desktop
122
123 mv "${D}/usr/bin/abiword" "${D}/usr/bin/AbiWord-${MY_MAJORV}"
124 dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV}
125
126 dodoc *.TXT user/wp/readme.txt
127 }
128
129 pkg_postinst() {
130 gnome2_pkg_postinst
131
132 alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]"
133
134 elog "As of version 2.4, all abiword plugins have been moved"
135 elog "into a seperate app-office/abiword-plugins package"
136 elog "You can install them by running emerge abiword-plugins"
137 }
138
139
140
141 --
142 gentoo-commits@l.g.o mailing list