Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-xemacs/gentoo-syntax: ChangeLog gentoo-syntax-1.19.ebuild
Date: Sat, 24 Dec 2011 13:54:50
Message-Id: 20111224135435.A84992004B@flycatcher.gentoo.org
1 graaff 11/12/24 13:54:35
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.24 app-xemacs/gentoo-syntax/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 3 Jun 2011 12:12:30 -0000 1.23
24 +++ ChangeLog 24 Dec 2011 13:54:35 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-xemacs/gentoo-syntax
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.23 2011/06/03 12:12:30 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.24 2011/12/24 13:54:35 graaff Exp $
30 +
31 +*gentoo-syntax-1.19 (24 Dec 2011)
32 +
33 + 24 Dec 2011; Hans de Graaff <graaff@g.o> +gentoo-syntax-1.19.ebuild:
34 + Version bump.
35
36 03 Jun 2011; Hans de Graaff <graaff@g.o> -gentoo-syntax-1.11.ebuild:
37 Remove old version.
38
39
40
41 1.1 app-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/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-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild,v 1.1 2011/12/24 13:54:35 graaff Exp $
51
52 inherit xemacs-elisp eutils
53
54 DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files."
55 HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
56 SRC_URI="mirror://gentoo/${P}.tar.bz2"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=app-editors/xemacs-21.4.20-r5
63 app-xemacs/sh-script"
64 DEPEND="${RDEPEND}"