Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: metadata.xml gretl-1.9.14.ebuild ChangeLog
Date: Thu, 27 Mar 2014 03:38:25
Message-Id: 20140327033820.8DD5E2004F@flycatcher.gentoo.org
1 bicatali 14/03/27 03:38:20
2
3 Modified: metadata.xml gretl-1.9.14.ebuild ChangeLog
4 Log:
5 Fix for readline 6.3, thanks Helmut Jarausch bug #505886
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.7 sci-mathematics/gretl/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/metadata.xml?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/metadata.xml?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/metadata.xml?r1=1.6&r2=1.7
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/metadata.xml,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- metadata.xml 10 Jun 2012 18:46:33 -0000 1.6
23 +++ metadata.xml 27 Mar 2014 03:38:20 -0000 1.7
24 @@ -1,8 +1,8 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>sci-mathematics</herd>
29 - <longdescription lang="en">
30 +<herd>sci-mathematics</herd>
31 +<longdescription lang="en">
32 GNU Regression, Econometrics and Time-series Library provides
33 a library which comprises various functions relating to econometric
34 estimation, a command-line client program and a GUI. The library is
35 @@ -14,7 +14,7 @@
36 data, and uses gnuplot for graphing. It can output regression results
37 in LaTeX format.
38 </longdescription>
39 - <use>
40 - <flag name="R">Enable support for <pkg>dev-lang/R</pkg></flag>
41 - </use>
42 +<use>
43 + <flag name="R">Enable support for <pkg>dev-lang/R</pkg></flag>
44 +</use>
45 </pkgmetadata>
46
47
48
49 1.2 sci-mathematics/gretl/gretl-1.9.14.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?r1=1.1&r2=1.2
54
55 Index: gretl-1.9.14.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- gretl-1.9.14.ebuild 6 Feb 2014 18:20:49 -0000 1.1
62 +++ gretl-1.9.14.ebuild 27 Mar 2014 03:38:20 -0000 1.2
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2014 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.1 2014/02/06 18:20:49 bicatali Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.2 2014/03/27 03:38:20 bicatali Exp $
68
69 EAPI=5
70
71 @@ -54,6 +54,10 @@
72 fi
73 }
74
75 +src_prepare() {
76 + epatch "${FILESDIR}"/${P}-readline.patch
77 +}
78 +
79 src_configure() {
80 econf \
81 --disable-rpath \
82
83
84
85 1.45 sci-mathematics/gretl/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.45&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.45&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.44&r2=1.45
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
94 retrieving revision 1.44
95 retrieving revision 1.45
96 diff -u -r1.44 -r1.45
97 --- ChangeLog 6 Feb 2014 18:20:49 -0000 1.44
98 +++ ChangeLog 27 Mar 2014 03:38:20 -0000 1.45
99 @@ -1,6 +1,10 @@
100 # ChangeLog for sci-mathematics/gretl
101 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.44 2014/02/06 18:20:49 bicatali Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.45 2014/03/27 03:38:20 bicatali Exp $
104 +
105 + 27 Mar 2014; Sébastien Fabbro <bicatali@g.o>
106 + +files/gretl-1.9.14-readline.patch, gretl-1.9.14.ebuild, metadata.xml:
107 + Fix for readline 6.3, thanks Helmut Jarausch bug #505886
108
109 *gretl-1.9.14 (06 Feb 2014)