diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-06-20 11:16:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-06-20 11:16:17 +0000 |
commit | 12abce3f75c42f64398e6953a55ec8751ef7a8fc (patch) | |
tree | 2dd9820a9625e95a5c9e62140cdb5dd0c85cd05e /app-office/gnumeric | |
parent | Fix underlinking with libX11 (--enable-forte), bug 369003 by Diego Elio Pette... (diff) | |
download | gentoo-2-12abce3f75c42f64398e6953a55ec8751ef7a8fc.tar.gz gentoo-2-12abce3f75c42f64398e6953a55ec8751ef7a8fc.tar.bz2 gentoo-2-12abce3f75c42f64398e6953a55ec8751ef7a8fc.zip |
Version bump, also build --without-gnome as suggested by upstream in https://bugzilla.gnome.org/show_bug.cgi?id=652802#c1 since it's going away and let gnumeric stop depending on deprecated stuff. Remove old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.10.16.ebuild (renamed from app-office/gnumeric/gnumeric-1.10.14.ebuild) | 27 |
2 files changed, 17 insertions, 20 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index 248b486245aa..c85d42b7f49e 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-office/gnumeric # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.222 2011/06/03 16:22:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.223 2011/06/20 11:16:17 pacho Exp $ + +*gnumeric-1.10.16 (20 Jun 2011) + + 20 Jun 2011; Pacho Ramos <pacho@gentoo.org> -gnumeric-1.10.14.ebuild, + +gnumeric-1.10.16.ebuild: + Version bump, also build --without-gnome as suggested by upstream in + https://bugzilla.gnome.org/show_bug.cgi?id=652802#c1 since it's going away + and let gnumeric stop depending on deprecated stuff. Remove old. *gnumeric-1.10.15 (03 Jun 2011) diff --git a/app-office/gnumeric/gnumeric-1.10.14.ebuild b/app-office/gnumeric/gnumeric-1.10.16.ebuild index 933e3ab3d35f..4c0d667fcead 100644 --- a/app-office/gnumeric/gnumeric-1.10.14.ebuild +++ b/app-office/gnumeric/gnumeric-1.10.16.ebuild @@ -1,9 +1,11 @@ # 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.14.ebuild,v 1.1 2011/03/26 21:04:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.16.ebuild,v 1.1 2011/06/20 11:16:17 pacho Exp $ EAPI="3" GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +GNOME_TARBALL_SUFFIX="xz" PYTHON_DEPEND="python? 2:2.4" inherit gnome2 flag-o-matic python @@ -15,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="gnome perl python" +IUSE="perl python" # Missing gnome-extra/libgnomedb required version in tree # but its upstream is dead and will be dropped soon. @@ -26,20 +28,14 @@ RESTRICT="test" RDEPEND="sys-libs/zlib app-arch/bzip2 >=dev-libs/glib-2.12:2 - >=gnome-extra/libgsf-1.14.19[gnome?] - >=x11-libs/goffice-0.8.10:0.8 + >=gnome-extra/libgsf-1.14.19 + >=x11-libs/goffice-0.8.15:0.8 >=dev-libs/libxml2-2.4.12:2 >=x11-libs/pango-1.12 >=x11-libs/gtk+-2.18:2 x11-libs/cairo[svg] - gnome? ( - >=gnome-base/gconf-2:2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libbonobo-2.2 - >=gnome-base/libbonoboui-2.2 ) perl? ( dev-lang/perl ) python? ( >=dev-python/pygtk-2:2 ) " @@ -55,22 +51,15 @@ pkg_setup() { G2CONF="${G2CONF} --enable-ssindex --disable-static + --without-gnome --without-gda --with-zlib $(use_with perl) - $(use_with python) - $(use_with gnome)" + $(use_with python)" DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README" use python && python_set_active_version 2 } -src_install() { - gnome2_src_install - - # Remove useless .la files - find "${ED}" -name "*.la" -delete || die -} - pkg_postinst() { gnome2_pkg_postinst python_need_rebuild |