diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-28 17:17:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-28 17:17:27 +0000 |
commit | 5fb013dacd2625fee3d81855aa59c086638dbffd (patch) | |
tree | ecdcd4a6e3f5a1934269f7d0726ed97f972ba007 /games-puzzle | |
parent | www-client/arora is gone from the tree. (diff) | |
download | gentoo-2-5fb013dacd2625fee3d81855aa59c086638dbffd.tar.gz gentoo-2-5fb013dacd2625fee3d81855aa59c086638dbffd.tar.bz2 gentoo-2-5fb013dacd2625fee3d81855aa59c086638dbffd.zip |
migrate to qt4-r2 eclass with patch from Michael (kensington) (bug #410027)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hexalate/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/hexalate/hexalate-1.0.1.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-puzzle/hexalate/ChangeLog b/games-puzzle/hexalate/ChangeLog index fd483d2a8780..5b9324cf72c4 100644 --- a/games-puzzle/hexalate/ChangeLog +++ b/games-puzzle/hexalate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/hexalate -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.2 2010/02/27 15:35:11 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.3 2012/03/28 17:17:27 mr_bones_ Exp $ + + 28 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> hexalate-1.0.1.ebuild: + migrate to qt4-r2 eclass with patch from Michael (kensington) (bug #410027) 27 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> hexalate-1.0.1.ebuild: diff --git a/games-puzzle/hexalate/hexalate-1.0.1.ebuild b/games-puzzle/hexalate/hexalate-1.0.1.ebuild index e41243b06f06..7f998e598c57 100644 --- a/games-puzzle/hexalate/hexalate-1.0.1.ebuild +++ b/games-puzzle/hexalate/hexalate-1.0.1.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/hexalate/hexalate-1.0.1.ebuild,v 1.2 2010/02/27 15:35:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/hexalate-1.0.1.ebuild,v 1.3 2012/03/28 17:17:27 mr_bones_ Exp $ EAPI=2 -inherit eutils qt4 games +inherit eutils qt4-r2 games DESCRIPTION="A color matching game" HOMEPAGE="http://gottcode.org/hexalate/" @@ -14,10 +14,11 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4" src_configure() { - eqmake4 + qt4-r2_src_configure } src_install() { |