diff options
author | 2008-03-22 03:05:48 +0000 | |
---|---|---|
committer | 2008-03-22 03:05:48 +0000 | |
commit | cfb63fb0facf44370e17c13dc1aff41a1a6bafb2 (patch) | |
tree | e5599dde0ffa91d4a76c5915be09d37871f3da3b /games-emulation/gr-lida | |
parent | new USE flags 'dosbox' and 'scummvm' for games-emulation/gr-lida (diff) | |
download | sunrise-cfb63fb0facf44370e17c13dc1aff41a1a6bafb2.tar.gz sunrise-cfb63fb0facf44370e17c13dc1aff41a1a6bafb2.tar.bz2 sunrise-cfb63fb0facf44370e17c13dc1aff41a1a6bafb2.zip |
games-emulation/gr-lida: New Ebuild for bug 213983 thanks to tommy, jokey, chithead, jeeves, juanfra and genstef
svn path=/sunrise/; revision=5875
Diffstat (limited to 'games-emulation/gr-lida')
-rw-r--r-- | games-emulation/gr-lida/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/gr-lida/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/gr-lida/gr-lida-0.3.4.ebuild | 39 | ||||
-rw-r--r-- | games-emulation/gr-lida/metadata.xml | 5 |
4 files changed, 57 insertions, 0 deletions
diff --git a/games-emulation/gr-lida/ChangeLog b/games-emulation/gr-lida/ChangeLog new file mode 100644 index 000000000..7f2cd2a5c --- /dev/null +++ b/games-emulation/gr-lida/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for games-emulation/gr-lida +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 22 Mar 2008; Sebastián Magrà (sebasmagri) <sebasmagri@gmail.com> + +gr-lida-0.3.4.ebuild, +metadata.xml: + New Ebuild for bug 213983 thanks to tommy, jokey, chithead, jeeves, juanfra + and genstef + diff --git a/games-emulation/gr-lida/Manifest b/games-emulation/gr-lida/Manifest new file mode 100644 index 000000000..6ad4d7652 --- /dev/null +++ b/games-emulation/gr-lida/Manifest @@ -0,0 +1,4 @@ +DIST GR-lida-0.3.4.tar.bz2 373794 RMD160 66d5d0e6e5979e6ec087361b9df16c1743f52ac5 SHA1 c2620a63e83f38f90c17cb0ba544e88a9d9b5a3e SHA256 31ba9563cd79f1788dedc4bd1d1d7d143e40124daf2456ac9ea2abb540e9a58c +EBUILD gr-lida-0.3.4.ebuild 852 RMD160 1cfdc4fd17f399826620ab4bd00c0f65e969a796 SHA1 37b36f787b74bc6f5f9c6a9f3163801e09b321bc SHA256 b319cb97fd1252c6113fc4879678623950b6ba20299d9f2e62b5c2d8523ca6d0 +MISC ChangeLog 326 RMD160 d785ef30a5006c6a72236325ca03359c34b72dda SHA1 dab083bada2899631cf35ff8b5c79c0309a69e73 SHA256 66ac2f3c019a512fda9deaface58655327cc7fcd2dc234f5d2ba71db2f284351 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/games-emulation/gr-lida/gr-lida-0.3.4.ebuild b/games-emulation/gr-lida/gr-lida-0.3.4.ebuild new file mode 100644 index 000000000..3b998af36 --- /dev/null +++ b/games-emulation/gr-lida/gr-lida-0.3.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 2006-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit qt4 + +MY_P="GR-lida-${PV}" +S="${WORKDIR}"/"${MY_P}" + +DESCRIPTION="Frontend for scummvm and dosbox" +HOMEPAGE="http://www.laisladelabandoware.es" +SRC_URI="http://dl.sharesource.org/grlida/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dosbox scummvm" + +DEPEND="$(qt4_min_version 4.3)" + +RDEPEND="${DEPEND} + dosbox? ( games-emulation/dosbox ) + scummvm? ( games-engines/scummvm )" + +QT4_BUILT_WITH_USE_CHECK="gif jpeg png sqlite3" + +src_compile(){ + eqmake4 "${PN}".pro || die + emake || die "Compile Failed" +} + +src_install(){ + emake INSTALL_ROOT="${D}" install || die "Install Failed" +} + +pkg_postinst(){ + einfo "The GUI is currently in Spanish." + einfo "See bug 213983 for instructions about translation." +} diff --git a/games-emulation/gr-lida/metadata.xml b/games-emulation/gr-lida/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/games-emulation/gr-lida/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> |