Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/stardict: stardict-3.0.3.ebuild metadata.xml
Date: Sun, 08 Jan 2012 17:46:11
Message-Id: 20120108174601.586652004B@flycatcher.gentoo.org
1 ssuominen 12/01/08 17:46:01
2
3 Modified: stardict-3.0.3.ebuild metadata.xml
4 Log:
5 cleanups for last 2 commits
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-text/stardict/stardict-3.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild?r1=1.2&r2=1.3
15
16 Index: stardict-3.0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- stardict-3.0.3.ebuild 8 Jan 2012 17:43:03 -0000 1.2
23 +++ stardict-3.0.3.ebuild 8 Jan 2012 17:46:01 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild,v 1.2 2012/01/08 17:43:03 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild,v 1.3 2012/01/08 17:46:01 ssuominen Exp $
29
30 # NOTE: Even though the *.dict.dz are the same as dictd/freedict's files,
31 # their indexes seem to be in a different format. So we'll keep them
32 @@ -18,12 +18,17 @@
33 LICENSE="CPL-1.0 GPL-3 LGPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE="espeak gnome gucharmap qqwry pronounce spell tools"
37 +IUSE="editor espeak gnome gucharmap qqwry pronounce spell"
38
39 COMMON_DEPEND=">=dev-libs/glib-2.16
40 dev-libs/libsigc++:2
41 sys-libs/zlib
42 >=x11-libs/gtk+-2.20:2
43 + editor? (
44 + dev-libs/libpcre
45 + dev-libs/libxml2
46 + virtual/mysql
47 + )
48 gnome? (
49 >=gnome-base/libbonobo-2
50 >=gnome-base/libgnome-2
51 @@ -32,12 +37,7 @@
52 >=gnome-base/orbit-2
53 )
54 gucharmap? ( >=gnome-extra/gucharmap-2.22.1:0 )
55 - spell? ( >=app-text/enchant-1.2 )
56 - tools? (
57 - dev-libs/libpcre
58 - dev-libs/libxml2
59 - virtual/mysql
60 - )"
61 + spell? ( >=app-text/enchant-1.2 )"
62 RDEPEND="${COMMON_DEPEND}
63 espeak? ( >=app-accessibility/espeak-1.29 )"
64 DEPEND="${COMMON_DEPEND}
65 @@ -59,7 +59,7 @@
66
67 src_configure() {
68 econf \
69 - $(use_enable tools) \
70 + $(use_enable editor tools) \
71 --disable-scrollkeeper \
72 $(use_enable spell) \
73 $(use_enable gucharmap) \
74
75
76
77 1.3 app-text/stardict/metadata.xml
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/metadata.xml?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/metadata.xml?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/metadata.xml?r1=1.2&r2=1.3
82
83 Index: metadata.xml
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-text/stardict/metadata.xml,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- metadata.xml 8 Jan 2012 17:33:33 -0000 1.2
90 +++ metadata.xml 8 Jan 2012 17:46:01 -0000 1.3
91 @@ -9,6 +9,7 @@
92 as Full-text translation, Net Dict.
93 </longdescription>
94 <use>
95 + <flag name='editor'>Build and install the stardict-editor utility</flag>
96 <flag name='espeak'>Enable text to speech synthesizer using espeak
97 engine</flag>
98 <flag name='festival'>Enable text to speech synthesizer using festival
99 @@ -19,6 +20,5 @@
100 <flag name='qqwry'>Enable QQWry plugin, which provides information (in
101 Chinese language) about geographical positions, owner, etc. for IP
102 addresses</flag>
103 - <flag name='tools'>Build and install tools</flag>
104 </use>
105 </pkgmetadata>