Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/q4wine: metadata.xml ChangeLog q4wine-0.118-r1.ebuild
Date: Tue, 29 Jun 2010 10:56:45
Message-Id: 20100629105637.F3BD32C621@corvid.gentoo.org
1 hwoarang 10/06/29 10:56:37
2
3 Modified: metadata.xml ChangeLog
4 Added: q4wine-0.118-r1.ebuild
5 Log:
6 Add sudo GUI dependecies according to use flag selection. Fix bug #321843
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 app-emulation/q4wine/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/metadata.xml?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/metadata.xml?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/metadata.xml?r1=1.6&r2=1.7
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/metadata.xml,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- metadata.xml 26 Mar 2010 13:39:11 -0000 1.6
23 +++ metadata.xml 29 Jun 2010 10:56:37 -0000 1.7
24 @@ -7,8 +7,10 @@
25 <name>Markos Chandras</name>
26 </maintainer>
27 <use>
28 +<flag name="gnome">Use the gksu sudo GUI for managing the devices</flag>
29 <flag name="icotools"> Enable icotools support</flag>
30 <flag name="icoutils"> Enable icoutils support </flag>
31 +<flag name="kde">Use the kdesu sudo GUI for managing the devices</flag>
32 <flag name="winetools"> Enable winetools support</flag>
33 <flag name="wineappdb"> Enable Win AppDB browser subsystem</flag>
34 <flag name="winetriks"> Enable winetricks support </flag>
35
36
37
38 1.16 app-emulation/q4wine/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.16&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.16&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?r1=1.15&r2=1.16
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v
47 retrieving revision 1.15
48 retrieving revision 1.16
49 diff -u -r1.15 -r1.16
50 --- ChangeLog 15 Apr 2010 18:18:46 -0000 1.15
51 +++ ChangeLog 29 Jun 2010 10:56:37 -0000 1.16
52 @@ -1,6 +1,12 @@
53 # ChangeLog for app-emulation/q4wine
54 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.15 2010/04/15 18:18:46 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.16 2010/06/29 10:56:37 hwoarang Exp $
57 +
58 +*q4wine-0.118-r1 (29 Jun 2010)
59 +
60 + 29 Jun 2010; Markos Chandras <hwoarang@g.o>
61 + +q4wine-0.118-r1.ebuild, metadata.xml:
62 + Add sudo GUI dependecies according to use flag selection. Fix bug #321843
63
64 *q4wine-0.118 (15 Apr 2010)
65
66
67
68
69 1.1 app-emulation/q4wine/q4wine-0.118-r1.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/q4wine-0.118-r1.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/q4wine-0.118-r1.ebuild?rev=1.1&content-type=text/plain
73
74 Index: q4wine-0.118-r1.ebuild
75 ===================================================================
76 # Copyright 1999-2010 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.118-r1.ebuild,v 1.1 2010/06/29 10:56:37 hwoarang Exp $
79
80 EAPI="2"
81 inherit cmake-utils
82
83 DESCRIPTION="Qt4 GUI configuration tool for Wine"
84 HOMEPAGE="http://q4wine.brezblock.org.ua/"
85 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
86
87 LICENSE="GPL-3"
88 SLOT="0"
89 KEYWORDS="~amd64 ~x86"
90 IUSE="debug gnome +icoutils kde winetriks +wineappdb"
91
92 DEPEND="x11-libs/qt-gui:4
93 x11-libs/qt-sql:4[sqlite]
94 dev-util/cmake"
95
96 RDEPEND="x11-libs/qt-gui:4
97 x11-libs/qt-sql:4[sqlite]
98 app-admin/sudo
99 app-emulation/wine
100 >=sys-apps/which-2.19
101 icoutils? ( >=media-gfx/icoutils-0.26.0 )
102 sys-fs/fuseiso
103 kde? ( kde-base/kdesu )
104 gnome? ( x11-libs/gksu )"
105
106 DOCS="README AUTHORS ChangeLog"
107
108 S="${WORKDIR}/${PF}"
109
110 src_configure() {
111 mycmakeargs="${mycmakeargs} \
112 $(cmake-utils_use debug DEBUG) \
113 $(cmake-utils_use_with icoutils ICOUTILS) \
114 $(cmake-utils_use_with winetriks WINETRIKS) \
115 $(cmake-utils_use_with wineappdb WINEAPPDB)"
116
117 cmake-utils_src_configure
118 }