diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-12-19 16:55:19 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-12-19 16:55:19 +0000 |
commit | dc33708cd8f5cd3f13b47c0296f989f255cbc83e (patch) | |
tree | 078620b332a383772e06d0d8e14e9e6862c912d9 /games-emulation | |
parent | Update SRC_URI following the upstream move to github. (diff) | |
download | gentoo-2-dc33708cd8f5cd3f13b47c0296f989f255cbc83e.tar.gz gentoo-2-dc33708cd8f5cd3f13b47c0296f989f255cbc83e.tar.bz2 gentoo-2-dc33708cd8f5cd3f13b47c0296f989f255cbc83e.zip |
Update SRC_URI following the upstream move to github.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus-audio-sdl/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-audio-sdl/ChangeLog b/games-emulation/mupen64plus-audio-sdl/ChangeLog index ba73b12f6b98..76a779bddef1 100644 --- a/games-emulation/mupen64plus-audio-sdl/ChangeLog +++ b/games-emulation/mupen64plus-audio-sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus-audio-sdl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-audio-sdl/ChangeLog,v 1.2 2013/12/16 16:41:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-audio-sdl/ChangeLog,v 1.3 2013/12/19 16:55:19 mgorny Exp $ + + 19 Dec 2013; Michał Górny <mgorny@gentoo.org> + mupen64plus-audio-sdl-2.0.ebuild: + Update SRC_URI following the upstream move to github. 16 Dec 2013; Michał Górny <mgorny@gentoo.org> mupen64plus-audio-sdl-2.0.ebuild: diff --git a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild index 96717916553c..ebb6e7462abe 100644 --- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild +++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild @@ -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/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild,v 1.2 2013/12/16 16:41:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.0.ebuild,v 1.3 2013/12/19 16:55:19 mgorny Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit eutils toolchain-funcs games DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin" HOMEPAGE="http://code.google.com/p/mupen64plus/" -SRC_URI="mirror://bitbucket/richard42/${PN}/downloads/${MY_P}.tar.gz" +SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" |