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/gentoo-syntax: ChangeLog gentoo-syntax-1.16.ebuild
Date: Tue, 01 Dec 2009 19:28:50
Message-Id: E1NFYP2-0000Vj-HS@stork.gentoo.org
1 ulm 09/12/01 19:28:48
2
3 Modified: ChangeLog
4 Added: gentoo-syntax-1.16.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc52/cvs/Linux i686)
8
9 Revision Changes Path
10 1.60 app-emacs/gentoo-syntax/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 24 Nov 2009 20:57:24 -0000 1.59
23 +++ ChangeLog 1 Dec 2009 19:28:48 -0000 1.60
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/gentoo-syntax
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.59 2009/11/24 20:57:24 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.60 2009/12/01 19:28:48 ulm Exp $
29 +
30 +*gentoo-syntax-1.16 (01 Dec 2009)
31 +
32 + 01 Dec 2009; Ulrich Mueller <ulm@g.o> +gentoo-syntax-1.16.ebuild:
33 + Version bump.
34
35 24 Nov 2009; Christian Faulhammer <fauli@g.o>
36 gentoo-syntax-1.12.ebuild, gentoo-syntax-1.15-r1.ebuild:
37
38
39
40 1.1 app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gentoo-syntax-1.16.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.16.ebuild,v 1.1 2009/12/01 19:28:48 ulm Exp $
50
51 inherit elisp
52
53 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
54 HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
55 SRC_URI="mirror://gentoo/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
60 IUSE=""
61
62 DOCS="ChangeLog"
63 SITEFILE="50${PN}-gentoo.el"
64
65 src_compile() {
66 elisp_src_compile
67 makeinfo gentoo-syntax.texi || die
68 }
69
70 src_install() {
71 elisp-install ${PN} *.el *.elc || die
72 sed -e "s:@PORTDIR@:${PORTDIR}:" \
73 "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" || die
74 elisp-site-file-install "${T}/${SITEFILE}" || die
75 doinfo gentoo-syntax.info || die
76 dodoc ${DOCS} || die
77 }
78
79 pkg_postinst() {
80 elisp-site-regen
81
82 elog "Some optional features may require installation of additional"
83 elog "packages, like app-portage/gentoolkit-dev for echangelog."
84 }