summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-01-12 17:58:58 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-01-12 17:58:58 +0000
commitb5ee50ef1e326365509762a67c77b5fa2ebc81d8 (patch)
tree50c985946eec4a750e55019d0f8f67add431676b /games-emulation
parentdev-util/lvprog: Migrate to qt4-r2 eclass (diff)
downloadsunrise-reviewed-b5ee50ef1e326365509762a67c77b5fa2ebc81d8.tar.gz
sunrise-reviewed-b5ee50ef1e326365509762a67c77b5fa2ebc81d8.tar.bz2
sunrise-reviewed-b5ee50ef1e326365509762a67c77b5fa2ebc81d8.zip
games-emulation/gr-lida: Migrate to qt4-r2 eclass
svn path=/sunrise/; revision=9858
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gr-lida/ChangeLog5
-rw-r--r--games-emulation/gr-lida/Manifest4
-rw-r--r--games-emulation/gr-lida/gr-lida-0.7.1.ebuild17
3 files changed, 10 insertions, 16 deletions
diff --git a/games-emulation/gr-lida/ChangeLog b/games-emulation/gr-lida/ChangeLog
index 365fe0f03..4c3b1d566 100644
--- a/games-emulation/gr-lida/ChangeLog
+++ b/games-emulation/gr-lida/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for games-emulation/gr-lida
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Jan 2010; Markos Chandras <hwoarang@gentoo.org> gr-lida-0.7.1.ebuild:
+ Migrate to qt4-r2 eclass
+
30 Mar 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
gr-lida-0.7.1.ebuild:
Drop slots since qt ebuilds are all in version 4
diff --git a/games-emulation/gr-lida/Manifest b/games-emulation/gr-lida/Manifest
index 5b75ed0f8..9183ff5a5 100644
--- a/games-emulation/gr-lida/Manifest
+++ b/games-emulation/gr-lida/Manifest
@@ -1,4 +1,4 @@
DIST GR-lida-0.7.1.tar.bz2 465674 RMD160 7dee1f155680bd211707d75889bab06041047f79 SHA1 3003b069fc34df87521a615057905ce6fe046906 SHA256 ba76ef4e57bd89b594b32153691d5388ba384b3239f1dc4ca473805d7a706bd7
-EBUILD gr-lida-0.7.1.ebuild 815 RMD160 3cddf22d89576f0d8c4f656e4fc4a9a9c3de9eb8 SHA1 1fdcc488d29d9555df4ee02bafbb8e7123ce6b40 SHA256 48f127d5e337b0f46c4da1bb21f601a3da2087e5fd7912530bbf82bd0bdf3010
-MISC ChangeLog 2577 RMD160 fb3221c4591a5f3f234fe3ee143f908f45693a59 SHA1 7db928f2f247913e12731be7cbd4516de0befadf SHA256 d47e18f48d45f7e458cdc1c2e1813ce9ae9b7c1cdc2fe19d2ad9387c0ebeb282
+EBUILD gr-lida-0.7.1.ebuild 686 RMD160 25efefe60c9caca5ca26c4941a97d23a98e388a4 SHA1 87cc702b875123d8a11054ae95470c3c866a25d7 SHA256 2a42e6127b83992206b8f8d2782a1410f37a9620ce847775c69839947af3d22f
+MISC ChangeLog 2680 RMD160 89c4c17c0b9825319d926ece5b721801a785dabf SHA1 a9a7f0b9f0187b4839b4268b3348765caec9f00c SHA256 f7a745bd19572bcdfc08f4d2a70af98dadf23759a934a2a51845410787ad3741
MISC metadata.xml 316 RMD160 1055b884a94ad569dc9530bab2276e235579e289 SHA1 5c13e05e5436d58cdaf44578c8a7d2288049c8b5 SHA256 389d9a218354ad73ec08b925c96280c46b21d5869ce888bd1fd8a7a78d3cef16
diff --git a/games-emulation/gr-lida/gr-lida-0.7.1.ebuild b/games-emulation/gr-lida/gr-lida-0.7.1.ebuild
index e958f6fd3..0b1cf9f5d 100644
--- a/games-emulation/gr-lida/gr-lida-0.7.1.ebuild
+++ b/games-emulation/gr-lida/gr-lida-0.7.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
-inherit qt4
+inherit qt4-r2
MY_P="GR-lida-${PV}"
@@ -17,23 +17,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dosbox scummvm"
-DEPEND="x11-libs/qt-core
- x11-libs/qt-gui
- x11-libs/qt-sql[sqlite]
+DEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-sql:4[sqlite]
dosbox? ( games-emulation/dosbox )
scummvm? ( games-engines/scummvm )"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
-src_configure(){
- eqmake4 "${PN}".pro
-}
-
-src_install(){
- emake INSTALL_ROOT="${D}" install || die "Install Failed"
-}
-
pkg_postinst(){
elog "The GUI is by default in Spanish."
elog "If you need it, English is available on the Options Menu."