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/xcurtheme/
Date: Sat, 04 Feb 2012 17:12:36
Message-Id: f82a9d12f84b0de8be303a72d5b1031ef86ea343.johu@gentoo
1 commit: f82a9d12f84b0de8be303a72d5b1031ef86ea343
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 17:16:18 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 17:16:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f82a9d12
7
8 [x11-themes/xcurtheme] EAPI 4, git-2 eclass.
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 x11-themes/xcurtheme/xcurtheme-9999.ebuild | 8 ++++----
14 1 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-themes/xcurtheme/xcurtheme-9999.ebuild b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
17 index 38f2768..eb1c641 100644
18 --- a/x11-themes/xcurtheme/xcurtheme-9999.ebuild
19 +++ b/x11-themes/xcurtheme/xcurtheme-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-edge git
30 +inherit qt4-edge git-2
31
32 DESCRIPTION="Qt utility to change Xcrusor themes without restarting X Server."
33 HOMEPAGE="http://gitorious.org/qt-xcurtheme"
34 -EGIT_REPO_URI="git://gitorious.org/qt-xcurtheme/mainline.git"
35 +EGIT_REPO_URI="git://gitorious.org/qt-xcurtheme/mainline"
36
37 LICENSE="GPL-2 WTFPL-2"
38 SLOT="0"