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-wm/duicompositor/
Date: Sat, 04 Feb 2012 17:07:55
Message-Id: 06baceb5ab2b769cc935a801b810d28e276cc692.johu@gentoo
1 commit: 06baceb5ab2b769cc935a801b810d28e276cc692
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 17:11:19 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 17:11:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=06baceb5
7
8 [x11-wm/duicompositor] EAPI 4, git-2 eclass.
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 x11-wm/duicompositor/duicompositor-9999.ebuild | 8 ++++----
14 1 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-wm/duicompositor/duicompositor-9999.ebuild b/x11-wm/duicompositor/duicompositor-9999.ebuild
17 index b21188c..f7a26b4 100644
18 --- a/x11-wm/duicompositor/duicompositor-9999.ebuild
19 +++ b/x11-wm/duicompositor/duicompositor-9999.ebuild
20 @@ -1,14 +1,14 @@
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 multilib
30 +inherit qt4-r2 multilib git-2
31
32 DESCRIPTION="The Harmattan window compositor/manager"
33 HOMEPAGE="http://duiframework.wordpress.com"
34 -EGIT_REPO_URI="git://gitorious.org/maemo-6-ui-framework/duicompositor.git"
35 +EGIT_REPO_URI="git://gitorious.org/maemo-6-ui-framework/${PN}"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"