diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-06-26 17:18:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-06-26 17:18:42 +0000 |
commit | 8684e8fa835e05c6115e1e40f4de68e5f11ffee4 (patch) | |
tree | e3bcb785c166ed40af25ce739e25143894fd7713 /app-office/gnumeric | |
parent | update emul-linux blocker, bug #473838 (diff) | |
download | gentoo-2-8684e8fa835e05c6115e1e40f4de68e5f11ffee4.tar.gz gentoo-2-8684e8fa835e05c6115e1e40f4de68e5f11ffee4.tar.bz2 gentoo-2-8684e8fa835e05c6115e1e40f4de68e5f11ffee4.zip |
Version bump, drop old
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.3.ebuild (renamed from app-office/gnumeric/gnumeric-1.12.1.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index c21127e309cd..7f120f6a97af 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gnumeric # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.248 2013/04/27 14:19:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.249 2013/06/26 17:18:42 pacho Exp $ + +*gnumeric-1.12.3 (26 Jun 2013) + + 26 Jun 2013; Pacho Ramos <pacho@gentoo.org> +gnumeric-1.12.3.ebuild, + -gnumeric-1.12.1.ebuild: + Version bump, drop old *gnumeric-1.12.2 (27 Apr 2013) diff --git a/app-office/gnumeric/gnumeric-1.12.1.ebuild b/app-office/gnumeric/gnumeric-1.12.3.ebuild index 87a8b7cbbd58..d5cf764c4a32 100644 --- a/app-office/gnumeric/gnumeric-1.12.1.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.1.ebuild,v 1.1 2013/03/31 14:53:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.3.ebuild,v 1.1 2013/06/26 17:18:42 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="+introspection perl python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + # Missing gnome-extra/libgnomedb required version in tree # but its upstream is dead and will be dropped soon. @@ -29,7 +31,7 @@ RDEPEND=" sys-libs/zlib >=dev-libs/glib-2.28:2 >=gnome-extra/libgsf-1.14.24:= - >=x11-libs/goffice-0.10.1:0.10 + >=x11-libs/goffice-0.10.3:0.10 >=dev-libs/libxml2-2.4.12:2 >=x11-libs/pango-1.24.0:= @@ -52,7 +54,6 @@ DEPEND="${RDEPEND} src_configure() { gnome2_src_configure \ - --enable-ssindex \ --disable-static \ --without-gda \ --with-zlib \ |