diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-12-19 16:55:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-12-19 16:55:18 +0000 |
commit | 6d388ab2f0ba9d6780ff6e1bd57698ad38423d96 (patch) | |
tree | 627bd85ce1e2723da030f6c5207795d490e33a1b /games-emulation | |
parent | Update SRC_URI following the upstream move to github. (diff) | |
download | gentoo-2-6d388ab2f0ba9d6780ff6e1bd57698ad38423d96.tar.gz gentoo-2-6d388ab2f0ba9d6780ff6e1bd57698ad38423d96.tar.bz2 gentoo-2-6d388ab2f0ba9d6780ff6e1bd57698ad38423d96.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-input-sdl/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-input-sdl/ChangeLog b/games-emulation/mupen64plus-input-sdl/ChangeLog index 9c508d166048..93ab7ae14fc9 100644 --- a/games-emulation/mupen64plus-input-sdl/ChangeLog +++ b/games-emulation/mupen64plus-input-sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus-input-sdl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v 1.2 2013/12/16 16:41:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/ChangeLog,v 1.3 2013/12/19 16:55:18 mgorny Exp $ + + 19 Dec 2013; Michał Górny <mgorny@gentoo.org> + mupen64plus-input-sdl-2.0.ebuild: + Update SRC_URI following the upstream move to github. 16 Dec 2013; Michał Górny <mgorny@gentoo.org> mupen64plus-input-sdl-2.0.ebuild: diff --git a/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild b/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild index 391cff417476..b25064de7a57 100644 --- a/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild +++ b/games-emulation/mupen64plus-input-sdl/mupen64plus-input-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-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v 1.2 2013/12/16 16:41:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.0.ebuild,v 1.3 2013/12/19 16:55:18 mgorny Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit eutils toolchain-funcs games DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL input 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" |