From 721d1ed169998910e10919bb70e5a14a4adc3074 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 24 Nov 2008 12:25:30 +0000 Subject: games-emulation/gr-lida: Version bump svn path=/sunrise/; revision=7398 --- games-emulation/gr-lida/ChangeLog | 4 +++ games-emulation/gr-lida/Manifest | 6 ++--- games-emulation/gr-lida/gr-lida-0.7.0.ebuild | 39 ---------------------------- games-emulation/gr-lida/gr-lida-0.7.1.ebuild | 39 ++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 42 deletions(-) delete mode 100644 games-emulation/gr-lida/gr-lida-0.7.0.ebuild create mode 100644 games-emulation/gr-lida/gr-lida-0.7.1.ebuild (limited to 'games-emulation/gr-lida') diff --git a/games-emulation/gr-lida/ChangeLog b/games-emulation/gr-lida/ChangeLog index 9a81dd3b5..ba9f4c790 100644 --- a/games-emulation/gr-lida/ChangeLog +++ b/games-emulation/gr-lida/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Nov 2008; Sebastián Magrí (sebasmagri) + -gr-lida-0.7.0.ebuild, +gr-lida-0.7.1.ebuild: + Version bump + 22 Oct 2008; Sebastian Magri (sebasmagri) -gr-lida-0.6.0.ebuild, +gr-lida-0.7.0.ebuild: Version bump for gr-lida diff --git a/games-emulation/gr-lida/Manifest b/games-emulation/gr-lida/Manifest index f821e8301..031989b0d 100644 --- a/games-emulation/gr-lida/Manifest +++ b/games-emulation/gr-lida/Manifest @@ -1,4 +1,4 @@ -DIST GR-lida-0.7.0.tar.bz2 469384 RMD160 99d28227bd54322689f86e9178167a478d0c806a SHA1 37be263ea208eacd4e9a8f0963ef8ac29435aed1 SHA256 07a70fe09130eb2f500a43d680c0231c19b63db1055629000df59a5dc420ec5c -EBUILD gr-lida-0.7.0.ebuild 903 RMD160 fb3d1fdc20a25e2bc8e03c6238fcd7a328fc20c9 SHA1 314a171adbf125e2492e8944aac61eb116895385 SHA256 1fa41871bd4575a68795676f77ec5571205d6de0586b72876cf389a6b0428900 -MISC ChangeLog 1997 RMD160 99beef65212c66650b5a6d724718728a15ed96dc SHA1 5ac3af6d1f84134b176f20a69ae11bee65381782 SHA256 220e65c5047bcf3027d07eaa4126c62e48756c1a4943586539c93b16ca3f5c28 +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 MISC metadata.xml 316 RMD160 1055b884a94ad569dc9530bab2276e235579e289 SHA1 5c13e05e5436d58cdaf44578c8a7d2288049c8b5 SHA256 389d9a218354ad73ec08b925c96280c46b21d5869ce888bd1fd8a7a78d3cef16 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." -} diff --git a/games-emulation/gr-lida/gr-lida-0.7.1.ebuild b/games-emulation/gr-lida/gr-lida-0.7.1.ebuild new file mode 100644 index 000000000..7659c148d --- /dev/null +++ b/games-emulation/gr-lida/gr-lida-0.7.1.ebuild @@ -0,0 +1,39 @@ +# 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." +} -- cgit v1.2.3-65-gdbad