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-editors/emacs-cvs: ChangeLog emacs-cvs-22.1.50-r2.ebuild emacs-cvs-23.0.60-r1.ebuild emacs-cvs-23.0.50-r1.ebuild
Date: Wed, 30 Jan 2008 20:59:52
Message-Id: E1JKK29-0007nm-64@stork.gentoo.org
1 ulm 08/01/30 20:59:49
2
3 Modified: ChangeLog emacs-cvs-22.1.50-r2.ebuild
4 emacs-cvs-23.0.60-r1.ebuild
5 emacs-cvs-23.0.50-r1.ebuild
6 Log:
7 Add missing dependency on pkgconfig.
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.185 app-editors/emacs-cvs/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.185&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.185&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.184&r2=1.185
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
20 retrieving revision 1.184
21 retrieving revision 1.185
22 diff -u -r1.184 -r1.185
23 --- ChangeLog 30 Jan 2008 17:15:41 -0000 1.184
24 +++ ChangeLog 30 Jan 2008 20:59:48 -0000 1.185
25 @@ -1,6 +1,10 @@
26 # ChangeLog for app-editors/emacs-cvs
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.184 2008/01/30 17:15:41 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.185 2008/01/30 20:59:48 ulm Exp $
30 +
31 + 30 Jan 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.50-r2.ebuild,
32 + emacs-cvs-23.0.50-r1.ebuild, emacs-cvs-23.0.60-r1.ebuild:
33 + Add missing dependency on pkgconfig.
34
35 30 Jan 2008; Ulrich Mueller <ulm@g.o>
36 -files/emacs-cvs-format-int.patch,
37
38
39
40 1.8 app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?r1=1.7&r2=1.8
45
46 Index: emacs-cvs-22.1.50-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- emacs-cvs-22.1.50-r2.ebuild 26 Jan 2008 18:52:34 -0000 1.7
53 +++ emacs-cvs-22.1.50-r2.ebuild 30 Jan 2008 20:59:48 -0000 1.8
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v 1.7 2008/01/26 18:52:34 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v 1.8 2008/01/30 20:59:48 ulm Exp $
59
60 ECVS_AUTH="pserver"
61 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
62 @@ -50,6 +50,8 @@
63 )"
64
65 DEPEND="${RDEPEND}
66 + alsa? ( dev-util/pkgconfig )
67 + X? ( gtk? ( dev-util/pkgconfig ) )
68 gzip-el? ( app-arch/gzip )"
69
70 S="${WORKDIR}/${ECVS_LOCALNAME}"
71
72
73
74 1.10 app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.10&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.10&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?r1=1.9&r2=1.10
79
80 Index: emacs-cvs-23.0.60-r1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v
83 retrieving revision 1.9
84 retrieving revision 1.10
85 diff -u -r1.9 -r1.10
86 --- emacs-cvs-23.0.60-r1.ebuild 26 Jan 2008 18:52:34 -0000 1.9
87 +++ emacs-cvs-23.0.60-r1.ebuild 30 Jan 2008 20:59:48 -0000 1.10
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.9 2008/01/26 18:52:34 ulm Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.10 2008/01/30 20:59:48 ulm Exp $
93
94 ECVS_AUTH="pserver"
95 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
96 @@ -54,6 +54,7 @@
97 )"
98
99 DEPEND="${RDEPEND}
100 + dev-util/pkgconfig
101 gzip-el? ( app-arch/gzip )"
102
103 S="${WORKDIR}/${ECVS_LOCALNAME}"
104
105
106
107 1.10 app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.10&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.10&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?r1=1.9&r2=1.10
112
113 Index: emacs-cvs-23.0.50-r1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v
116 retrieving revision 1.9
117 retrieving revision 1.10
118 diff -u -r1.9 -r1.10
119 --- emacs-cvs-23.0.50-r1.ebuild 26 Jan 2008 18:52:34 -0000 1.9
120 +++ emacs-cvs-23.0.50-r1.ebuild 30 Jan 2008 20:59:48 -0000 1.10
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.9 2008/01/26 18:52:34 ulm Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.10 2008/01/30 20:59:48 ulm Exp $
126
127 ECVS_AUTH="pserver"
128 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
129 @@ -54,6 +54,7 @@
130 )"
131
132 DEPEND="${RDEPEND}
133 + dev-util/pkgconfig
134 gzip-el? ( app-arch/gzip )"
135
136 S="${WORKDIR}/${ECVS_LOCALNAME}"
137
138
139
140 --
141 gentoo-commits@l.g.o mailing list