diff options
-rw-r--r-- | games-emulation/hatari/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.5.0.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.6.1-r1.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.6.1.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.6.2.ebuild | 6 |
5 files changed, 19 insertions, 14 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index 0bb59ee0a83e..0bb7535b69f3 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/hatari -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.44 2013/12/24 12:51:20 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.45 2014/05/15 16:37:13 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> hatari-1.5.0.ebuild, + hatari-1.6.1.ebuild, hatari-1.6.1-r1.ebuild, hatari-1.6.2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> hatari-1.6.2.ebuild: Stable for x86, wrt bug #491390 diff --git a/games-emulation/hatari/hatari-1.5.0.ebuild b/games-emulation/hatari/hatari-1.5.0.ebuild index 0fc9e5305ceb..4c143bd4bf3c 100644 --- a/games-emulation/hatari/hatari-1.5.0.ebuild +++ b/games-emulation/hatari/hatari-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.7 2012/05/21 19:19:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.8 2014/05/15 16:37:13 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs cmake-utils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="media-libs/libsdl[X,audio,video] +RDEPEND="media-libs/libsdl[X,sound,video] sys-libs/readline media-libs/libpng sys-libs/zlib" diff --git a/games-emulation/hatari/hatari-1.6.1-r1.ebuild b/games-emulation/hatari/hatari-1.6.1-r1.ebuild index 76309c74b4ca..35289d6f5356 100644 --- a/games-emulation/hatari/hatari-1.6.1-r1.ebuild +++ b/games-emulation/hatari/hatari-1.6.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1-r1.ebuild,v 1.1 2013/06/13 10:37:26 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1-r1.ebuild,v 1.2 2014/05/15 16:37:13 ulm Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - media-libs/libsdl[X,audio,video] + media-libs/libsdl[X,sound,video] sys-libs/readline media-libs/libpng sys-libs/zlib" diff --git a/games-emulation/hatari/hatari-1.6.1.ebuild b/games-emulation/hatari/hatari-1.6.1.ebuild index d79fbb3792ad..3685ae03b8d9 100644 --- a/games-emulation/hatari/hatari-1.6.1.ebuild +++ b/games-emulation/hatari/hatari-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild,v 1.6 2012/08/08 19:46:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild,v 1.7 2014/05/15 16:37:13 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs cmake-utils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="media-libs/libsdl[X,audio,video] +RDEPEND="media-libs/libsdl[X,sound,video] sys-libs/readline media-libs/libpng sys-libs/zlib" diff --git a/games-emulation/hatari/hatari-1.6.2.ebuild b/games-emulation/hatari/hatari-1.6.2.ebuild index 783c81aefbc6..486a1a778eb2 100644 --- a/games-emulation/hatari/hatari-1.6.2.ebuild +++ b/games-emulation/hatari/hatari-1.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild,v 1.4 2013/12/24 12:51:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild,v 1.5 2014/05/15 16:37:13 ulm Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - media-libs/libsdl[X,audio,video] + media-libs/libsdl[X,sound,video] sys-libs/readline media-libs/libpng sys-libs/zlib" |