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.8.ebuild terminal-0.9.6.ebuild terminal-0.9.5.ebuild terminal-0.9.5_pre20060324-r1.ebuild
Date: Thu, 07 Jun 2012 23:17:19
Message-Id: 20120607231705.1216F2004B@flycatcher.gentoo.org
1 voyageur 12/06/07 23:17:05
2
3 Modified: ChangeLog
4 Added: terminal-0.9.8.ebuild
5 Removed: terminal-0.9.6.ebuild terminal-0.9.5.ebuild
6 terminal-0.9.5_pre20060324-r1.ebuild
7 Log:
8 Version bump, mainly a bug fix and maintenance release. Remove old versions
9
10 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.28 gnustep-apps/terminal/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.28&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.28&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?r1=1.27&r2=1.28
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v
22 retrieving revision 1.27
23 retrieving revision 1.28
24 diff -u -r1.27 -r1.28
25 --- ChangeLog 7 Jun 2012 18:38:59 -0000 1.27
26 +++ ChangeLog 7 Jun 2012 23:17:04 -0000 1.28
27 @@ -1,6 +1,16 @@
28 # ChangeLog for gnustep-apps/terminal
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.27 2012/06/07 18:38:59 xmw Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.28 2012/06/07 23:17:04 voyageur Exp $
32 +
33 +*terminal-0.9.8 (07 Jun 2012)
34 +
35 + 07 Jun 2012; Bernard Cafarelli <voyageur@g.o>
36 + -terminal-0.9.5_pre20060324-r1.ebuild, -terminal-0.9.5.ebuild,
37 + -files/terminal-0.9.5_pre20060324-gnustep-base1.15.patch,
38 + -files/terminal-0.9.5_pre20060324-size_t.patch,
39 + -files/terminal-0.9.5_pre20060324-solaris.patch, -terminal-0.9.6.ebuild,
40 + +terminal-0.9.8.ebuild:
41 + Version bump, mainly a bug fix and maintenance release. Remove old versions
42
43 07 Jun 2012; Michael Weber <xmw@g.o> terminal-0.9.7.ebuild:
44 ppc stable (bug 397049)
45
46
47
48 1.1 gnustep-apps/terminal/terminal-0.9.8.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.8.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.8.ebuild?rev=1.1&content-type=text/plain
52
53 Index: terminal-0.9.8.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.8.ebuild,v 1.1 2012/06/07 23:17:04 voyageur Exp $
58
59 EAPI=4
60
61 inherit gnustep-2
62
63 S=${WORKDIR}/${P/t/T}
64
65 DESCRIPTION="A terminal emulator for GNUstep"
66 HOMEPAGE="http://www.nongnu.org/terminal/"
67 SRC_URI="http://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
68
69 LICENSE="GPL-2"
70 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
71 SLOT="0"
72 IUSE=""
73
74 RDEPEND="!x11-terms/terminal" #376257
75 DEPEND="${RDEPEND}"