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/tnt: tnt-2.6-r2.ebuild ChangeLog
Date: Wed, 21 Oct 2009 19:56:37
Message-Id: E1N0hIR-0007Y4-CP@stork.gentoo.org
1 ulm 09/10/21 19:56:35
2
3 Modified: ChangeLog
4 Added: tnt-2.6-r2.ebuild
5 Log:
6 Fix playing of sound. Install sound files under SITEETC.
7 (Portage version: 2.2_rc46/cvs/Linux i686)
8
9 Revision Changes Path
10 1.15 app-emacs/tnt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 27 Aug 2008 13:50:31 -0000 1.14
23 +++ ChangeLog 21 Oct 2009 19:56:34 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emacs/tnt
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.14 2008/08/27 13:50:31 ulm Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.15 2009/10/21 19:56:34 ulm Exp $
30 +
31 +*tnt-2.6-r2 (21 Oct 2009)
32 +
33 + 21 Oct 2009; Ulrich Mueller <ulm@g.o> +files/50tnt-gentoo.el,
34 + +tnt-2.6-r2.ebuild, +files/tnt-2.6-sound.patch:
35 + Fix playing of sound. Install sound files under SITEETC.
36
37 27 Aug 2008; Ulrich Mueller <ulm@g.o> tnt-2.6-r1.ebuild:
38 Use eclass default instead of elisp-comp, bug 235442.
39
40
41
42 1.1 app-emacs/tnt/tnt-2.6-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tnt-2.6-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r2.ebuild,v 1.1 2009/10/21 19:56:34 ulm Exp $
52
53 inherit elisp
54
55 DESCRIPTION="Client for the AOL Instant Messenging service using Emacs as its UI"
56 HOMEPAGE="http://tnt.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="Artistic"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DOCS="ChangeLog PROTOCOL README"
65 ELISP_PATCHES="${P}-sound.patch"
66 SITEFILE="50${PN}-gentoo.el"
67
68 src_install() {
69 elisp_src_install
70
71 insinto "${SITEETC}/${PN}"
72 doins sounds/* || die
73
74 docinto procmail
75 dodoc procmail/* || die
76 }