summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-07-27 00:29:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-07-27 00:29:52 +0000
commit2d9fae7c4eeaff89eb04450d93c79f3c670e21b8 (patch)
treef07b29b068f7d90895d8819f1b5c4d3084082b7e /games-emulation/dosbox
parentRemove old version, add a new one that does not build useless static archives... (diff)
downloadgentoo-2-2d9fae7c4eeaff89eb04450d93c79f3c670e21b8.tar.gz
gentoo-2-2d9fae7c4eeaff89eb04450d93c79f3c670e21b8.tar.bz2
gentoo-2-2d9fae7c4eeaff89eb04450d93c79f3c670e21b8.zip
old
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r--games-emulation/dosbox/Manifest13
-rw-r--r--games-emulation/dosbox/dosbox-0.73.ebuild45
-rw-r--r--games-emulation/dosbox/files/dosbox-0.73-AC_CANONICAL_BUILD_and_libpng14.patch79
3 files changed, 0 insertions, 137 deletions
diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest
index e50cafe4a5dd..bed96d525635 100644
--- a/games-emulation/dosbox/Manifest
+++ b/games-emulation/dosbox/Manifest
@@ -1,18 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX dosbox-0.73-AC_CANONICAL_BUILD_and_libpng14.patch 2459 RMD160 7282b150bd7f5ce525ba61d0603a924c398027a3 SHA1 668e8b723bf5d5becea448440157909ac48a00f6 SHA256 aa3442bd0a3135ca970af64e12861e352f61d774239ba0699af86163babd3253
-DIST dosbox-0.73.tar.gz 1279384 RMD160 b732ee0f96024ad2abafa4cb6dd9f2ae316c7177 SHA1 e87682f8f468f3822d2f79e38e5ddb73825fa8c1 SHA256 b0a94c46164391a9c32d9571e4d0b61ff238908ff0b77e09157c22dc98a93765
DIST dosbox-0.74.tar.gz 1265711 RMD160 4534d87206de8401cd0de471d8172726f2c6b788 SHA1 2d99f0013350efb29b769ff19ddc8e4d86f4e77e SHA256 13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05
-EBUILD dosbox-0.73.ebuild 1188 RMD160 35318055c51b4f26ffd83a15d0a286c3359ef00f SHA1 8b39a0faa83b46ebce994c558e50df9f2b4ee6da SHA256 49ed38b06bfcd7ab9f56daef6963343d81a399d0155764e88ea823cb4ede4078
EBUILD dosbox-0.74.ebuild 1077 RMD160 9a88ba56b92314a88ccaeb3acd73bac0a1e99608 SHA1 2ff042a787672643b2ae8d7174fdfdc369ca7e61 SHA256 cd84ea56dc61c7ac4838a7e9503d2a5b18e35fd30cb4dcd57612bed6271a74f2
EBUILD dosbox-9999.ebuild 1221 RMD160 17b03ba35e67599f338c9f3709fda488c9924a7f SHA1 6b940324abfe7a292b9443926568aea8c3321c3e SHA256 8e4d11d1bda5168f5c630e69e505194e75b25508318588b8fcbf901478e20ac6
MISC ChangeLog 7603 RMD160 962b3faf374ee486298cabc96ee14ef1a82e740a SHA1 9eab4e31c3f5830ca5dde4d115aa06046ea12d01 SHA256 2ed462db72554f1539895771ad6d49ddf71f888f20bfb019e6db468bc0dee548
MISC metadata.xml 221 RMD160 617e2d275f39c937dfdc8ae1ebc0b4fac331d0a9 SHA1 e947c4afb6291420a09d464cb18472cfcf1cb498 SHA256 80c34a967b80bba5f0f27215677fdad5b1ed739678287b62db1f6c345cf69811
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.15 (GNU/Linux)
-
-iEYEARECAAYFAkxEpHUACgkQcsIHjyDViGRWawCfXwgsADqT9kUMJK+vsJuxgWbp
-ooQAn22qYZd+29TXL6A2nmz2jI425XkB
-=reuK
------END PGP SIGNATURE-----
diff --git a/games-emulation/dosbox/dosbox-0.73.ebuild b/games-emulation/dosbox/dosbox-0.73.ebuild
deleted file mode 100644
index 845d78ab1241..000000000000
--- a/games-emulation/dosbox/dosbox-0.73.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.73.ebuild,v 1.6 2010/03/10 11:08:52 ssuominen Exp $
-
-EAPI=2
-inherit autotools 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 ~ppc64 ~sparc x86"
-IUSE="alsa debug hardened opengl"
-
-DEPEND="alsa? ( media-libs/alsa-lib )
- opengl? ( virtual/opengl )
- debug? ( sys-libs/ncurses )
- media-libs/libpng
- media-libs/libsdl[joystick,video]
- media-libs/sdl-net
- media-libs/sdl-sound"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-AC_CANONICAL_BUILD_and_libpng14.patch
- eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable alsa alsa-midi) \
- $(use_enable !hardened dynamic-x86) \
- $(use_enable debug) \
- $(use_enable opengl)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
- make_desktop_entry dosbox DOSBox /usr/share/pixmaps/dosbox.ico
- doicon src/dosbox.ico
- prepgamesdirs
-}
diff --git a/games-emulation/dosbox/files/dosbox-0.73-AC_CANONICAL_BUILD_and_libpng14.patch b/games-emulation/dosbox/files/dosbox-0.73-AC_CANONICAL_BUILD_and_libpng14.patch
deleted file mode 100644
index ac6b007e7ef0..000000000000
--- a/games-emulation/dosbox/files/dosbox-0.73-AC_CANONICAL_BUILD_and_libpng14.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=308735
-
-These can be found in dosbox sf.net bugtracking system:
-http://sourceforge.net/tracker/?group_id=52551&atid=467232
-
---- configure.in
-+++ configure.in
-@@ -5,7 +5,7 @@
-
- dnl Detect the canonical host and target build environment
- AC_CANONICAL_HOST
--AC_CANONICAL_TARGET
-+AC_CANONICAL_BUILD
-
- dnl Setup for automake
- AM_INIT_AUTOMAKE
-@@ -21,7 +21,7 @@
-
- dnl Some needed libaries for OS2
- dnl perharps join this with the other target depended checks. move them upwards
--if test x$target = xi386-pc-os2-emx ; then
-+if test x$build = xi386-pc-os2-emx ; then
- CXXFLAGS="$CXXFLAGS -Zmt"
- LDFLAGS="$LDFLAGS -Zomf -Zmt"
- LIBS="$LIBS -los2me"
-@@ -231,7 +231,7 @@
- dnl The target cpu checks for dynamic cores
- AH_TEMPLATE(C_TARGETCPU,[The type of cpu this target has])
- AC_MSG_CHECKING(for target cpu type)
--case "$target_cpu" in
-+case "$build_cpu" in
- x86_64 | amd64)
- AC_DEFINE(C_TARGETCPU,X86_64)
- AC_MSG_RESULT(x86-64 bit compatible)
-@@ -343,7 +343,7 @@
-
- AH_TEMPLATE(C_SSHOT,[Define to 1 to enable screenshots, requires libpng])
- AC_CHECK_HEADER(png.h,have_png_h=yes,)
--AC_CHECK_LIB(png, png_check_sig, have_png_lib=yes, ,-lz)
-+AC_CHECK_LIB(png, png_get_io_ptr, have_png_lib=yes)
- if test x$have_png_lib = xyes -a x$have_png_h = xyes ; then
- LIBS="$LIBS -lpng -lz"
- AC_DEFINE(C_SSHOT,1)
-@@ -355,7 +355,7 @@
- AH_TEMPLATE(C_IPX,[Define to 1 to enable IPX over Internet networking, requires SDL_net])
- AC_CHECK_HEADER(SDL_net.h,have_sdl_net_h=yes,)
-
--if test x$target = xi386-pc-os2-emx ; then
-+if test x$build = xi386-pc-os2-emx ; then
- AC_MSG_CHECKING(for SDLNet_Init in SDL_net);
- LIBS_BACKUP=$LIBS;
- LIBS="$LIBS -lSDL_Net";
-@@ -393,7 +393,7 @@
- AC_ARG_ENABLE(opengl,AC_HELP_STRING([--disable-opengl],[Disable opengl support]),,enable_opengl=yes)
- AC_MSG_CHECKING(whether opengl display output will be enabled)
- if test x$enable_opengl = xyes; then
--case "$target" in
-+case "$build" in
- *-*-darwin*)
- AC_MSG_RESULT(yes)
- LIBS="$LIBS -framework OpenGL"
-@@ -448,7 +448,7 @@
-
-
- dnl Some target detection and actions for them
--case "$target" in
-+case "$build" in
- *-*-cygwin* | *-*-mingw32*)
- LIBS="$LIBS -lwinmm"
- AC_CHECK_HEADERS(ddraw.h)
-@@ -486,7 +486,7 @@
- esac
-
- dnl Some stuff for the icon.
--case "$target" in
-+case "$build" in
- *-*-cygwin* | *-*-mingw32*)
- dnl Some stuff for the ico
- AC_CHECK_TOOL(WINDRES, windres, :)