diff options
author | 2007-08-28 05:56:01 +0000 | |
---|---|---|
committer | 2007-08-28 05:56:01 +0000 | |
commit | 4d203c9a172eccf52a8fcc5ef7196b551c92a583 (patch) | |
tree | 514f7ebfe8c90832a83cad33fdefc3af97371477 /games-emulation | |
parent | amd64 stable (diff) | |
download | gentoo-2-4d203c9a172eccf52a8fcc5ef7196b551c92a583.tar.gz gentoo-2-4d203c9a172eccf52a8fcc5ef7196b551c92a583.tar.bz2 gentoo-2-4d203c9a172eccf52a8fcc5ef7196b551c92a583.zip |
version bump
(Portage version: 2.1.2.12)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.72.ebuild | 47 | ||||
-rw-r--r-- | games-emulation/dosbox/files/digest-dosbox-0.72 | 3 |
3 files changed, 56 insertions, 1 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index 85fd7f40d33d..115fffee386a 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/dosbox # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.32 2007/07/31 07:04:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.33 2007/08/28 05:56:01 mr_bones_ Exp $ + +*dosbox-0.72 (28 Aug 2007) + + 28 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> +dosbox-0.72.ebuild: + version bump *dosbox-0.71 (31 Jul 2007) diff --git a/games-emulation/dosbox/dosbox-0.72.ebuild b/games-emulation/dosbox/dosbox-0.72.ebuild new file mode 100644 index 000000000000..12758ed602f1 --- /dev/null +++ b/games-emulation/dosbox/dosbox-0.72.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.72.ebuild,v 1.1 2007/08/28 05:56:01 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="DOS emulator" +HOMEPAGE="http://dosbox.sourceforge.net/" +SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="alsa debug hardened opengl" + +DEPEND="media-libs/alsa-lib + opengl? ( virtual/opengl ) + debug? ( sys-libs/ncurses ) + media-libs/libpng + media-libs/libsdl + media-libs/sdl-net + media-libs/sdl-sound" + +pkg_setup() { + if ! built_with_use --missing true media-libs/alsa-lib midi; then + eerror "To be able to build dosbox with ALSA support you need" + eerror "to have built media-libs/alsa-lib with midi USE flag." + die "Missing midi USE flag on media-libs/alsa-lib" + fi + games_pkg_setup +} + +src_compile() { + egamesconf \ + --disable-dependency-tracking \ + $(use_enable !hardened dynamic-x86) \ + $(use_enable debug) \ + $(use_enable opengl) \ + || die + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README THANKS + prepgamesdirs +} diff --git a/games-emulation/dosbox/files/digest-dosbox-0.72 b/games-emulation/dosbox/files/digest-dosbox-0.72 new file mode 100644 index 000000000000..aee213783f0d --- /dev/null +++ b/games-emulation/dosbox/files/digest-dosbox-0.72 @@ -0,0 +1,3 @@ +MD5 262939cc28966c1f9b07c2bc472b699f dosbox-0.72.tar.gz 1046475 +RMD160 2088e9bd633719dedcd2aa7431e45b3c81eaa2ea dosbox-0.72.tar.gz 1046475 +SHA256 1747d7d9f1e5c0635b5d2d3e6648e8dc36316b1bc88b3755bf96b7fde499ac79 dosbox-0.72.tar.gz 1046475 |