* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
@ 2011-07-07 18:29 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-07 18:29 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 11/07/07 18:29:24
Modified: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
Log:
add alsa use dep for libsdl (bug #374333)
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.2 games-emulation/dosbox/dosbox-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?r1=1.1&r2=1.2
Index: dosbox-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dosbox-9999.ebuild 9 Nov 2009 22:21:27 -0000 1.1
+++ dosbox-9999.ebuild 7 Jul 2011 18:29:24 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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-9999.ebuild,v 1.1 2009/11/09 22:21:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.2 2011/07/07 18:29:24 mr_bones_ Exp $
EAPI=2
ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
@@ -14,7 +14,8 @@
KEYWORDS=""
IUSE="alsa debug hardened opengl"
-DEPEND="alsa? ( media-libs/alsa-lib )
+DEPEND="alsa? ( media-libs/alsa-lib
+ media-libs/libsdl[alsa] )
opengl? ( virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng
1.10 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.9&r2=1.10
Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dosbox-0.74.ebuild 28 Apr 2011 07:41:09 -0000 1.9
+++ dosbox-0.74.ebuild 7 Jul 2011 18:29:24 -0000 1.10
@@ -1,6 +1,6 @@
# 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.9 2011/04/28 07:41:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.10 2011/07/07 18:29:24 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -14,7 +14,8 @@
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
IUSE="alsa debug hardened opengl"
-DEPEND="alsa? ( media-libs/alsa-lib )
+DEPEND="alsa? ( media-libs/alsa-lib
+ media-libs/libsdl[alsa] )
opengl? ( virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng
1.57 games-emulation/dosbox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 28 Apr 2011 07:22:45 -0000 1.56
+++ ChangeLog 7 Jul 2011 18:29:24 -0000 1.57
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.57 2011/07/07 18:29:24 mr_bones_ Exp $
+
+ 07 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
+ dosbox-9999.ebuild:
+ add alsa use dep for libsdl (bug #374333)
28 Apr 2011; Tupone Alfredo <tupone@gentoo.org> dosbox-0.74.ebuild,
+files/dosbox-0.74-gcc46.patch:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
@ 2012-11-26 22:09 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-11-26 22:09 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 12/11/26 22:09:38
Modified: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
Log:
add glu dep (bug #444758)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 games-emulation/dosbox/dosbox-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?r1=1.2&r2=1.3
Index: dosbox-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dosbox-9999.ebuild 7 Jul 2011 18:29:24 -0000 1.2
+++ dosbox-9999.ebuild 26 Nov 2012 22:09:38 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.2 2011/07/07 18:29:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.3 2012/11/26 22:09:38 mr_bones_ Exp $
EAPI=2
ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
@@ -16,7 +16,9 @@
DEPEND="alsa? ( media-libs/alsa-lib
media-libs/libsdl[alsa] )
- opengl? ( virtual/opengl )
+ opengl? (
+ virtual/glu
+ virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng
media-libs/libsdl[joystick,video]
1.12 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.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.11&r2=1.12
Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dosbox-0.74.ebuild 3 Sep 2012 15:35:29 -0000 1.11
+++ dosbox-0.74.ebuild 26 Nov 2012 22:09:38 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.11 2012/09/03 15:35:29 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.12 2012/11/26 22:09:38 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -16,7 +16,9 @@
DEPEND="alsa? ( media-libs/alsa-lib
media-libs/libsdl[alsa] )
- opengl? ( virtual/opengl )
+ opengl? (
+ virtual/glu
+ virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng
media-libs/libsdl[joystick,video,X]
1.59 games-emulation/dosbox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 3 Sep 2012 15:35:29 -0000 1.58
+++ ChangeLog 26 Nov 2012 22:09:38 -0000 1.59
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.58 2012/09/03 15:35:29 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.59 2012/11/26 22:09:38 mr_bones_ Exp $
+
+ 26 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
+ dosbox-9999.ebuild:
+ add glu dep (bug #444758)
03 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
dosbox-0.74.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
@ 2013-01-31 20:17 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-31 20:17 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/01/31 20:17:22
Modified: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
Log:
really turn off dynamic core for hardened (bug #352310)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 games-emulation/dosbox/dosbox-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?r1=1.3&r2=1.4
Index: dosbox-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dosbox-9999.ebuild 26 Nov 2012 22:09:38 -0000 1.3
+++ dosbox-9999.ebuild 31 Jan 2013 20:17:21 -0000 1.4
@@ -1,6 +1,6 @@
-# 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-emulation/dosbox/dosbox-9999.ebuild,v 1.3 2012/11/26 22:09:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.4 2013/01/31 20:17:21 mr_bones_ Exp $
EAPI=2
ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
@@ -40,13 +40,14 @@
egamesconf \
--disable-dependency-tracking \
$(use_enable alsa alsa-midi) \
+ $(use_enable !hardened dynamic-core) \
$(use_enable !hardened dynamic-x86) \
$(use_enable debug) \
$(use_enable opengl)
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS
make_desktop_entry dosbox DOSBox /usr/share/pixmaps/dosbox.ico
doicon src/dosbox.ico
1.13 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.12&r2=1.13
Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dosbox-0.74.ebuild 26 Nov 2012 22:09:38 -0000 1.12
+++ dosbox-0.74.ebuild 31 Jan 2013 20:17:21 -0000 1.13
@@ -1,6 +1,6 @@
-# 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-emulation/dosbox/dosbox-0.74.ebuild,v 1.12 2012/11/26 22:09:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.13 2013/01/31 20:17:21 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -31,13 +31,14 @@
egamesconf \
--disable-dependency-tracking \
$(use_enable alsa alsa-midi) \
+ $(use_enable !hardened dynamic-core) \
$(use_enable !hardened dynamic-x86) \
$(use_enable debug) \
$(use_enable opengl)
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS
make_desktop_entry dosbox DOSBox /usr/share/pixmaps/dosbox.ico
doicon src/dosbox.ico
1.60 games-emulation/dosbox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 26 Nov 2012 22:09:38 -0000 1.59
+++ ChangeLog 31 Jan 2013 20:17:21 -0000 1.60
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.59 2012/11/26 22:09:38 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.60 2013/01/31 20:17:21 mr_bones_ Exp $
+
+ 31 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
+ dosbox-9999.ebuild:
+ really turn off dynamic core for hardened (bug #352310)
26 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
dosbox-9999.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
@ 2013-04-01 19:37 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-04-01 19:37 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/04/01 19:37:18
Modified: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
Log:
add slot to libpng dep
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.5 games-emulation/dosbox/dosbox-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?r1=1.4&r2=1.5
Index: dosbox-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dosbox-9999.ebuild 31 Jan 2013 20:17:21 -0000 1.4
+++ dosbox-9999.ebuild 1 Apr 2013 19:37:17 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.4 2013/01/31 20:17:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.5 2013/04/01 19:37:17 mr_bones_ Exp $
EAPI=2
ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
@@ -20,7 +20,7 @@
virtual/glu
virtual/opengl )
debug? ( sys-libs/ncurses )
- media-libs/libpng
+ media-libs/libpng:0
media-libs/libsdl[joystick,video]
media-libs/sdl-net
media-libs/sdl-sound"
1.14 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.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.13&r2=1.14
Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dosbox-0.74.ebuild 31 Jan 2013 20:17:21 -0000 1.13
+++ dosbox-0.74.ebuild 1 Apr 2013 19:37:17 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.13 2013/01/31 20:17:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.14 2013/04/01 19:37:17 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -20,7 +20,7 @@
virtual/glu
virtual/opengl )
debug? ( sys-libs/ncurses )
- media-libs/libpng
+ media-libs/libpng:0
media-libs/libsdl[joystick,video,X]
media-libs/sdl-net
media-libs/sdl-sound"
1.61 games-emulation/dosbox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 31 Jan 2013 20:17:21 -0000 1.60
+++ ChangeLog 1 Apr 2013 19:37:18 -0000 1.61
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.60 2013/01/31 20:17:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.61 2013/04/01 19:37:18 mr_bones_ Exp $
+
+ 01 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
+ dosbox-9999.ebuild:
+ add slot to libpng dep
31 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
dosbox-9999.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
@ 2013-04-02 15:35 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-04-02 15:35 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/04/02 15:35:59
Modified: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
Log:
revert incorrect use dep for alsa case
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.6 games-emulation/dosbox/dosbox-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?r1=1.5&r2=1.6
Index: dosbox-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dosbox-9999.ebuild 1 Apr 2013 19:37:17 -0000 1.5
+++ dosbox-9999.ebuild 2 Apr 2013 15:35:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.5 2013/04/01 19:37:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.6 2013/04/02 15:35:59 mr_bones_ Exp $
EAPI=2
ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
@@ -14,14 +14,11 @@
KEYWORDS=""
IUSE="alsa debug hardened opengl"
-DEPEND="alsa? ( media-libs/alsa-lib
- media-libs/libsdl[alsa] )
- opengl? (
- virtual/glu
- virtual/opengl )
+DEPEND="alsa? ( media-libs/alsa-lib )
+ opengl? ( virtual/glu virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng:0
- media-libs/libsdl[joystick,video]
+ media-libs/libsdl[joystick,video,X]
media-libs/sdl-net
media-libs/sdl-sound"
1.15 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.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.14&r2=1.15
Index: dosbox-0.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dosbox-0.74.ebuild 1 Apr 2013 19:37:17 -0000 1.14
+++ dosbox-0.74.ebuild 2 Apr 2013 15:35:59 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.14 2013/04/01 19:37:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.15 2013/04/02 15:35:59 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -14,11 +14,8 @@
KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86"
IUSE="alsa debug hardened opengl"
-DEPEND="alsa? ( media-libs/alsa-lib
- media-libs/libsdl[alsa] )
- opengl? (
- virtual/glu
- virtual/opengl )
+DEPEND="alsa? ( media-libs/alsa-lib )
+ opengl? ( virtual/glu virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng:0
media-libs/libsdl[joystick,video,X]
1.62 games-emulation/dosbox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 1 Apr 2013 19:37:18 -0000 1.61
+++ ChangeLog 2 Apr 2013 15:35:59 -0000 1.62
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.61 2013/04/01 19:37:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.62 2013/04/02 15:35:59 mr_bones_ Exp $
+
+ 02 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
+ dosbox-9999.ebuild:
+ revert incorrect use dep for alsa case
01 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
dosbox-9999.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-02 15:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 19:37 [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2013-04-02 15:35 Michael Sterrett (mr_bones_)
2013-01-31 20:17 Michael Sterrett (mr_bones_)
2012-11-26 22:09 Michael Sterrett (mr_bones_)
2011-07-07 18:29 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