diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-17 14:17:17 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-17 14:17:17 +0000 |
commit | a3efae6ee988e5faf475f3e862d7761db7992663 (patch) | |
tree | a2f6f0e6359545621538a029914baa923967e6cd /games-emulation/dosbox | |
parent | Version bump python-daemon to 2.0.3 (fixes bug 536404) (diff) | |
download | gentoo-2-a3efae6ee988e5faf475f3e862d7761db7992663.tar.gz gentoo-2-a3efae6ee988e5faf475f3e862d7761db7992663.tar.bz2 gentoo-2-a3efae6ee988e5faf475f3e862d7761db7992663.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.74.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index ceb7b64a7e38..c8a2b80ef216 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dosbox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.63 2015/01/01 05:10:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.64 2015/01/17 14:17:17 tupone Exp $ + + 17 Jan 2015; Tupone Alfredo <tupone@gentoo.org> dosbox-0.74.ebuild: + EAPI 5 01 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> dosbox-9999.ebuild: EAPI=5 diff --git a/games-emulation/dosbox/dosbox-0.74.ebuild b/games-emulation/dosbox/dosbox-0.74.ebuild index 3672e1f22545..3c20b6b9bf30 100644 --- a/games-emulation/dosbox/dosbox-0.74.ebuild +++ b/games-emulation/dosbox/dosbox-0.74.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.15 2013/04/02 15:35:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.16 2015/01/17 14:17:17 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="DOS emulator" @@ -21,12 +21,12 @@ DEPEND="alsa? ( media-libs/alsa-lib ) media-libs/libsdl[joystick,video,X] media-libs/sdl-net media-libs/sdl-sound" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gcc46.patch ) src_configure() { egamesconf \ - --disable-dependency-tracking \ $(use_enable alsa alsa-midi) \ $(use_enable !hardened dynamic-core) \ $(use_enable !hardened dynamic-x86) \ @@ -35,8 +35,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS + default make_desktop_entry dosbox DOSBox /usr/share/pixmaps/dosbox.ico doicon src/dosbox.ico prepgamesdirs |