diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-03-01 16:13:55 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-03-01 16:13:55 +0000 |
commit | b127537a97ca0ee0716e94091b5e3b4cbe0ec05e (patch) | |
tree | c563ab56553646c5db447f0a4213b4dd4f4c8dd7 /games-rpg | |
parent | Verson bump. Remove old. (diff) | |
download | gentoo-2-b127537a97ca0ee0716e94091b5e3b4cbe0ec05e.tar.gz gentoo-2-b127537a97ca0ee0716e94091b5e3b4cbe0ec05e.tar.bz2 gentoo-2-b127537a97ca0ee0716e94091b5e3b4cbe0ec05e.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/bass/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/bass/bass-1.2-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-rpg/bass/ChangeLog b/games-rpg/bass/ChangeLog index 352acbd7df37..651d6dbff06c 100644 --- a/games-rpg/bass/ChangeLog +++ b/games-rpg/bass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/bass -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/bass/ChangeLog,v 1.13 2011/07/26 10:28:31 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/bass/ChangeLog,v 1.14 2015/03/01 16:13:55 tupone Exp $ + + 01 Mar 2015; Tupone Alfredo <tupone@gentoo.org> bass-1.2-r1.ebuild: + EAPI 5 26 Jul 2011; Tupone Alfredo <tupone@gentoo.org> bass-1.2-r1.ebuild, +files/scummvmGetLang.sh: diff --git a/games-rpg/bass/bass-1.2-r1.ebuild b/games-rpg/bass/bass-1.2-r1.ebuild index 22fc60dd5727..bbc75a706b57 100644 --- a/games-rpg/bass/bass-1.2-r1.ebuild +++ b/games-rpg/bass/bass-1.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 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.5 2011/07/26 10:28:31 tupone Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-rpg/bass/bass-1.2-r1.ebuild,v 1.6 2015/03/01 16:13:55 tupone Exp $ +EAPI=5 inherit eutils games DESCRIPTION="Beneath a Steel Sky: a science fiction thriller set in a bleak vision of the future" @@ -25,7 +25,7 @@ src_install() { games_make_wrapper bass "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" -q\$(scummvmGetLang.sh) sky" . dogamesbin "${FILESDIR}"/scummvmGetLang.sh insinto "${GAMES_DATADIR}"/${PN} - doins sky.* || die "doins failed" + doins sky.* dodoc readme.txt doicon "${DISTDIR}"/${PN}.png make_desktop_entry ${PN} "Beneath a Steel Sky" |