Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog stardict.eclass
Date: Tue, 05 Jun 2012 10:21:51
Message-Id: 20120605102135.C0AD92004B@flycatcher.gentoo.org
1 pacho 12/06/05 10:21:35
2
3 Modified: ChangeLog stardict.eclass
4 Log:
5 Allow more providers for stardict, bug #413093 by tot-to and qt team.
6
7 Revision Changes Path
8 1.288 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.288&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.288&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.287&r2=1.288
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.287
18 retrieving revision 1.288
19 diff -u -r1.287 -r1.288
20 --- ChangeLog 5 Jun 2012 02:16:40 -0000 1.287
21 +++ ChangeLog 5 Jun 2012 10:21:35 -0000 1.288
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.287 2012/06/05 02:16:40 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.288 2012/06/05 10:21:35 pacho Exp $
27 +
28 + 05 Jun 2012; Pacho Ramos <pacho@g.o> stardict.eclass:
29 + Allow more providers for stardict, bug #413093 by tot-to and qt team.
30
31 05 Jun 2012; Ryan Hill <dirtyepic@g.o> flag-o-matic.eclass:
32 Update Intel/AMD instruction sets for 4.7.
33
34
35
36 1.18 eclass/stardict.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/stardict.eclass?rev=1.18&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/stardict.eclass?rev=1.18&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/stardict.eclass?r1=1.17&r2=1.18
41
42 Index: stardict.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v
45 retrieving revision 1.17
46 retrieving revision 1.18
47 diff -u -r1.17 -r1.18
48 --- stardict.eclass 27 Dec 2011 17:55:12 -0000 1.17
49 +++ stardict.eclass 5 Jun 2012 10:21:35 -0000 1.18
50 @@ -1,6 +1,6 @@
51 -# Copyright 1999-2011 Gentoo Foundation
52 +# Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.17 2011/12/27 17:55:12 fauli Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.18 2012/06/05 10:21:35 pacho Exp $
56
57 # Author : Alastair Tse <liquidx@g.o>
58 #
59 @@ -31,9 +31,11 @@
60 SLOT="0"
61 LICENSE="GPL-2"
62
63 -DEPEND=">=app-text/stardict-2.4.2
64 - gzip? ( app-arch/gzip
65 - app-text/dictd )"
66 +DEPEND="|| ( >=app-text/stardict-2.4.2
67 + app-text/sdcv
68 + app-text/goldendict )
69 + gzip? ( app-arch/gzip
70 + app-text/dictd )"
71
72 S=${WORKDIR}/${DICT_P}