Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/teco: teco-1.00-r3.ebuild ChangeLog
Date: Thu, 31 May 2012 22:30:36
Message-Id: 20120531223026.691B22004B@flycatcher.gentoo.org
1 zmedico 12/05/31 22:30:26
2
3 Modified: teco-1.00-r3.ebuild ChangeLog
4 Log:
5 inherit eutils for epatch
6
7 (Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
8
9 Revision Changes Path
10 1.12 app-editors/teco/teco-1.00-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild?r1=1.11&r2=1.12
15
16 Index: teco-1.00-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- teco-1.00-r3.ebuild 17 Sep 2010 06:33:08 -0000 1.11
23 +++ teco-1.00-r3.ebuild 31 May 2012 22:30:26 -0000 1.12
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.11 2010/09/17 06:33:08 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.12 2012/05/31 22:30:26 zmedico Exp $
30
31 EAPI=3
32
33 -inherit toolchain-funcs flag-o-matic
34 +inherit eutils toolchain-funcs flag-o-matic
35
36 DESCRIPTION="Classic TECO editor, Predecessor to EMACS"
37 HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/ http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
38
39
40
41 1.24 app-editors/teco/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.24&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?rev=1.24&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/teco/ChangeLog?r1=1.23&r2=1.24
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v
50 retrieving revision 1.23
51 retrieving revision 1.24
52 diff -u -r1.23 -r1.24
53 --- ChangeLog 17 Sep 2010 06:33:08 -0000 1.23
54 +++ ChangeLog 31 May 2012 22:30:26 -0000 1.24
55 @@ -1,6 +1,9 @@
56 # ChangeLog for app-editors/teco
57 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.23 2010/09/17 06:33:08 ulm Exp $
59 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.24 2012/05/31 22:30:26 zmedico Exp $
61 +
62 + 31 May 2012; Zac Medico <zmedico@g.o> teco-1.00-r3.ebuild:
63 + inherit eutils for epatch
64
65 17 Sep 2010; Ulrich Mueller <ulm@g.o> teco-1.00-r3.ebuild:
66 Escape the dollar sign in sed expression.