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.9.ebuild
Date: Wed, 14 May 2008 05:07:56
Message-Id: E1Jw9DV-0003Hs-VJ@stork.gentoo.org
1 graaff 08/05/14 05:07:53
2
3 Modified: ChangeLog
4 Added: gentoo-syntax-1.9.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 app-xemacs/gentoo-syntax/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 30 Mar 2008 10:19:37 -0000 1.4
23 +++ ChangeLog 14 May 2008 05:07:53 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-xemacs/gentoo-syntax
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.4 2008/03/30 10:19:37 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.5 2008/05/14 05:07:53 graaff Exp $
29 +
30 +*gentoo-syntax-1.9 (14 May 2008)
31 +
32 + 14 May 2008; Hans de Graaff <graaff@g.o> +gentoo-syntax-1.9.ebuild:
33 + Version bump
34
35 30 Mar 2008; Hans de Graaff <graaff@g.o> gentoo-syntax-1.8.ebuild:
36 Add missing dependency on app-xemacs/sh-script, thanks to ulm for the report
37
38
39
40 1.1 app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/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-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild,v 1.1 2008/05/14 05:07:53 graaff Exp $
50
51 inherit xemacs-elisp eutils
52
53 DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files."
54 HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
55 SRC_URI="mirror://gentoo/${P}.tar.bz2"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 RDEPEND=">=app-editors/xemacs-21.4.20-r5
62 app-xemacs/sh-script"
63 DEPEND="${RDEPEND}"
64
65
66
67 --
68 gentoo-commits@l.g.o mailing list