summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-05-25 21:44:56 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-05-25 21:44:56 +0000
commitdafe4f487a10f9843c0985344a073eb46123b041 (patch)
treee80ec640303abf16a49f8e632b390f3c952a9aff /app-office
parentAdd missing patch to dev-haskell/x11. (diff)
downloadgentoo-2-dafe4f487a10f9843c0985344a073eb46123b041.tar.gz
gentoo-2-dafe4f487a10f9843c0985344a073eb46123b041.tar.bz2
gentoo-2-dafe4f487a10f9843c0985344a073eb46123b041.zip
bump to 1.8.3. Bug fixes.
(Portage version: 2.1.5)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnumeric/ChangeLog8
-rw-r--r--app-office/gnumeric/gnumeric-1.8.3.ebuild (renamed from app-office/gnumeric/gnumeric-1.8.1.ebuild)10
2 files changed, 13 insertions, 5 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog
index e17e9ccd7110..5cd7ccf98ccc 100644
--- a/app-office/gnumeric/ChangeLog
+++ b/app-office/gnumeric/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/gnumeric
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.166 2008/04/21 19:19:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.167 2008/05/25 21:44:56 eva Exp $
+
+*gnumeric-1.8.3 (25 May 2008)
+
+ 25 May 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnumeric-1.8.3.ebuild:
+ bump to 1.8.3. Bug fixes.
21 Apr 2008; Markus Meier <maekke@gentoo.org> gnumeric-1.8.2.ebuild:
amd64/x86 stable, bug #218022
diff --git a/app-office/gnumeric/gnumeric-1.8.1.ebuild b/app-office/gnumeric/gnumeric-1.8.3.ebuild
index 630bc0c72f70..36fd6e218c84 100644
--- a/app-office/gnumeric/gnumeric-1.8.1.ebuild
+++ b/app-office/gnumeric/gnumeric-1.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.8.1.ebuild,v 1.7 2008/02/10 21:44:52 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.8.3.ebuild,v 1.1 2008/05/25 21:44:56 eva Exp $
inherit gnome2 flag-o-matic
@@ -9,10 +9,10 @@ HOMEPAGE="http://www.gnome.org/projects/gnumeric/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gnome perl python"
-# bonobo libgda mono (experimental)
+# bonobo guile libgda mono (experimental)
# lots of missing files, wait for next release
RESTRICT="test"
@@ -21,7 +21,7 @@ RDEPEND="sys-libs/zlib
app-arch/bzip2
>=dev-libs/glib-2.6
>=gnome-extra/libgsf-1.14.6
- >=x11-libs/goffice-0.5.5
+ >=x11-libs/goffice-0.6.3
>=dev-libs/libxml2-2.4.12
>=x11-libs/pango-1.8.1
@@ -54,6 +54,8 @@ pkg_setup() {
G2CONF="${G2CONF}
--enable-ssindex
--enable-static
+ --without-gda
+ --without-guile
--without-mono
$(use_with perl)
$(use_with python)