Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/
Date: Sat, 04 Feb 2012 13:49:25
Message-Id: 6b08556f3705db1b1f5005fc8f13a71d71de69f5.johu@gentoo
1 commit: 6b08556f3705db1b1f5005fc8f13a71d71de69f5
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 13:53:04 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 13:53:04 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6b08556f
7
8 [app-emulation/q4wine] EAPI 4, git-2 eclass.
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 app-emulation/q4wine/metadata.xml | 1 -
14 app-emulation/q4wine/q4wine-9999.ebuild | 14 +++++---------
15 2 files changed, 5 insertions(+), 10 deletions(-)
16
17 diff --git a/app-emulation/q4wine/metadata.xml b/app-emulation/q4wine/metadata.xml
18 index c51ccd7..f414021 100644
19 --- a/app-emulation/q4wine/metadata.xml
20 +++ b/app-emulation/q4wine/metadata.xml
21 @@ -8,7 +8,6 @@
22 </maintainer>
23 <use>
24 <flag name="icoutils"> Enable icoutils support </flag>
25 -<flag name="winetriks"> Enable winetricks support </flag>
26 <flag name="wineappdb"> Enable Win AppDB browser subsystem </flag>
27 </use>
28 <longdescription lang="en">
29
30 diff --git a/app-emulation/q4wine/q4wine-9999.ebuild b/app-emulation/q4wine/q4wine-9999.ebuild
31 index caa10b6..5b81638 100644
32 --- a/app-emulation/q4wine/q4wine-9999.ebuild
33 +++ b/app-emulation/q4wine/q4wine-9999.ebuild
34 @@ -1,14 +1,14 @@
35 -# Copyright 1999-2010 Gentoo Foundation
36 +# Copyright 1999-2012 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.112-r1.ebuild,v 1.2 2010/06/10 21:10:57 maekke Exp $
39 +# $Header: $
40
41 -EAPI="2"
42 +EAPI=4
43
44 -inherit git qt4-edge cmake-utils
45 +inherit qt4-edge cmake-utils git-2
46
47 DESCRIPTION="Qt4 utility for Wine applications and prefixes management."
48 HOMEPAGE="http://q4wine.brezblock.org.ua/"
49 -EGIT_REPO_URI="git://github.com/brezerk/q4wine.git"
50 +EGIT_REPO_URI="git://github.com/brezerk/q4wine"
51
52 LICENSE="GPL-3"
53 SLOT="0"
54 @@ -32,10 +32,6 @@ RDEPEND="x11-libs/qt-gui:4
55
56 DOCS=(AUTHORS ChangeLog README)
57
58 -src_unpack() {
59 - git_src_unpack
60 -}
61 -
62 src_configure() {
63 mycmakeargs=(
64 $(cmake-utils_use debug DEBUG)