Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/teco: ChangeLog teco-7-r1.ebuild
Date: Tue, 30 Jul 2013 22:26:05
Message-Id: 20130730222602.40CB42171C@flycatcher.gentoo.org
1 ulm 13/07/30 22:26:02
2
3 Modified: ChangeLog
4 Added: teco-7-r1.ebuild
5 Log:
6 Fix runtime failure with Emacs 24.3.
7
8 (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.2 app-emacs/teco/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/teco/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/teco/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/teco/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/teco/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 24 Nov 2011 17:54:57 -0000 1.1
24 +++ ChangeLog 30 Jul 2013 22:26:02 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emacs/teco
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/ChangeLog,v 1.1 2011/11/24 17:54:57 ulm Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/ChangeLog,v 1.2 2013/07/30 22:26:02 ulm Exp $
31 +
32 +*teco-7-r1 (30 Jul 2013)
33 +
34 + 30 Jul 2013; Ulrich Müller <ulm@g.o> +teco-7-r1.ebuild,
35 + +files/teco-7-emacs-24.patch:
36 + Fix runtime failure with Emacs 24.3.
37
38 *teco-7 (24 Nov 2011)
39
40
41
42
43 1.1 app-emacs/teco/teco-7-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/teco/teco-7-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/teco/teco-7-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: teco-7-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/teco-7-r1.ebuild,v 1.1 2013/07/30 22:26:02 ulm Exp $
53
54 EAPI=5
55
56 inherit readme.gentoo elisp
57
58 DESCRIPTION="TECO interpreter for GNU Emacs"
59 HOMEPAGE="http://www.emacswiki.org/emacs/TECO"
60 # taken from: http://www.emacswiki.org/emacs/teco.el
61 SRC_URI="mirror://gentoo/${P}.el.bz2"
62
63 LICENSE="public-domain"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66
67 ELISP_PATCHES="${P}-minibuffer-prompt.patch
68 ${P}-emacs-24.patch"
69 SITEFILE="50${PN}-gentoo.el"
70 DOC_CONTENTS="To be able to invoke Teco directly, define a keybinding
71 for teco:command in your ~/.emacs file, e.g.:
72 \\n\\t(global-set-key \"\\C-z\" 'teco:command)
73 \\nSee ${SITELISP}/${PN}/teco.el for documentation."