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/xtla: xtla-1.2.1.ebuild xtla-1.2.ebuild ChangeLog
Date: Tue, 06 Nov 2007 22:15:11
Message-Id: E1IpWhE-0001Ah-D3@stork.gentoo.org
1 ulm 07/11/06 22:14:56
2
3 Modified: xtla-1.2.1.ebuild xtla-1.2.ebuild ChangeLog
4 Log:
5 Fix build-time dependencies.
6 (Portage version: 2.1.3.18)
7
8 Revision Changes Path
9 1.2 app-emacs/xtla/xtla-1.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild?r1=1.1&r2=1.2
14
15 Index: xtla-1.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xtla-1.2.1.ebuild 6 Nov 2007 22:11:30 -0000 1.1
22 +++ xtla-1.2.1.ebuild 6 Nov 2007 22:14:55 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild,v 1.1 2007/11/06 22:11:30 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild,v 1.2 2007/11/06 22:14:55 ulm Exp $
28
29 inherit elisp
30
31 @@ -15,8 +15,8 @@
32 KEYWORDS="~amd64 ~ppc ~x86"
33 IUSE=""
34
35 -DEPEND=""
36 -RDEPEND="|| ( dev-util/bazaar dev-util/tla )"
37 +DEPEND="|| ( dev-util/bazaar dev-util/tla )"
38 +RDEPEND="${DEPEND}"
39
40 SITEFILE=50${PN}-gentoo.el
41
42
43
44
45 1.5 app-emacs/xtla/xtla-1.2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild?r1=1.4&r2=1.5
50
51 Index: xtla-1.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- xtla-1.2.ebuild 6 Nov 2007 22:11:30 -0000 1.4
58 +++ xtla-1.2.ebuild 6 Nov 2007 22:14:55 -0000 1.5
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2007 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild,v 1.4 2007/11/06 22:11:30 ulm Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild,v 1.5 2007/11/06 22:14:55 ulm Exp $
64
65 inherit elisp
66
67 @@ -15,8 +15,8 @@
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE=""
70
71 -DEPEND=""
72 -RDEPEND="|| ( dev-util/bazaar dev-util/tla )"
73 +DEPEND="|| ( dev-util/bazaar dev-util/tla )"
74 +RDEPEND="${DEPEND}"
75
76 SITEFILE=50${PN}-gentoo.el
77
78
79
80
81 1.14 app-emacs/xtla/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/ChangeLog?rev=1.14&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/ChangeLog?rev=1.14&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/ChangeLog?r1=1.13&r2=1.14
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v
90 retrieving revision 1.13
91 retrieving revision 1.14
92 diff -u -r1.13 -r1.14
93 --- ChangeLog 6 Nov 2007 22:11:30 -0000 1.13
94 +++ ChangeLog 6 Nov 2007 22:14:55 -0000 1.14
95 @@ -1,12 +1,13 @@
96 # ChangeLog for app-emacs/xtla
97 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v 1.13 2007/11/06 22:11:30 ulm Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v 1.14 2007/11/06 22:14:55 ulm Exp $
100
101 *xtla-1.2.1 (06 Nov 2007)
102
103 06 Nov 2007; Ulrich Mueller <ulm@g.o> xtla-1.2.ebuild,
104 +xtla-1.2.1.ebuild:
105 Version bump. Don't install licence file. Add some die commands.
106 + Fix build-time dependencies.
107
108 04 Jul 2007; Christian Faulhammer <opfer@g.o> xtla-1.2.ebuild:
109 relocated IUSE; reordered KEYWORDS; removed virtual/emacs from DEPEND; added
110
111
112
113 --
114 gentoo-commits@g.o mailing list