diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-05-21 22:57:54 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-05-21 22:57:54 +0000 |
commit | 2b1afe05da0de4f40446f8cff333ca50cca2e357 (patch) | |
tree | 8811ee2d519c4ec1924f38b8bc7d8ed2169a6aa1 /games-rpg/bass | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-2b1afe05da0de4f40446f8cff333ca50cca2e357.tar.gz gentoo-2-2b1afe05da0de4f40446f8cff333ca50cca2e357.tar.bz2 gentoo-2-2b1afe05da0de4f40446f8cff333ca50cca2e357.zip |
Added menu. Bug #159745
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-rpg/bass')
-rw-r--r-- | games-rpg/bass/ChangeLog | 9 | ||||
-rw-r--r-- | games-rpg/bass/bass-1.2-r1.ebuild | 32 | ||||
-rw-r--r-- | games-rpg/bass/files/digest-bass-1.2-r1 | 6 |
3 files changed, 45 insertions, 2 deletions
diff --git a/games-rpg/bass/ChangeLog b/games-rpg/bass/ChangeLog index e3b6124cc7ee..7bf43648140e 100644 --- a/games-rpg/bass/ChangeLog +++ b/games-rpg/bass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-rpg/bass -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/bass/ChangeLog,v 1.9 2006/09/28 15:41:15 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/bass/ChangeLog,v 1.10 2007/05/21 22:57:54 tupone Exp $ + +*bass-1.2-r1 (21 May 2007) + + 21 May 2007; Tupone Alfredo <tupone@gentoo.org> +bass-1.2-r1.ebuild: + Added menu. Bug #159745 by Pacho Ramos 28 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> bass-1.2.ebuild: Changing HOMEPAGE to wikipedia page since we can't find one, otherwise. diff --git a/games-rpg/bass/bass-1.2-r1.ebuild b/games-rpg/bass/bass-1.2-r1.ebuild new file mode 100644 index 000000000000..98638d0eac89 --- /dev/null +++ b/games-rpg/bass/bass-1.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/bass/bass-1.2-r1.ebuild,v 1.1 2007/05/21 22:57:54 tupone Exp $ + +inherit eutils games + +DESCRIPTION="Beneath a Steel Sky: a science fiction thriller set in a bleak vision of the future" +#HOMEPAGE="http://www.revgames.com/_display.php?id=16" +HOMEPAGE="http://en.wikipedia.org/wiki/Beneath_a_Steel_Sky" +SRC_URI="mirror://sourceforge/scummvm/bass-cd-${PV}.zip + mirror://gentoo/${PN}.png" + +LICENSE="bass" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=games-engines/scummvm-0.5.0" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR}/bass-cd-${PV} + +src_install() { + games_make_wrapper bass "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" sky" . + insinto "${GAMES_DATADIR}"/${PN} + doins sky.* || die "doins failed" + dodoc readme.txt + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} "Beneath a Steel Sky" ${PN}.png + prepgamesdirs +} diff --git a/games-rpg/bass/files/digest-bass-1.2-r1 b/games-rpg/bass/files/digest-bass-1.2-r1 new file mode 100644 index 000000000000..d64fdbd4e07c --- /dev/null +++ b/games-rpg/bass/files/digest-bass-1.2-r1 @@ -0,0 +1,6 @@ +MD5 1d4401cd663715332abe8bb5431e356d bass-cd-1.2.zip 69377781 +RMD160 8ebf7b3f3ce8c11a0ea4af7a4e8e778a63742331 bass-cd-1.2.zip 69377781 +SHA256 53209b9400eab6fd7fa71518b2f357c8de75cfeaa5ba57024575ab79cc974593 bass-cd-1.2.zip 69377781 +MD5 7780d34ee11ad0ec0b8c270ee53664bb bass.png 27613 +RMD160 d56ddff004edafb2c077ade6bb90460729fd7cc2 bass.png 27613 +SHA256 cd27b33772c967bb2c248dcfaa187adc0ee4436d03899c8a57ccc4c6fd92e92c bass.png 27613 |