summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-08 10:46:35 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-08 10:46:35 +0000
commitf0973bbcfd0dff3761f35071e92d28b3390adf9f (patch)
treeecf3ef511227a49776be2e1963cf0fbb5145e931 /x11-libs
parentUse "clang" as maintainer to help assigning bugs cleanly. (diff)
downloadgentoo-2-f0973bbcfd0dff3761f35071e92d28b3390adf9f.tar.gz
gentoo-2-f0973bbcfd0dff3761f35071e92d28b3390adf9f.tar.bz2
gentoo-2-f0973bbcfd0dff3761f35071e92d28b3390adf9f.zip
Version bump, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/goffice/ChangeLog8
-rw-r--r--x11-libs/goffice/goffice-0.10.12.ebuild (renamed from x11-libs/goffice/goffice-0.10.10.ebuild)14
2 files changed, 19 insertions, 3 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog
index a43b885ca14c..855a08331675 100644
--- a/x11-libs/goffice/ChangeLog
+++ b/x11-libs/goffice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.137 2014/02/22 22:43:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.138 2014/03/08 10:46:35 pacho Exp $
+
+*goffice-0.10.12 (08 Mar 2014)
+
+ 08 Mar 2014; Pacho Ramos <pacho@gentoo.org> +goffice-0.10.12.ebuild,
+ -goffice-0.10.10.ebuild:
+ Version bump, drop old
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> goffice-0.10.11.ebuild:
Fix wrong commit, bug 502160
diff --git a/x11-libs/goffice/goffice-0.10.10.ebuild b/x11-libs/goffice/goffice-0.10.12.ebuild
index 8bde035dc8c0..08f6fd3adaa8 100644
--- a/x11-libs/goffice/goffice-0.10.10.ebuild
+++ b/x11-libs/goffice/goffice-0.10.12.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.10.ebuild,v 1.1 2014/02/15 10:31:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.12.ebuild,v 1.1 2014/03/08 10:46:35 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit gnome2 flag-o-matic
+inherit autotools gnome2 flag-o-matic
DESCRIPTION="A library of document-centric objects and utilities"
HOMEPAGE="http://git.gnome.org/browse/goffice/"
@@ -21,6 +21,7 @@ IUSE="+introspection"
RDEPEND="
>=app-text/libspectre-0.2.6:=
>=dev-libs/glib-2.28:2
+ dev-libs/libxslt
>=gnome-base/librsvg-2.22:2
>=gnome-extra/libgsf-1.14.9:=[introspection?]
>=dev-libs/libxml2-2.4.12:2
@@ -38,10 +39,19 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.12
>=dev-util/intltool-0.35
virtual/pkgconfig
+
+ gnome-base/gnome-common
"
# eautoreconf requires:
# gnome-base/gnome-common
+src_prepare() {
+ # Fix DESTDIR, upstream bug #725935
+ sed -i -e 's/$(DESTDIR)//' mmlitex/Makefile.am || die
+ eautoreconf
+ gnome2_src_prepare
+}
+
src_configure() {
filter-flags -ffast-math
gnome2_src_configure \