Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/qingy: qingy-0.9.9.ebuild qingy-0.9.8.ebuild qingy-0.9.6-r3.ebuild qingy-0.9.6-r1.ebuild ChangeLog qingy-0.9.7.ebuild
Date: Mon, 06 Sep 2010 08:46:16
Message-Id: 20100906084611.4A97D20051@flycatcher.gentoo.org
1 s4t4n 10/09/06 08:46:11
2
3 Modified: qingy-0.9.9.ebuild qingy-0.9.8.ebuild
4 qingy-0.9.6-r3.ebuild qingy-0.9.6-r1.ebuild
5 ChangeLog qingy-0.9.7.ebuild
6 Log:
7 Small change to fix bug 336117.
8 (Portage version: 2.1.8.3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.4 sys-apps/qingy/qingy-0.9.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild?r1=1.3&r2=1.4
16
17 Index: qingy-0.9.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- qingy-0.9.9.ebuild 11 Mar 2010 16:06:12 -0000 1.3
24 +++ qingy-0.9.9.ebuild 6 Sep 2010 08:46:11 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild,v 1.3 2010/03/11 16:06:12 s4t4n Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.9.ebuild,v 1.4 2010/09/06 08:46:11 s4t4n Exp $
30
31 EAPI="2"
32
33 @@ -39,7 +39,7 @@
34 src_configure()
35 {
36 local crypto_support="--disable-crypto"
37 - local emacs_support="--disable-emacs"
38 + local emacs_support="--disable-emacs --without-lispdir"
39
40 if use crypt && use opensslcrypt; then
41 echo
42
43
44
45 1.3 sys-apps/qingy/qingy-0.9.8.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild?r1=1.2&r2=1.3
50
51 Index: qingy-0.9.8.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- qingy-0.9.8.ebuild 19 Oct 2009 10:43:37 -0000 1.2
58 +++ qingy-0.9.8.ebuild 6 Sep 2010 08:46:11 -0000 1.3
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2009 Gentoo Foundation
61 +# Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild,v 1.2 2009/10/19 10:43:37 s4t4n Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.8.ebuild,v 1.3 2010/09/06 08:46:11 s4t4n Exp $
65
66 inherit elisp-common eutils pam
67
68 @@ -76,7 +76,7 @@
69 src_compile()
70 {
71 local crypto_support="--disable-crypto"
72 - local emacs_support="--disable-emacs"
73 + local emacs_support="--disable-emacs --without-lispdir"
74
75 use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}"
76 use opensslcrypt && crypto_support="--enable-crypto=openssl"
77
78
79
80 1.7 sys-apps/qingy/qingy-0.9.6-r3.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild?rev=1.7&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild?rev=1.7&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild?r1=1.6&r2=1.7
85
86 Index: qingy-0.9.6-r3.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild,v
89 retrieving revision 1.6
90 retrieving revision 1.7
91 diff -u -r1.6 -r1.7
92 --- qingy-0.9.6-r3.ebuild 19 Oct 2009 10:43:37 -0000 1.6
93 +++ qingy-0.9.6-r3.ebuild 6 Sep 2010 08:46:11 -0000 1.7
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2009 Gentoo Foundation
96 +# Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild,v 1.6 2009/10/19 10:43:37 s4t4n Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r3.ebuild,v 1.7 2010/09/06 08:46:11 s4t4n Exp $
100
101 inherit elisp-common eutils pam
102
103 @@ -76,7 +76,7 @@
104 src_compile()
105 {
106 local crypto_support="--disable-crypto"
107 - local emacs_support="--disable-emacs"
108 + local emacs_support="--disable-emacs --without-lispdir"
109
110 use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}"
111 use opensslcrypt && crypto_support="--enable-crypto=openssl"
112
113
114
115 1.6 sys-apps/qingy/qingy-0.9.6-r1.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild?rev=1.6&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild?rev=1.6&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild?r1=1.5&r2=1.6
120
121 Index: qingy-0.9.6-r1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild,v
124 retrieving revision 1.5
125 retrieving revision 1.6
126 diff -u -r1.5 -r1.6
127 --- qingy-0.9.6-r1.ebuild 9 Feb 2009 09:12:12 -0000 1.5
128 +++ qingy-0.9.6-r1.ebuild 6 Sep 2010 08:46:11 -0000 1.6
129 @@ -1,6 +1,6 @@
130 -# Copyright 1999-2009 Gentoo Foundation
131 +# Copyright 1999-2010 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild,v 1.5 2009/02/09 09:12:12 s4t4n Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.6-r1.ebuild,v 1.6 2010/09/06 08:46:11 s4t4n Exp $
135
136 inherit elisp-common eutils
137
138 @@ -73,7 +73,7 @@
139 src_compile()
140 {
141 local crypto_support="--disable-crypto"
142 - local emacs_support="--disable-emacs"
143 + local emacs_support="--disable-emacs --without-lispdir"
144
145 use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}"
146 use opensslcrypt && crypto_support="--enable-crypto=openssl"
147
148
149
150 1.62 sys-apps/qingy/ChangeLog
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/ChangeLog?rev=1.62&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/ChangeLog?rev=1.62&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/ChangeLog?r1=1.61&r2=1.62
155
156 Index: ChangeLog
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v
159 retrieving revision 1.61
160 retrieving revision 1.62
161 diff -u -r1.61 -r1.62
162 --- ChangeLog 11 Mar 2010 16:06:12 -0000 1.61
163 +++ ChangeLog 6 Sep 2010 08:46:11 -0000 1.62
164 @@ -1,6 +1,9 @@
165 # ChangeLog for sys-apps/qingy
166 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
167 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.61 2010/03/11 16:06:12 s4t4n Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.62 2010/09/06 08:46:11 s4t4n Exp $
169 +
170 + 06 Sep 2010; Michele Noberasco <s4t4n@g.o> qingy-*.ebuild:
171 + Small change to fix bug 336117.
172
173 11 Mar 2010; Michele Noberasco <s4t4n@g.o> qingy-0.9.9.ebuild:
174 Ported ebuild to EAPI-2. See bug #266839.
175
176
177
178 1.7 sys-apps/qingy/qingy-0.9.7.ebuild
179
180 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild?rev=1.7&view=markup
181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild?rev=1.7&content-type=text/plain
182 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild?r1=1.6&r2=1.7
183
184 Index: qingy-0.9.7.ebuild
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild,v
187 retrieving revision 1.6
188 retrieving revision 1.7
189 diff -u -r1.6 -r1.7
190 --- qingy-0.9.7.ebuild 19 Oct 2009 10:43:37 -0000 1.6
191 +++ qingy-0.9.7.ebuild 6 Sep 2010 08:46:11 -0000 1.7
192 @@ -1,6 +1,6 @@
193 -# Copyright 1999-2009 Gentoo Foundation
194 +# Copyright 1999-2010 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild,v 1.6 2009/10/19 10:43:37 s4t4n Exp $
197 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.7.ebuild,v 1.7 2010/09/06 08:46:11 s4t4n Exp $
198
199 inherit elisp-common eutils pam
200
201 @@ -76,7 +76,7 @@
202 src_compile()
203 {
204 local crypto_support="--disable-crypto"
205 - local emacs_support="--disable-emacs"
206 + local emacs_support="--disable-emacs --without-lispdir"
207
208 use emacs && emacs_support="--enable-emacs --with-lispdir=${SITELISP}/${PN}"
209 use opensslcrypt && crypto_support="--enable-crypto=openssl"