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.9.ebuild
Date: Thu, 08 May 2008 19:56:29
Message-Id: E1JuCE6-0004GP-4n@stork.gentoo.org
1 ulm 08/05/08 19:56:26
2
3 Modified: ChangeLog
4 Added: gentoo-syntax-1.9.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.5_rc7)
8
9 Revision Changes Path
10 1.20 app-emacs/gentoo-syntax/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 24 Apr 2008 20:11:42 -0000 1.19
23 +++ ChangeLog 8 May 2008 19:56:25 -0000 1.20
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/gentoo-syntax
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.19 2008/04/24 20:11:42 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.20 2008/05/08 19:56:25 ulm Exp $
29 +
30 +*gentoo-syntax-1.9 (08 May 2008)
31 +
32 + 08 May 2008; Ulrich Mueller <ulm@g.o> +gentoo-syntax-1.9.ebuild:
33 + Version bump.
34
35 24 Apr 2008; Jeroen Roovers <jer@g.o> gentoo-syntax-1.8.ebuild:
36 Stable for HPPA (bug #214285).
37
38
39
40 1.1 app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gentoo-syntax-1.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.9.ebuild,v 1.1 2008/05/08 19:56:25 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 ~sparc-fbsd ~x86 ~x86-fbsd"
60 IUSE=""
61
62 SITEFILE=51${PN}-gentoo.el
63 DOCS="ChangeLog"
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 }
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list