Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/terminal: terminal-0.9.5_pre20060324-r1.ebuild ChangeLog
Date: Mon, 10 Dec 2007 10:03:57
Message-Id: E1J1fUO-0003fa-Bx@stork.gentoo.org
1 voyageur 07/12/10 10:03:52
2
3 Modified: terminal-0.9.5_pre20060324-r1.ebuild ChangeLog
4 Log:
5 Add patch to make it compile with gnustep-base 1.15
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.2 gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: terminal-0.9.5_pre20060324-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- terminal-0.9.5_pre20060324-r1.ebuild 10 Sep 2007 18:31:28 -0000 1.1
22 +++ terminal-0.9.5_pre20060324-r1.ebuild 10 Dec 2007 10:03:51 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild,v 1.1 2007/09/10 18:31:28 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild,v 1.2 2007/12/10 10:03:51 voyageur Exp $
28
29 inherit gnustep-2
30
31 @@ -20,4 +20,5 @@
32 # on Solaris -lutil doesn't exist, which hence doesn't provide forkpty
33 epatch "${FILESDIR}"/${P}-solaris.patch
34 epatch "${FILESDIR}"/${P}-size_t.patch
35 + epatch "${FILESDIR}"/${P}-gnustep-base1.15.patch
36 }
37
38
39
40 1.16 gnustep-apps/terminal/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.16&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.16&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/ChangeLog?r1=1.15&r2=1.16
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v
49 retrieving revision 1.15
50 retrieving revision 1.16
51 diff -u -r1.15 -r1.16
52 --- ChangeLog 10 Sep 2007 18:31:28 -0000 1.15
53 +++ ChangeLog 10 Dec 2007 10:03:51 -0000 1.16
54 @@ -1,6 +1,11 @@
55 # ChangeLog for gnustep-apps/terminal
56 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.15 2007/09/10 18:31:28 voyageur Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.16 2007/12/10 10:03:51 voyageur Exp $
59 +
60 + 10 Dec 2007; Bernard Cafarelli <voyageur@g.o>
61 + +files/terminal-0.9.5_pre20060324-gnustep-base1.15.patch,
62 + terminal-0.9.5_pre20060324-r1.ebuild:
63 + Add patch to make it compile with gnustep-base 1.15
64
65 *terminal-0.9.5_pre20060324-r1 (10 Sep 2007)
66
67
68
69
70 --
71 gentoo-commits@g.o mailing list