diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-02 21:34:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-02 21:34:58 +0000 |
commit | ec066c1619d9f618217d7a20ff689a66ea7b41fe (patch) | |
tree | bb523671863c54755b631220b380d6a5785917ae /games-puzzle | |
parent | Disable libobjc2 USE flag in stable candidate, moved in revision bump (diff) | |
download | gentoo-2-ec066c1619d9f618217d7a20ff689a66ea7b41fe.tar.gz gentoo-2-ec066c1619d9f618217d7a20ff689a66ea7b41fe.tar.bz2 gentoo-2-ec066c1619d9f618217d7a20ff689a66ea7b41fe.zip |
migrate to qt4-r2 with patch from Michael (kensington) (bug #410377)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/connectagram/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/games-puzzle/connectagram/ChangeLog b/games-puzzle/connectagram/ChangeLog index a9a91fc42edb..2ae031e21f5e 100644 --- a/games-puzzle/connectagram/ChangeLog +++ b/games-puzzle/connectagram/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/connectagram -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/ChangeLog,v 1.3 2010/02/27 18:12:30 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/ChangeLog,v 1.4 2012/04/02 21:34:58 mr_bones_ Exp $ + + 02 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> + connectagram-1.0.1-r1.ebuild: + migrate to qt4-r2 with patch from Michael (kensington) (bug #410377) 27 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> connectagram-1.0.1-r1.ebuild: diff --git a/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild b/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild index d5ba08ece979..1679395bb13e 100644 --- a/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild +++ b/games-puzzle/connectagram/connectagram-1.0.1-r1.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/connectagram/connectagram-1.0.1-r1.ebuild,v 1.2 2010/02/27 18:12:30 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild,v 1.3 2012/04/02 21:34:58 mr_bones_ Exp $ EAPI=2 -inherit gnome2-utils qt4 games +inherit gnome2-utils qt4-r2 games DESCRIPTION="A word unscrambling game" HOMEPAGE="http://gottcode.org/connectagram/" @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4" src_prepare() { sed -i \ @@ -25,7 +26,7 @@ src_prepare() { } src_configure() { - eqmake4 + qt4-r2_src_configure } src_install() { |