Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-themes/meegotouch-theme/
Date: Sat, 04 Feb 2012 17:31:30
Message-Id: aaff39e798e7bb09db17f028dc687cbf6067ee77.johu@gentoo
1 commit: aaff39e798e7bb09db17f028dc687cbf6067ee77
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 17:35:14 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 17:35:14 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=aaff39e7
7
8 [x11-themes/meegotouch-theme] EAPI 4, git-2 eclass, remove ancient blocker.
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 .../meegotouch-theme/meegotouch-theme-9999.ebuild | 11 +++++------
14 1 files changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-themes/meegotouch-theme/meegotouch-theme-9999.ebuild b/x11-themes/meegotouch-theme/meegotouch-theme-9999.ebuild
17 index 45b4898..29d4394 100644
18 --- a/x11-themes/meegotouch-theme/meegotouch-theme-9999.ebuild
19 +++ b/x11-themes/meegotouch-theme/meegotouch-theme-9999.ebuild
20 @@ -1,20 +1,19 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 +# Copyright 1999-2012 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 -EAPI="2"
27 +EAPI=4
28
29 -inherit qt4-r2 git
30 +inherit qt4-r2 git-2
31
32 DESCRIPTION="The Harmattan development theme"
33 HOMEPAGE="http://duiframework.wordpress.com"
34 -EGIT_REPO_URI="git://gitorious.org/meegotouch/meegotouch-theme.git"
35 +EGIT_REPO_URI="git://gitorious.org/meegotouch/${PN}"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"
39 KEYWORDS=""
40 IUSE=""
41
42 -DEPEND="x11-libs/qt-core:4
43 - !x11-themes/duitheme"
44 +DEPEND="x11-libs/qt-core:4"
45 RDEPEND=">=x11-libs/qt-svg-4.7.0:4"