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.10.ebuild
Date: Fri, 02 Jan 2009 18:16:49
Message-Id: E1LIoZj-0003BQ-QS@stork.gentoo.org
1 graaff 09/01/02 18:16:47
2
3 Modified: ChangeLog
4 Added: gentoo-syntax-1.10.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.9 app-xemacs/gentoo-syntax/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 2 Jan 2009 13:33:13 -0000 1.8
23 +++ ChangeLog 2 Jan 2009 18:16:47 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-xemacs/gentoo-syntax
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.8 2009/01/02 13:33:13 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.9 2009/01/02 18:16:47 graaff Exp $
29 +
30 +*gentoo-syntax-1.10 (02 Jan 2009)
31 +
32 + 02 Jan 2009; Hans de Graaff <graaff@g.o>
33 + +gentoo-syntax-1.10.ebuild:
34 + Version bump
35
36 02 Jan 2009; Hans de Graaff <graaff@g.o> -gentoo-syntax-1.7.ebuild:
37 Remove old version
38
39
40
41 1.1 app-xemacs/gentoo-syntax/gentoo-syntax-1.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gentoo-syntax-1.10.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.10.ebuild,v 1.1 2009/01/02 18:16:47 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}"