diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:13:08 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:13:08 +0000 |
commit | 38d728ae37dc57054aad5686696a79fc961259eb (patch) | |
tree | fb834427cf419af13d1eab64e83dd53659056b9d /games-board/pokerth | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-38d728ae37dc57054aad5686696a79fc961259eb.tar.gz gentoo-2-38d728ae37dc57054aad5686696a79fc961259eb.tar.bz2 gentoo-2-38d728ae37dc57054aad5686696a79fc961259eb.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'games-board/pokerth')
-rw-r--r-- | games-board/pokerth/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-0.9.5.ebuild | 10 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-1.0.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index bab760bc4dc0..fc463d6ed3b7 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/pokerth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.50 2013/02/24 11:30:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.51 2013/03/02 21:13:08 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> pokerth-0.9.5.ebuild, + pokerth-1.0.ebuild: + Move Qt dependencies to the new category 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pokerth-1.0.ebuild: Stable for x86, wrt bug #458640 diff --git a/games-board/pokerth/pokerth-0.9.5.ebuild b/games-board/pokerth/pokerth-0.9.5.ebuild index 931ecd3b929e..cfa23a984dfd 100644 --- a/games-board/pokerth/pokerth-0.9.5.ebuild +++ b/games-board/pokerth/pokerth-0.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.10 2012/11/22 03:51:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.11 2013/03/02 21:13:08 hwoarang Exp $ EAPI=4 inherit flag-o-matic eutils qt4-r2 games @@ -21,15 +21,15 @@ RDEPEND="dev-db/sqlite:3 dev-libs/tinyxml[stl] net-libs/libircclient >=net-misc/curl-7.16 - x11-libs/qt-core:4 + dev-qt/qtcore:4 virtual/gsasl !dedicated? ( media-libs/libsdl media-libs/sdl-mixer[mod,vorbis] - x11-libs/qt-gui:4 + dev-qt/qtgui:4 )" DEPEND="${RDEPEND} - !dedicated? ( x11-libs/qt-sql:4 )" + !dedicated? ( dev-qt/qtsql:4 )" S=${WORKDIR}/${MY_P} diff --git a/games-board/pokerth/pokerth-1.0.ebuild b/games-board/pokerth/pokerth-1.0.ebuild index caf5ba2d6d19..01b28c17a236 100644 --- a/games-board/pokerth/pokerth-1.0.ebuild +++ b/games-board/pokerth/pokerth-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.4 2013/02/24 11:30:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.5 2013/03/02 21:13:08 hwoarang Exp $ EAPI=5 inherit flag-o-matic eutils qt4-r2 games @@ -22,15 +22,15 @@ RDEPEND="dev-db/sqlite:3 dev-libs/tinyxml[stl] net-libs/libircclient >=net-misc/curl-7.16 - x11-libs/qt-core:4 + dev-qt/qtcore:4 virtual/gsasl !dedicated? ( media-libs/libsdl media-libs/sdl-mixer[mod,vorbis] - x11-libs/qt-gui:4 + dev-qt/qtgui:4 )" DEPEND="${RDEPEND} - !dedicated? ( x11-libs/qt-sql:4 )" + !dedicated? ( dev-qt/qtsql:4 )" S=${WORKDIR}/${MY_P} |