summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-03-08 11:43:09 +0000
committerMarinus Schraal <foser@gentoo.org>2004-03-08 11:43:09 +0000
commit3d429c709f230506b8bed4ff9fd6297bf5213e95 (patch)
treee0c391c3130bc632144482479c09ad4d3b34319a /app-office
parentMarking stable on x86. Copyright header fixes.. (diff)
downloadhistorical-3d429c709f230506b8bed4ff9fd6297bf5213e95.tar.gz
historical-3d429c709f230506b8bed4ff9fd6297bf5213e95.tar.bz2
historical-3d429c709f230506b8bed4ff9fd6297bf5213e95.zip
dep & possible bugfix
Diffstat (limited to 'app-office')
-rw-r--r--app-office/abiword/ChangeLog6
-rw-r--r--app-office/abiword/Manifest4
-rw-r--r--app-office/abiword/abiword-2.0.4.ebuild5
3 files changed, 10 insertions, 5 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index ca48fdb3d31f..12dbbd1228df 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for app-office/abiword
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.65 2004/03/07 14:59:31 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.66 2004/03/08 11:43:09 foser Exp $
*abiword-2.0.4 (07 Mar 2004)
+ 08 Mar 2004; foser <foser@gentoo.org> abiword-2.0.4.ebuild :
+ Fix gtk+ dep to 2.2
+ Disable gucharmap support, it is still borked
+
07 Mar 2004; foser <foser@gentoo.org> abiword-2.0.4.ebuild :
New release, make user docs not optional (#36974)
diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest
index 6aa358b71762..6421504d75a7 100644
--- a/app-office/abiword/Manifest
+++ b/app-office/abiword/Manifest
@@ -1,9 +1,9 @@
MD5 58f4f455b57d36a428740f743220f425 abiword-2.0.3-r1.ebuild 2530
MD5 7921df3134ed60f1eb9c3d1c920bde16 abiword-1.0.6-r1.ebuild 1927
MD5 2cea2a3dd4030bc2ad09765a5f083ef4 abiword-2.0.2.ebuild 2255
-MD5 50e5fe127a3480a61fcf3cc5763ba819 abiword-2.0.4.ebuild 2502
+MD5 b9c661f9ab0790a1b2e807e2df7bab38 abiword-2.0.4.ebuild 2528
MD5 32730f5ef95f89d3f059ae26a72f7cbf abiword-2.0.1.ebuild 2171
-MD5 32f0d1bf8c16a7f0e979b3f87d15161a ChangeLog 9930
+MD5 dfb9120ca5ca595d0ae9980fd9d57dc6 ChangeLog 10064
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 cd037c182094f6ba10b7dd9e15035efd files/abiword-2.0.3-amd64.patch 8632
MD5 28dcae4a10f58c12a4a73346a7ab1ed0 files/digest-abiword-2.0.1 142
diff --git a/app-office/abiword/abiword-2.0.4.ebuild b/app-office/abiword/abiword-2.0.4.ebuild
index 94b12480f261..12629bf11802 100644
--- a/app-office/abiword/abiword-2.0.4.ebuild
+++ b/app-office/abiword/abiword-2.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.4.ebuild,v 1.1 2004/03/07 14:59:31 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.4.ebuild,v 1.2 2004/03/08 11:43:09 foser Exp $
inherit eutils
@@ -23,7 +23,7 @@ RDEPEND="virtual/x11
virtual/xft
>=media-libs/fontconfig-2.1
media-libs/libpng
- >=x11-libs/gtk+-2
+ >=x11-libs/gtk+-2.2
>=gnome-base/libglade-2
>=app-text/wv-1
>=dev-libs/fribidi-0.10.4
@@ -61,6 +61,7 @@ src_compile() {
--enable-threads \
--without-ImageMagick \
--disable-scripting \
+ --disable-gucharmap \
--with-sys-wv || die
emake all-recursive || die