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