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: ChangeLog q4wine-0.120.ebuild
Date: Fri, 01 Oct 2010 09:54:25
Message-Id: 20101001095419.DCF4620051@flycatcher.gentoo.org
1 hwoarang 10/10/01 09:54:19
2
3 Modified: ChangeLog
4 Added: q4wine-0.120.ebuild
5 Log:
6 Version bump thanks to Alexey S. Malakhov <brezerk@×××××.com>
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.23 app-emulation/q4wine/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 22 Aug 2010 13:31:09 -0000 1.22
24 +++ ChangeLog 1 Oct 2010 09:54:19 -0000 1.23
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emulation/q4wine
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.22 2010/08/22 13:31:09 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.23 2010/10/01 09:54:19 hwoarang Exp $
30 +
31 +*q4wine-0.120 (01 Oct 2010)
32 +
33 + 01 Oct 2010; Markos Chandras <hwoarang@g.o> +q4wine-0.120.ebuild:
34 + Version bump thanks to Alexey S. Malakhov <brezerk@×××××.com>
35
36 22 Aug 2010; Markos Chandras <hwoarang@g.o>
37 -q4wine-0.112-r1.ebuild, -q4wine-0.118.ebuild:
38
39
40
41 1.1 app-emulation/q4wine/q4wine-0.120.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/q4wine-0.120.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/q4wine/q4wine-0.120.ebuild?rev=1.1&content-type=text/plain
45
46 Index: q4wine-0.120.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.120.ebuild,v 1.1 2010/10/01 09:54:19 hwoarang Exp $
51
52 EAPI="2"
53 inherit cmake-utils
54
55 DESCRIPTION="Qt4 GUI configuration tool for Wine"
56 HOMEPAGE="http://q4wine.brezblock.org.ua/"
57 SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug +icoutils +wineappdb -dbus gnome kde"
63
64 DEPEND="x11-libs/qt-gui:4
65 x11-libs/qt-sql:4[sqlite]
66 dev-util/cmake"
67
68 RDEPEND="x11-libs/qt-gui:4
69 x11-libs/qt-sql:4[sqlite]
70 app-admin/sudo
71 app-emulation/wine
72 >=sys-apps/which-2.19
73 icoutils? ( >=media-gfx/icoutils-0.26.0 )
74 sys-fs/fuseiso
75 kde? ( kde-base/kdesu )
76 gnome? ( x11-libs/gksu )
77 dbus? ( x11-libs/qt-dbus:4 )"
78
79 DOCS="README AUTHORS ChangeLog"
80
81 S="${WORKDIR}/${PF}"
82
83 src_configure() {
84 mycmakeargs="${mycmakeargs} \
85 $(cmake-utils_use debug DEBUG) \
86 $(cmake-utils_use_with icoutils ICOUTILS) \
87 $(cmake-utils_use_with wineappdb WINEAPPDB) \
88 $(cmake-utils_use_with dbus DBUS)"
89
90 cmake-utils_src_configure
91 }