public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2010-05-16 20:34 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-05-16 20:34 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/05/16 20:34:25

  Modified:             ChangeLog
  Added:                dosbox-0.74.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.50                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	10 Mar 2010 11:08:52 -0000	1.49
+++ ChangeLog	16 May 2010 20:34:25 -0000	1.50
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/dosbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.49 2010/03/10 11:08:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.50 2010/05/16 20:34:25 mr_bones_ Exp $
+
+*dosbox-0.74 (16 May 2010)
+
+  16 May 2010; Michael Sterrett <mr_bones_@gentoo.org> +dosbox-0.74.ebuild:
+  version bump
 
   10 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> dosbox-0.73.ebuild,
   +files/dosbox-0.73-AC_CANONICAL_BUILD_and_libpng14.patch:



1.1                  games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.1&content-type=text/plain

Index: dosbox-0.74.ebuild
===================================================================
# 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.74.ebuild,v 1.1 2010/05/16 20:34:25 mr_bones_ 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_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
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2010-06-24 21:02 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-24 21:02 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/24 21:02:27

  Modified:             ChangeLog dosbox-0.74.ebuild
  Log:
  stable amd64, bug 325153
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	16 May 2010 20:34:25 -0000	1.50
+++ ChangeLog	24 Jun 2010 21:02:27 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dosbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.50 2010/05/16 20:34:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.51 2010/06/24 21:02:27 pacho Exp $
+
+  24 Jun 2010; Pacho Ramos <pacho@gentoo.org> dosbox-0.74.ebuild:
+  stable amd64, bug 325153
 
 *dosbox-0.74 (16 May 2010)
 



1.2                  games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.1&r2=1.2

Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dosbox-0.74.ebuild	16 May 2010 20:34:25 -0000	1.1
+++ dosbox-0.74.ebuild	24 Jun 2010 21:02:27 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.74.ebuild,v 1.1 2010/05/16 20:34:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.2 2010/06/24 21:02:27 pacho Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="alsa debug hardened opengl"
 
 DEPEND="alsa? ( media-libs/alsa-lib )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2010-06-24 21:11 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-06-24 21:11 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/06/24 21:11:25

  Modified:             ChangeLog dosbox-0.74.ebuild
  Log:
  remove autotools since it's not used (thanks to Pacho for the pointer)
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.52                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	24 Jun 2010 21:02:27 -0000	1.51
+++ ChangeLog	24 Jun 2010 21:11:25 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dosbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.51 2010/06/24 21:02:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.52 2010/06/24 21:11:25 mr_bones_ Exp $
+
+  24 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild:
+  remove autotools since it's not used (thanks to Pacho for the pointer)
 
   24 Jun 2010; Pacho Ramos <pacho@gentoo.org> dosbox-0.74.ebuild:
   stable amd64, bug 325153



1.3                  games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.2&r2=1.3

Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dosbox-0.74.ebuild	24 Jun 2010 21:02:27 -0000	1.2
+++ dosbox-0.74.ebuild	24 Jun 2010 21:11:25 -0000	1.3
@@ -1,9 +1,9 @@
 # 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.74.ebuild,v 1.2 2010/06/24 21:02:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.3 2010/06/24 21:11:25 mr_bones_ Exp $
 
 EAPI=2
-inherit autotools eutils games
+inherit eutils games
 
 DESCRIPTION="DOS emulator"
 HOMEPAGE="http://dosbox.sourceforge.net/"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2010-07-15  9:02 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-15  9:02 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/15 09:02:43

  Modified:             ChangeLog dosbox-0.74.ebuild
  Log:
  stable x86, bug 325153
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.53                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	24 Jun 2010 21:11:25 -0000	1.52
+++ ChangeLog	15 Jul 2010 09:02:43 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dosbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.52 2010/06/24 21:11:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.53 2010/07/15 09:02:43 fauli Exp $
+
+  15 Jul 2010; Christian Faulhammer <fauli@gentoo.org> dosbox-0.74.ebuild:
+  stable x86, bug 325153
 
   24 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild:
   remove autotools since it's not used (thanks to Pacho for the pointer)



1.4                  games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.3&r2=1.4

Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dosbox-0.74.ebuild	24 Jun 2010 21:11:25 -0000	1.3
+++ dosbox-0.74.ebuild	15 Jul 2010 09:02:43 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.74.ebuild,v 1.3 2010/06/24 21:11:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.4 2010/07/15 09:02:43 fauli Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="alsa debug hardened opengl"
 
 DEPEND="alsa? ( media-libs/alsa-lib )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2010-07-19 19:16 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-07-19 19:16 UTC (permalink / raw
  To: gentoo-commits

josejx      10/07/19 19:16:05

  Modified:             ChangeLog dosbox-0.74.ebuild
  Log:
  Marked ppc/ppc64 stable for bug #325153.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	15 Jul 2010 09:02:43 -0000	1.53
+++ ChangeLog	19 Jul 2010 19:16:05 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dosbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.53 2010/07/15 09:02:43 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.54 2010/07/19 19:16:05 josejx Exp $
+
+  19 Jul 2010; Joseph Jezak <josejx@gentoo.org> dosbox-0.74.ebuild:
+  Marked ppc/ppc64 stable for bug #325153.
 
   15 Jul 2010; Christian Faulhammer <fauli@gentoo.org> dosbox-0.74.ebuild:
   stable x86, bug 325153



1.5                  games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.4&r2=1.5

Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dosbox-0.74.ebuild	15 Jul 2010 09:02:43 -0000	1.4
+++ dosbox-0.74.ebuild	19 Jul 2010 19:16:05 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.74.ebuild,v 1.4 2010/07/15 09:02:43 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.5 2010/07/19 19:16:05 josejx Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE="alsa debug hardened opengl"
 
 DEPEND="alsa? ( media-libs/alsa-lib )






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2010-11-23  9:24 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-11-23  9:24 UTC (permalink / raw
  To: gentoo-commits

tupone      10/11/23 09:24:23

  Modified:             ChangeLog dosbox-0.74.ebuild
  Log:
  media-libs/libsdl need to be built with X. Fix bug #346241
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.55                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	19 Jul 2010 19:16:05 -0000	1.54
+++ ChangeLog	23 Nov 2010 09:24:23 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dosbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.54 2010/07/19 19:16:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.55 2010/11/23 09:24:23 tupone Exp $
+
+  23 Nov 2010; Tupone Alfredo <tupone@gentoo.org> dosbox-0.74.ebuild:
+  media-libs/libsdl need to be built with X. Fix bug #346241 by Tom Noonan
 
   19 Jul 2010; Joseph Jezak <josejx@gentoo.org> dosbox-0.74.ebuild:
   Marked ppc/ppc64 stable for bug #325153.



1.6                  games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.5&r2=1.6

Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dosbox-0.74.ebuild	19 Jul 2010 19:16:05 -0000	1.5
+++ dosbox-0.74.ebuild	23 Nov 2010 09:24:23 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.74.ebuild,v 1.5 2010/07/19 19:16:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.6 2010/11/23 09:24:23 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -18,9 +18,10 @@
 	opengl? ( virtual/opengl )
 	debug? ( sys-libs/ncurses )
 	media-libs/libpng
-	media-libs/libsdl[joystick,video]
+	media-libs/libsdl[joystick,video,X]
 	media-libs/sdl-net
 	media-libs/sdl-sound"
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	egamesconf \






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2011-04-28  7:22 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-04-28  7:22 UTC (permalink / raw
  To: gentoo-commits

tupone      11/04/28 07:22:45

  Modified:             ChangeLog dosbox-0.74.ebuild
  Log:
  Build with gcc-4.6 Bug #364231
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	23 Nov 2010 09:24:23 -0000	1.55
+++ ChangeLog	28 Apr 2011 07:22:45 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/dosbox
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.55 2010/11/23 09:24:23 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.56 2011/04/28 07:22:45 tupone Exp $
+
+  28 Apr 2011; Tupone Alfredo <tupone@gentoo.org> dosbox-0.74.ebuild,
+  +files/dosbox-0.74-gcc46.patch:
+  Build with gcc-4.6 Bug #364231 by Philipp
 
   23 Nov 2010; Tupone Alfredo <tupone@gentoo.org> dosbox-0.74.ebuild:
   media-libs/libsdl need to be built with X. Fix bug #346241 by Tom Noonan



1.8                  games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.7&r2=1.8

Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dosbox-0.74.ebuild	28 Nov 2010 00:57:53 -0000	1.7
+++ dosbox-0.74.ebuild	28 Apr 2011 07:22:45 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.7 2010/11/28 00:57:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.8 2011/04/28 07:22:45 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -21,6 +21,9 @@
 	media-libs/libsdl[joystick,video,X]
 	media-libs/sdl-net
 	media-libs/sdl-sound"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-gcc46.patch )
 
 src_configure() {
 	egamesconf \






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild
@ 2015-01-17 14:17 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-01-17 14:17 UTC (permalink / raw
  To: gentoo-commits

tupone      15/01/17 14:17:17

  Modified:             ChangeLog dosbox-0.74.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.64                 games-emulation/dosbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	1 Jan 2015 05:10:01 -0000	1.63
+++ ChangeLog	17 Jan 2015 14:17:17 -0000	1.64
@@ -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



1.16                 games-emulation/dosbox/dosbox-0.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.15&r2=1.16

Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dosbox-0.74.ebuild	2 Apr 2013 15:35:59 -0000	1.15
+++ dosbox-0.74.ebuild	17 Jan 2015 14:17:17 -0000	1.16
@@ -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 @@
 	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_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





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-17 14:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15  9:02 [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: ChangeLog dosbox-0.74.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-17 14:17 Alfredo Tupone (tupone)
2011-04-28  7:22 Alfredo Tupone (tupone)
2010-11-23  9:24 Alfredo Tupone (tupone)
2010-07-19 19:16 Joseph Jezak (josejx)
2010-06-24 21:11 Michael Sterrett (mr_bones_)
2010-06-24 21:02 Pacho Ramos (pacho)
2010-05-16 20:34 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox