Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: gretl-1.9.12.ebuild ChangeLog
Date: Thu, 30 May 2013 17:26:06
Message-Id: 20130530172602.50AF72171E@flycatcher.gentoo.org
1 tomka 13/05/30 17:26:02
2
3 Modified: gretl-1.9.12.ebuild ChangeLog
4 Log:
5 Add patch from bug 465490 to make it work with newer gtksourceview
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
8
9 Revision Changes Path
10 1.2 sci-mathematics/gretl/gretl-1.9.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.12.ebuild?r1=1.1&r2=1.2
15
16 Index: gretl-1.9.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gretl-1.9.12.ebuild 20 Mar 2013 21:58:13 -0000 1.1
23 +++ gretl-1.9.12.ebuild 30 May 2013 17:26:02 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.12.ebuild,v 1.1 2013/03/20 21:58:13 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.12.ebuild,v 1.2 2013/05/30 17:26:02 tomka Exp $
29
30 EAPI=5
31
32 @@ -52,6 +52,10 @@
33 fi
34 }
35
36 +src_prepare(){
37 + epatch "${FILESDIR}/${PF}-gtksourceview.patch"
38 +}
39 +
40 src_configure() {
41 econf \
42 --disable-rpath \
43
44
45
46 1.43 sci-mathematics/gretl/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.43&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.43&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.42&r2=1.43
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
55 retrieving revision 1.42
56 retrieving revision 1.43
57 diff -u -r1.42 -r1.43
58 --- ChangeLog 20 Mar 2013 21:58:13 -0000 1.42
59 +++ ChangeLog 30 May 2013 17:26:02 -0000 1.43
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-mathematics/gretl
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.42 2013/03/20 21:58:13 bicatali Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.43 2013/05/30 17:26:02 tomka Exp $
65 +
66 + 30 May 2013; Thomas Kahle <tomka@g.o>
67 + +files/gretl-1.9.12-gtksourceview.patch, gretl-1.9.12.ebuild:
68 + Add patch from bug 465490 to make it work with newer gtksourceview
69
70 *gretl-1.9.12 (20 Mar 2013)