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: q4wine-0.114-r1.ebuild ChangeLog
Date: Mon, 04 Jan 2010 10:23:30
Message-Id: E1NRk5s-0000zg-S3@stork.gentoo.org
1 hwoarang 10/01/04 10:23:24
2
3 Modified: ChangeLog
4 Added: q4wine-0.114-r1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 app-emulation/q4wine/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 7 Oct 2009 11:28:14 -0000 1.10
23 +++ ChangeLog 4 Jan 2010 10:23:24 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emulation/q4wine
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.10 2009/10/07 11:28:14 hwoarang Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.11 2010/01/04 10:23:24 hwoarang Exp $
30 +
31 +*q4wine-0.114-r1 (04 Jan 2010)
32 +
33 + 04 Jan 2010; <hwoarang@g.o> +q4wine-0.114-r1.ebuild:
34 + Version bump
35
36 07 Oct 2009; Markos Chandras <hwoarang@g.o> q4wine-0.113-r1.ebuild:
37 Add x11-misc/xdg-utils on RDEPEND as suggested by upstream
38
39
40
41 1.1 app-emulation/q4wine/q4wine-0.114-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.114-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.114-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: q4wine-0.114-r1.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.114-r1.ebuild,v 1.1 2010/01/04 10:23:24 hwoarang Exp $
51
52 EAPI="2"
53 inherit cmake-utils
54
55 DESCRIPTION="Qt4 GUI 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 winetriks embedded-fuseiso development"
63
64 DEPEND="x11-libs/qt-gui:4
65 x11-libs/qt-sql:4[sqlite]
66 dev-util/cmake
67 embedded-fuseiso? ( dev-libs/libzip >=sys-libs/glibc-2.0 >=sys-fs/fuse-2.7.0 )"
68
69 RDEPEND="x11-libs/qt-gui:4
70 x11-libs/qt-sql:4[sqlite]
71 app-admin/sudo
72 app-emulation/wine
73 >=sys-apps/which-2.19
74 icoutils? ( >=media-gfx/icoutils-0.26.0 )
75 x11-misc/xdg-utils"
76
77 DOCS="README"
78
79 S="${WORKDIR}/${PF}"
80
81 src_configure() {
82 mycmakeargs="${mycmakeargs} \
83 $(cmake-utils_use debug DEBUG) \
84 $(cmake-utils_use_with icoutils ICOUTILS) \
85 $(cmake-utils_use_with winetriks WINETRIKS) \
86 $(cmake-utils_use_with embedded-fuseiso EMBEDDED_FUSEISO) \
87 $(cmake-utils_use_with development DEVELOP_STUFF)"
88
89 cmake-utils_src_configure
90 }