Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/gentoo-syntax: ChangeLog gentoo-syntax-9999.ebuild
Date: Fri, 28 Aug 2009 20:15:58
Message-Id: E1MfwFf-0006r3-Nl@stork.gentoo.org
1 fauli 09/08/25 13:39:55
2
3 Modified: ChangeLog gentoo-syntax-9999.ebuild
4 Log:
5 generate and install new Info documentation
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.44 app-emacs/gentoo-syntax/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 16 Jul 2009 17:42:15 -0000 1.43
22 +++ ChangeLog 25 Aug 2009 13:39:55 -0000 1.44
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-emacs/gentoo-syntax
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.43 2009/07/16 17:42:15 tcunha Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.44 2009/08/25 13:39:55 fauli Exp $
28 +
29 + 25 Aug 2009; Christian Faulhammer <fauli@g.o>
30 + gentoo-syntax-9999.ebuild:
31 + generate and install new Info documentation
32
33 16 Jul 2009; Tiago Cunha <tcunha@g.o> gentoo-syntax-1.12.ebuild:
34 stable amd64, bug 276638
35
36
37
38 1.7 app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild?r1=1.6&r2=1.7
43
44 Index: gentoo-syntax-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- gentoo-syntax-9999.ebuild 8 Mar 2009 22:18:51 -0000 1.6
51 +++ gentoo-syntax-9999.ebuild 25 Aug 2009 13:39:55 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.6 2009/03/08 22:18:51 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.7 2009/08/25 13:39:55 fauli Exp $
57
58 inherit elisp subversion
59
60 @@ -9,7 +9,7 @@
61 HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
62 SRC_URI=""
63
64 -LICENSE="GPL-2"
65 +LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
68 IUSE=""
69 @@ -17,6 +17,16 @@
70 DOCS="ChangeLog"
71 SITEFILE="50${PN}-gentoo.el"
72
73 +src_compile() {
74 + elisp_src_compile
75 + makeinfo gentoo-syntax.texi
76 +}
77 +
78 +src_install() {
79 + elisp_src_install
80 + doinfo gentoo-syntax.info
81 +}
82 +
83 pkg_postinst() {
84 elisp-site-regen