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: gentoo-syntax-1.8.ebuild ChangeLog
Date: Sun, 30 Mar 2008 10:19:40
Message-Id: E1JfudV-0003Uq-OD@stork.gentoo.org
1 graaff 08/03/30 10:19:37
2
3 Modified: gentoo-syntax-1.8.ebuild ChangeLog
4 Log:
5 Add missing dependency
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild?r1=1.1&r2=1.2
14
15 Index: gentoo-syntax-1.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gentoo-syntax-1.8.ebuild 22 Mar 2008 12:37:33 -0000 1.1
22 +++ gentoo-syntax-1.8.ebuild 30 Mar 2008 10:19:37 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild,v 1.1 2008/03/22 12:37:33 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild,v 1.2 2008/03/30 10:19:37 graaff Exp $
28
29 inherit xemacs-elisp eutils
30
31 @@ -12,4 +12,6 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 -RDEPEND=">=app-editors/xemacs-21.4.20-r5"
36 +RDEPEND=">=app-editors/xemacs-21.4.20-r5
37 + app-xemacs/sh-script"
38 +DEPEND="${RDEPEND}"
39
40
41
42 1.4 app-xemacs/gentoo-syntax/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog?r1=1.3&r2=1.4
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- ChangeLog 22 Mar 2008 12:37:33 -0000 1.3
55 +++ ChangeLog 30 Mar 2008 10:19:37 -0000 1.4
56 @@ -1,6 +1,9 @@
57 # ChangeLog for app-xemacs/gentoo-syntax
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.3 2008/03/22 12:37:33 graaff Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.4 2008/03/30 10:19:37 graaff Exp $
61 +
62 + 30 Mar 2008; Hans de Graaff <graaff@g.o> gentoo-syntax-1.8.ebuild:
63 + Add missing dependency on app-xemacs/sh-script, thanks to ulm for the report
64
65 *gentoo-syntax-1.8 (22 Mar 2008)
66
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list