From 04f35ba6b8515cdb33fff0381157ff4408f50ae7 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 22 Oct 2008 01:39:17 +0000 Subject: games-emulation/gr-lida: Version bump for gr-lida svn path=/sunrise/; revision=7245 --- games-emulation/gr-lida/ChangeLog | 4 +++ games-emulation/gr-lida/Manifest | 6 ++--- games-emulation/gr-lida/gr-lida-0.6.0.ebuild | 39 ---------------------------- games-emulation/gr-lida/gr-lida-0.7.0.ebuild | 39 ++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 42 deletions(-) delete mode 100644 games-emulation/gr-lida/gr-lida-0.6.0.ebuild create mode 100644 games-emulation/gr-lida/gr-lida-0.7.0.ebuild (limited to 'games-emulation') diff --git a/games-emulation/gr-lida/ChangeLog b/games-emulation/gr-lida/ChangeLog index 74e845aa4..9a81dd3b5 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: $ + 22 Oct 2008; Sebastian Magri (sebasmagri) + -gr-lida-0.6.0.ebuild, +gr-lida-0.7.0.ebuild: + Version bump for gr-lida + 30 Aug 2008; Thomas Sachau (Tommy[D]) metadata.xml: Add local useflags to metadata.xml (GLEP 56) diff --git a/games-emulation/gr-lida/Manifest b/games-emulation/gr-lida/Manifest index 144606d18..c5dd9397d 100644 --- a/games-emulation/gr-lida/Manifest +++ b/games-emulation/gr-lida/Manifest @@ -1,4 +1,4 @@ -DIST GR-lida-0.6.0.tar.bz2 413770 RMD160 e01d5c87fe363ecf7978704de7cbdfc1edf793b3 SHA1 a70624a2007a1ef6a2206b3a3837317350804ddd SHA256 327b7c685a23ad489fa67d8af1cce0da18abee7e1b01909aefa96ed42acf1689 -EBUILD gr-lida-0.6.0.ebuild 905 RMD160 9b14d1d7c728be69ffbf2f8563f05c92c0fefbdb SHA1 f61303f61e6e7fc375b230a25a4d163fa1d7f673 SHA256 8f079c23a6d5dedaaf0c01162db00b0483e9f8b1cac941ba8fbb283871c32e8b -MISC ChangeLog 1854 RMD160 72bb6794f9e3697badf9c031f1b8f2ecbcfd9d24 SHA1 d0ad1731aec3c063a9fc9a67dff63cdd22214b5c SHA256 2504e43fda8b990033686d3c87290e8c2b2c26cc9c17c2db3c8c2816f7c84cc0 +DIST GR-lida-0.7.0.tar.bz2 469384 RMD160 99d28227bd54322689f86e9178167a478d0c806a SHA1 37be263ea208eacd4e9a8f0963ef8ac29435aed1 SHA256 07a70fe09130eb2f500a43d680c0231c19b63db1055629000df59a5dc420ec5c +EBUILD gr-lida-0.7.0.ebuild 905 RMD160 9b14d1d7c728be69ffbf2f8563f05c92c0fefbdb SHA1 f61303f61e6e7fc375b230a25a4d163fa1d7f673 SHA256 8f079c23a6d5dedaaf0c01162db00b0483e9f8b1cac941ba8fbb283871c32e8b +MISC ChangeLog 1997 RMD160 99beef65212c66650b5a6d724718728a15ed96dc SHA1 5ac3af6d1f84134b176f20a69ae11bee65381782 SHA256 220e65c5047bcf3027d07eaa4126c62e48756c1a4943586539c93b16ca3f5c28 MISC metadata.xml 316 RMD160 1055b884a94ad569dc9530bab2276e235579e289 SHA1 5c13e05e5436d58cdaf44578c8a7d2288049c8b5 SHA256 389d9a218354ad73ec08b925c96280c46b21d5869ce888bd1fd8a7a78d3cef16 diff --git a/games-emulation/gr-lida/gr-lida-0.6.0.ebuild b/games-emulation/gr-lida/gr-lida-0.6.0.ebuild deleted file mode 100644 index 58e64f418..000000000 --- a/games-emulation/gr-lida/gr-lida-0.6.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(){ - einfo "The GUI is by default in Spanish." - einfo "If you need it, English is available on the Options Menu." -} diff --git a/games-emulation/gr-lida/gr-lida-0.7.0.ebuild b/games-emulation/gr-lida/gr-lida-0.7.0.ebuild new file mode 100644 index 000000000..58e64f418 --- /dev/null +++ b/games-emulation/gr-lida/gr-lida-0.7.0.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(){ + einfo "The GUI is by default in Spanish." + einfo "If you need it, English is available on the Options Menu." +} -- cgit v1.2.3-65-gdbad