summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-02-05 15:31:47 +0000
committerPacho Ramos <pacho@gentoo.org>2011-02-05 15:31:47 +0000
commit17228fd94e45d6e65d8e9959f90418f5f99668ae (patch)
tree6e285954a81b80857910923318fdb3b0a34a415f /app-office
parentVersion bump with some bugfixes. (diff)
downloadgentoo-2-17228fd94e45d6e65d8e9959f90418f5f99668ae.tar.gz
gentoo-2-17228fd94e45d6e65d8e9959f90418f5f99668ae.tar.bz2
gentoo-2-17228fd94e45d6e65d8e9959f90418f5f99668ae.zip
Version bump with some bugfixes.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnumeric/ChangeLog10
-rw-r--r--app-office/gnumeric/gnumeric-1.10.13.ebuild (renamed from app-office/gnumeric/gnumeric-1.10.11.ebuild)14
2 files changed, 15 insertions, 9 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog
index 0c65aa749882..113fac660383 100644
--- a/app-office/gnumeric/ChangeLog
+++ b/app-office/gnumeric/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/gnumeric
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.212 2010/12/04 10:13:27 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.213 2011/02/05 15:31:47 pacho Exp $
+
+*gnumeric-1.10.13 (05 Feb 2011)
+
+ 05 Feb 2011; Pacho Ramos <pacho@gentoo.org> -gnumeric-1.10.11.ebuild,
+ +gnumeric-1.10.13.ebuild:
+ Version bump with some bugfixes. Remove old.
*gnumeric-1.10.12 (04 Dec 2010)
diff --git a/app-office/gnumeric/gnumeric-1.10.11.ebuild b/app-office/gnumeric/gnumeric-1.10.13.ebuild
index 1fdf12603da4..04c29004c7ed 100644
--- a/app-office/gnumeric/gnumeric-1.10.11.ebuild
+++ b/app-office/gnumeric/gnumeric-1.10.13.ebuild
@@ -1,21 +1,22 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.11.ebuild,v 1.1 2010/10/04 21:03:13 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.13.ebuild,v 1.1 2011/02/05 15:31:47 pacho Exp $
EAPI="3"
+GCONF_DEBUG="no"
PYTHON_DEPEND="python? 2:2.4"
inherit gnome2 flag-o-matic python
DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
-HOMEPAGE="http://www.gnome.org/projects/gnumeric/"
+HOMEPAGE="http://projects.gnome.org/gnumeric/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="gnome perl python"
-# libgda
+# Missing gnome-extra/libgnomedb required version in tree
# lots of missing files, wait for next release
# also fails tests due to 80-bit long story
@@ -31,7 +32,6 @@ RDEPEND="sys-libs/zlib
>=x11-libs/gtk+-2.18:2
x11-libs/cairo[svg]
- >=gnome-base/libglade-2.3.6
gnome? (
>=gnome-base/gconf-2
@@ -50,8 +50,6 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.18
app-text/scrollkeeper"
-DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README"
-
pkg_setup() {
G2CONF="${G2CONF}
--enable-ssindex
@@ -61,6 +59,8 @@ pkg_setup() {
$(use_with perl)
$(use_with python)
$(use_with gnome)"
+ DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README"
+ use python && python_set_active_version 2
}
src_install() {