bicatali 14/03/27 03:38:20 Modified: metadata.xml gretl-1.9.14.ebuild ChangeLog Log: Fix for readline 6.3, thanks Helmut Jarausch bug #505886 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.7 sci-mathematics/gretl/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/metadata.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/metadata.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/metadata.xml?r1=1.6&r2=1.7 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/metadata.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- metadata.xml 10 Jun 2012 18:46:33 -0000 1.6 +++ metadata.xml 27 Mar 2014 03:38:20 -0000 1.7 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-mathematics</herd> - <longdescription lang="en"> +<herd>sci-mathematics</herd> +<longdescription lang="en"> GNU Regression, Econometrics and Time-series Library provides a library which comprises various functions relating to econometric estimation, a command-line client program and a GUI. The library is @@ -14,7 +14,7 @@ data, and uses gnuplot for graphing. It can output regression results in LaTeX format. </longdescription> - <use> - <flag name="R">Enable support for <pkg>dev-lang/R</pkg></flag> - </use> +<use> + <flag name="R">Enable support for <pkg>dev-lang/R</pkg></flag> +</use> </pkgmetadata> 1.2 sci-mathematics/gretl/gretl-1.9.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?r1=1.1&r2=1.2 Index: gretl-1.9.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gretl-1.9.14.ebuild 6 Feb 2014 18:20:49 -0000 1.1 +++ gretl-1.9.14.ebuild 27 Mar 2014 03:38:20 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.1 2014/02/06 18:20:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.2 2014/03/27 03:38:20 bicatali Exp $ EAPI=5 @@ -54,6 +54,10 @@ fi } +src_prepare() { + epatch "${FILESDIR}"/${P}-readline.patch +} + src_configure() { econf \ --disable-rpath \ 1.45 sci-mathematics/gretl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 6 Feb 2014 18:20:49 -0000 1.44 +++ ChangeLog 27 Mar 2014 03:38:20 -0000 1.45 @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gretl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.44 2014/02/06 18:20:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.45 2014/03/27 03:38:20 bicatali Exp $ + + 27 Mar 2014; Sébastien Fabbro <[email protected]> + +files/gretl-1.9.14-readline.patch, gretl-1.9.14.ebuild, metadata.xml: + Fix for readline 6.3, thanks Helmut Jarausch bug #505886 *gretl-1.9.14 (06 Feb 2014)
