diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-02-17 01:49:47 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-02-17 01:49:47 +0000 |
commit | 61d3960806e4d33b2a82c0b107d8d29d257b3767 (patch) | |
tree | a71ede38b56f92f2e9c42374b3e8ec7ac7727a78 /games-emulation | |
parent | amd64 stable - 500988 (diff) | |
download | gentoo-2-61d3960806e4d33b2a82c0b107d8d29d257b3767.tar.gz gentoo-2-61d3960806e4d33b2a82c0b107d8d29d257b3767.tar.bz2 gentoo-2-61d3960806e4d33b2a82c0b107d8d29d257b3767.zip |
Changes SRC_URI to appropriate location, adds mirror restriction for 4.0
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-3.5.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-4.0.ebuild | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index d2302d055406..bbb654cc16e7 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.16 2014/02/07 17:55:17 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.17 2014/02/17 01:49:47 twitch153 Exp $ + + 17 Feb 2014; Devan Franchini <twitch153@gentoo.org> dolphin-3.5.ebuild, + dolphin-4.0.ebuild: + Changes SRC_URI to appropriate location, adds mirror restriction for 4.0 07 Feb 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: Updates REPO_URI and alters Readme.txt to proper Readme.md file diff --git a/games-emulation/dolphin/dolphin-3.5.ebuild b/games-emulation/dolphin/dolphin-3.5.ebuild index aaf75ffeecf1..efb1d1fdf2aa 100644 --- a/games-emulation/dolphin/dolphin-3.5.ebuild +++ b/games-emulation/dolphin/dolphin-3.5.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/dolphin/dolphin-3.5.ebuild,v 1.10 2013/11/17 22:38:30 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.11 2014/02/17 01:49:47 twitch153 Exp $ EAPI=5 @@ -10,7 +10,7 @@ inherit cmake-utils eutils flag-o-matic pax-utils toolchain-funcs versionator wx DESCRIPTION="Gamecube and Wii game emulator" HOMEPAGE="https://www.dolphin-emu.org/" -SRC_URI="http://${PN}-emu.googlecode.com/files/${P}-src.zip" +SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip" LICENSE="GPL-2" SLOT="0" diff --git a/games-emulation/dolphin/dolphin-4.0.ebuild b/games-emulation/dolphin/dolphin-4.0.ebuild index 4117f4ae4a04..c4029128a678 100644 --- a/games-emulation/dolphin/dolphin-4.0.ebuild +++ b/games-emulation/dolphin/dolphin-4.0.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/dolphin/dolphin-4.0.ebuild,v 1.3 2013/11/17 22:38:30 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.ebuild,v 1.4 2014/02/17 01:49:47 twitch153 Exp $ EAPI=5 @@ -8,7 +8,7 @@ WX_GTK_VER="2.9" inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games -SRC_URI="http://${PN}-emu.googlecode.com/files/${P}-src.zip" +SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip" KEYWORDS="~amd64" DESCRIPTION="Gamecube and Wii game emulator" @@ -18,6 +18,8 @@ LICENSE="GPL-2" SLOT="0" IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio pulseaudio" +RESTRICT="mirror" + RDEPEND=">=media-libs/glew-1.6 >=media-libs/libsdl-1.2[joystick] <media-libs/libsfml-2.0 |