summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-03-28 18:15:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-03-28 18:15:51 +0000
commit0accba7e5f9c41c7fab953191b0128cb4773c110 (patch)
tree919e52afca63ac6878d7fdd197123e29489c50f8 /games-puzzle/cutemaze
parentMake readline optional. (diff)
downloadgentoo-2-0accba7e5f9c41c7fab953191b0128cb4773c110.tar.gz
gentoo-2-0accba7e5f9c41c7fab953191b0128cb4773c110.tar.bz2
gentoo-2-0accba7e5f9c41c7fab953191b0128cb4773c110.zip
Use qt4-r2 eclass with patch from Michael (kensington) (bug #410029)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/cutemaze')
-rw-r--r--games-puzzle/cutemaze/ChangeLog7
-rw-r--r--games-puzzle/cutemaze/cutemaze-1.1.0.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/games-puzzle/cutemaze/ChangeLog b/games-puzzle/cutemaze/ChangeLog
index 635b7401a383..f283d1d08f9b 100644
--- a/games-puzzle/cutemaze/ChangeLog
+++ b/games-puzzle/cutemaze/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/cutemaze
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.2 2010/02/27 16:07:52 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.3 2012/03/28 18:15:51 mr_bones_ Exp $
+
+ 28 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> cutemaze-1.1.0.ebuild:
+ Use qt4-r2 eclass with patch from Michael (kensington) (bug #410029)
27 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
cutemaze-1.1.0.ebuild:
diff --git a/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild
index 5408f2c6d046..c1e575ff6993 100644
--- a/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild
+++ b/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.2 2010/02/27 16:07:52 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.3 2012/03/28 18:15:51 mr_bones_ Exp $
EAPI=2
-inherit eutils qt4 games
+inherit eutils qt4-r2 games
DESCRIPTION="A simple, top-down game in which mazes are randomly generated"
HOMEPAGE="http://gottcode.org/cutemaze/"
@@ -14,11 +14,12 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-DEPEND="x11-libs/qt-gui:4
+DEPEND="x11-libs/qt-core:4
+ x11-libs/qt-gui:4
x11-libs/qt-svg:4"
src_configure() {
- eqmake4
+ qt4-r2_src_configure
}
src_install() {