diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-01-19 18:00:38 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-01-19 18:00:38 +0000 |
commit | 4fb905dee1eaf83d5cb5e9cc5119c5c3e588eb47 (patch) | |
tree | da3969b5d6e634eabd26dc9d3004bcf712b85132 /games-emulation/gr-lida | |
parent | sys-apps/fileschanged: Add suggested RDEPEND=${DEPEND}, add die statements. (diff) | |
download | sunrise-4fb905dee1eaf83d5cb5e9cc5119c5c3e588eb47.tar.gz sunrise-4fb905dee1eaf83d5cb5e9cc5119c5c3e588eb47.tar.bz2 sunrise-4fb905dee1eaf83d5cb5e9cc5119c5c3e588eb47.zip |
games-emulation/gr-lida: Add suggested RDEPEND=${DEPEND}, simplify
svn path=/sunrise/; revision=7695
Diffstat (limited to 'games-emulation/gr-lida')
-rw-r--r-- | games-emulation/gr-lida/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/gr-lida/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/gr-lida/gr-lida-0.7.1.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games-emulation/gr-lida/ChangeLog b/games-emulation/gr-lida/ChangeLog index ba9f4c790..5d8eb2ca7 100644 --- a/games-emulation/gr-lida/ChangeLog +++ b/games-emulation/gr-lida/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for games-emulation/gr-lida -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + gr-lida-0.7.1.ebuild: + Add suggested RDEPEND=${DEPEND}, simplify + 24 Nov 2008; Sebastián Magrí (sebasmagri) <sebasmagri@gmail.com> -gr-lida-0.7.0.ebuild, +gr-lida-0.7.1.ebuild: Version bump diff --git a/games-emulation/gr-lida/Manifest b/games-emulation/gr-lida/Manifest index 031989b0d..2a94d5a63 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 903 RMD160 fb3d1fdc20a25e2bc8e03c6238fcd7a328fc20c9 SHA1 314a171adbf125e2492e8944aac61eb116895385 SHA256 1fa41871bd4575a68795676f77ec5571205d6de0586b72876cf389a6b0428900 -MISC ChangeLog 2130 RMD160 207556495efd433cd1ca624cc147808d94fd4f7e SHA1 41bcbc39e7ade775f111107ec939f0a5969a2876 SHA256 fcea0c5a65a078651c66d40d43b516e00b5abd0450f1625294dd51d49c7d9f54 +EBUILD gr-lida-0.7.1.ebuild 917 RMD160 772546635bd251fd790a80a05d5e1552b106ad24 SHA1 833d855619a286a014d4925adc585a50d603384d SHA256 f1a2ab95aca465f0d0a10cbf5fc83ecf91ab1b3db52760f7ab73682c7930a009 +MISC ChangeLog 2258 RMD160 4717f69ef447c6fbbc791b81f61e76fbe326da21 SHA1 df5359f671818eec2a59979418fe82648965b241 SHA256 972ee7e7f86bc06dd3810084970cebd2b10de94002b0cb43087db60951a16d62 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 7659c148d..2144d4448 100644 --- a/games-emulation/gr-lida/gr-lida-0.7.1.ebuild +++ b/games-emulation/gr-lida/gr-lida-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,7 +6,6 @@ EAPI="1" inherit qt4 MY_P="GR-lida-${PV}" -S="${WORKDIR}"/"${MY_P}" DESCRIPTION="Frontend for scummvm and dosbox" HOMEPAGE="http://www.laisladelabandoware.es" @@ -21,8 +20,10 @@ DEPEND="|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-sql:4 ) =x11-libs/qt-4.3*:4 ) dosbox? ( games-emulation/dosbox ) scummvm? ( games-engines/scummvm )" +RDEPEND=${DEPEND} QT4_BUILT_WITH_USE_CHECK="gif jpeg png sqlite3" +S=${WORKDIR}/${MY_P} src_compile(){ eqmake4 "${PN}".pro |