diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-28 01:48:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-28 01:48:14 +0000 |
commit | ec00c0943e0338859f0bdaede62b133db981927a (patch) | |
tree | e60eeaa5384649040ef88ff04efb910774f998c5 /games-engines/scummvm | |
parent | Rename app-cdr/cdemud to app-cdr/cdemu-daemon to follow upstream convention a... (diff) | |
download | gentoo-2-ec00c0943e0338859f0bdaede62b133db981927a.tar.gz gentoo-2-ec00c0943e0338859f0bdaede62b133db981927a.tar.bz2 gentoo-2-ec00c0943e0338859f0bdaede62b133db981927a.zip |
EAPI=5
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-1.5.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 32bf9ad54994..90af65b525b2 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.124 2013/01/24 17:54:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.125 2013/01/28 01:48:14 mr_bones_ Exp $ + + 28 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> scummvm-1.5.0.ebuild: + EAPI=5 24 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -scummvm-1.4.0.ebuild, -scummvm-1.4.1.ebuild: diff --git a/games-engines/scummvm/scummvm-1.5.0.ebuild b/games-engines/scummvm/scummvm-1.5.0.ebuild index 224410466abc..0c93624bf2a1 100644 --- a/games-engines/scummvm/scummvm-1.5.0.ebuild +++ b/games-engines/scummvm/scummvm-1.5.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.10 2012/12/16 20:00:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.11 2013/01/28 01:48:14 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils flag-o-matic toolchain-funcs games DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures" @@ -78,7 +78,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install dodoc AUTHORS NEWS README TODO doicon icons/scummvm.svg make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame" |