From c9fdef84bc934d5ac79701ad141a5bcc567177fa Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 16 Oct 2010 13:52:19 +0000 Subject: Also apply the patch for bug 321749 to the stable version to fix USE=ruby build, as discussed with jer on #gentoo-dev. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- net-analyzer/rrdtool/ChangeLog | 6 +++++- net-analyzer/rrdtool/rrdtool-1.3.8.ebuild | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'net-analyzer/rrdtool') diff --git a/net-analyzer/rrdtool/ChangeLog b/net-analyzer/rrdtool/ChangeLog index d3b5d089b596..451ed9f9bdc8 100644 --- a/net-analyzer/rrdtool/ChangeLog +++ b/net-analyzer/rrdtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/rrdtool # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.205 2010/06/08 11:55:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.206 2010/10/16 13:52:19 graaff Exp $ + + 16 Oct 2010; Hans de Graaff rrdtool-1.3.8.ebuild: + Also apply the patch for bug 321749 to the stable version to fix USE=ruby + build, as discussed with jer on #gentoo-dev. 08 Jun 2010; Fabian Groffen rrdtool-1.4.3.ebuild: Avoid installing examples for non-installed features, helps to please diff --git a/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild b/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild index 2073c0d27be4..1ff58f3b029a 100644 --- a/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.12 2009/12/08 19:45:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.13 2010/10/16 13:52:19 graaff Exp $ EAPI="2" @@ -37,6 +37,10 @@ pkg_setup() { use perl && perl-module_pkg_setup } +src_prepare() { + epatch "${FILESDIR}/${PN}-1.4.3-ruby-ldflags.patch" +} + src_configure() { filter-flags -ffast-math -- cgit v1.2.3-65-gdbad