From 731bc85bf93b7add6b285c77cfd2763000b2a287 Mon Sep 17 00:00:00 2001 From: "Sebastián Magrí (sebasmagri)" Date: Mon, 23 Mar 2009 22:26:05 +0000 Subject: games-emulation/gr-lida: eapi2fy gr-lida ebuild regarding qt4.eclass changes. Thanks to scarabeus for revision svn path=/sunrise/; revision=8135 --- games-emulation/gr-lida/ChangeLog | 5 +++++ games-emulation/gr-lida/Manifest | 4 ++-- games-emulation/gr-lida/gr-lida-0.7.1.ebuild | 14 +++++++------- 3 files changed, 14 insertions(+), 9 deletions(-) (limited to 'games-emulation') diff --git a/games-emulation/gr-lida/ChangeLog b/games-emulation/gr-lida/ChangeLog index 5d8eb2ca7..127b10416 100644 --- a/games-emulation/gr-lida/ChangeLog +++ b/games-emulation/gr-lida/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 Mar 2009; Sebastián Magrí (sebasmagri) + gr-lida-0.7.1.ebuild: + eapi2fy gr-lida ebuild regarding qt4.eclass changes. Thanks to scarabeus for + revision + 19 Jan 2009; Thomas Sachau (Tommy[D]) gr-lida-0.7.1.ebuild: Add suggested RDEPEND=${DEPEND}, simplify diff --git a/games-emulation/gr-lida/Manifest b/games-emulation/gr-lida/Manifest index 2a94d5a63..c7a74551f 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 917 RMD160 772546635bd251fd790a80a05d5e1552b106ad24 SHA1 833d855619a286a014d4925adc585a50d603384d SHA256 f1a2ab95aca465f0d0a10cbf5fc83ecf91ab1b3db52760f7ab73682c7930a009 -MISC ChangeLog 2258 RMD160 4717f69ef447c6fbbc791b81f61e76fbe326da21 SHA1 df5359f671818eec2a59979418fe82648965b241 SHA256 972ee7e7f86bc06dd3810084970cebd2b10de94002b0cb43087db60951a16d62 +EBUILD gr-lida-0.7.1.ebuild 821 RMD160 9c5a46b5233b9584e945c4437c5ea5e372fed097 SHA1 9c4a19606a21a215cec17ccb982ef0eed506d9ac SHA256 7a45fd5faaede5cdaa5c083dbf1fb2283984016b553d7ca8168e360ca9cd6908 +MISC ChangeLog 2442 RMD160 ace74f9c14cffdc2825e01f5adb5d59ed526a774 SHA1 87961d2f5bcf8132ecaa91aab5cc1be6dbb3f8c1 SHA256 6255d501394d4863714b981b95b01e1d9dd9859e034c2572851fc961b1f280ac 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 2144d4448..b83dd801a 100644 --- a/games-emulation/gr-lida/gr-lida-0.7.1.ebuild +++ b/games-emulation/gr-lida/gr-lida-0.7.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="1" +EAPI="2" + inherit qt4 MY_P="GR-lida-${PV}" @@ -16,18 +17,17 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dosbox scummvm" -DEPEND="|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-sql:4 ) - =x11-libs/qt-4.3*:4 ) +DEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-sql:4[sqlite] dosbox? ( games-emulation/dosbox ) scummvm? ( games-engines/scummvm )" -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" -QT4_BUILT_WITH_USE_CHECK="gif jpeg png sqlite3" S=${WORKDIR}/${MY_P} -src_compile(){ +src_configure(){ eqmake4 "${PN}".pro - emake || die "Compile Failed" } src_install(){ -- cgit v1.2.3-65-gdbad