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.12.ebuild
Date: Sat, 30 May 2009 13:25:08
Message-Id: E1MAOYc-00063B-Ac@stork.gentoo.org
1 ulm 09/05/30 13:25:06
2
3 Modified: ChangeLog
4 Added: gentoo-syntax-1.12.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.38 app-emacs/gentoo-syntax/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 8 Mar 2009 22:18:51 -0000 1.37
23 +++ ChangeLog 30 May 2009 13:25:06 -0000 1.38
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.37 2009/03/08 22:18:51 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.38 2009/05/30 13:25:06 ulm Exp $
29 +
30 +*gentoo-syntax-1.12 (30 May 2009)
31 +
32 + 30 May 2009; Ulrich Mueller <ulm@g.o> +gentoo-syntax-1.12.ebuild:
33 + Version bump.
34
35 08 Mar 2009; Ulrich Mueller <ulm@g.o>
36 +files/50gentoo-syntax-gentoo.el, gentoo-syntax-9999.ebuild:
37
38
39
40 1.1 app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.12.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gentoo-syntax-1.12.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.12.ebuild,v 1.1 2009/05/30 13:25:06 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"
60 IUSE=""
61
62 DOCS="ChangeLog"
63 SITEFILE="50${PN}-gentoo.el"
64
65 pkg_postinst() {
66 elisp-site-regen
67
68 elog "Some optional features may require installation of additional"
69 elog "packages, like app-portage/gentoolkit-dev for echangelog."
70 }