summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebas@gentoo.org>2008-11-24 12:25:30 +0000
committerSebastian Bergmann <sebas@gentoo.org>2008-11-24 12:25:30 +0000
commit721d1ed169998910e10919bb70e5a14a4adc3074 (patch)
treeca9f7a77e6f373833c2c0488a7c9e2deb8dfb6cd /games-emulation/gr-lida/gr-lida-0.7.0.ebuild
parentwww-apps/davical: New version for davical - Better ical calendar support (diff)
downloadsunrise-721d1ed169998910e10919bb70e5a14a4adc3074.tar.gz
sunrise-721d1ed169998910e10919bb70e5a14a4adc3074.tar.bz2
sunrise-721d1ed169998910e10919bb70e5a14a4adc3074.zip
games-emulation/gr-lida: Version bump
svn path=/sunrise/; revision=7398
Diffstat (limited to 'games-emulation/gr-lida/gr-lida-0.7.0.ebuild')
-rw-r--r--games-emulation/gr-lida/gr-lida-0.7.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/games-emulation/gr-lida/gr-lida-0.7.0.ebuild b/games-emulation/gr-lida/gr-lida-0.7.0.ebuild
deleted file mode 100644
index 7659c148d..000000000
--- a/games-emulation/gr-lida/gr-lida-0.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-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="|| ( ( 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 )"
-
-QT4_BUILT_WITH_USE_CHECK="gif jpeg png sqlite3"
-
-src_compile(){
- eqmake4 "${PN}".pro
- emake || die "Compile Failed"
-}
-
-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."
-}