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: ChangeLog terminal-0.9.5_pre20060324-r1.ebuild terminal-0.9.5_pre20060324.ebuild terminal-0.9.5_pre20050315.ebuild
Date: Mon, 10 Sep 2007 18:38:32
Message-Id: E1IUo2j-0008L5-3y@stork.gentoo.org
1 voyageur 07/09/10 18:31:29
2
3 Modified: ChangeLog
4 Added: terminal-0.9.5_pre20060324-r1.ebuild
5 Removed: terminal-0.9.5_pre20060324.ebuild
6 terminal-0.9.5_pre20050315.ebuild
7 Log:
8 Version bump from the GNUstep overlay
9 (Portage version: 2.1.3.9)
10
11 Revision Changes Path
12 1.15 gnustep-apps/terminal/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.15&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.15&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/ChangeLog?r1=1.14&r2=1.15
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v
21 retrieving revision 1.14
22 retrieving revision 1.15
23 diff -u -r1.14 -r1.15
24 --- ChangeLog 22 Aug 2007 16:56:18 -0000 1.14
25 +++ ChangeLog 10 Sep 2007 18:31:28 -0000 1.15
26 @@ -1,6 +1,16 @@
27 # ChangeLog for gnustep-apps/terminal
28 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.14 2007/08/22 16:56:18 angelos Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.15 2007/09/10 18:31:28 voyageur Exp $
31 +
32 +*terminal-0.9.5_pre20060324-r1 (10 Sep 2007)
33 +
34 + 10 Sep 2007; Bernard Cafarelli <voyageur@g.o>
35 + +files/terminal-0.9.5_pre20060324-size_t.patch,
36 + +files/terminal-0.9.5_pre20060324-solaris.patch,
37 + -terminal-0.9.5_pre20050315.ebuild, -terminal-0.9.5_pre20060324.ebuild,
38 + +terminal-0.9.5_pre20060324-r1.ebuild:
39 + Version bump from the GNUstep overlay
40 + Remove old versions
41
42 22 Aug 2007; Christoph Mende <angelos@g.o>
43 terminal-0.9.5_pre20060324.ebuild:
44
45
46
47 1.1 gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20060324-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: terminal-0.9.5_pre20060324-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $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 $
57
58 inherit gnustep-2
59
60 S=${WORKDIR}/${PN/t/T}
61
62 DESCRIPTION="A terminal emulator for GNUstep"
63 HOMEPAGE="http://www.nongnu.org/terminal/"
64 SRC_URI="mirror://gentoo/${P}.tar.bz2"
65
66 LICENSE="GPL-2"
67 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
68 SLOT="0"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 # on Solaris -lutil doesn't exist, which hence doesn't provide forkpty
74 epatch "${FILESDIR}"/${P}-solaris.patch
75 epatch "${FILESDIR}"/${P}-size_t.patch
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list