diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-12-19 16:55:02 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-12-19 16:55:02 +0000 |
commit | 8ef6ec0c059f133c0c72c294c3309468ed0e8ec5 (patch) | |
tree | eaf8c093ba65ae29b268706ddf5ff1369d6fa551 /games-emulation | |
parent | Remove obsolete files. (diff) | |
download | gentoo-2-8ef6ec0c059f133c0c72c294c3309468ed0e8ec5.tar.gz gentoo-2-8ef6ec0c059f133c0c72c294c3309468ed0e8ec5.tar.bz2 gentoo-2-8ef6ec0c059f133c0c72c294c3309468ed0e8ec5.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-video-rice/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-video-rice/ChangeLog b/games-emulation/mupen64plus-video-rice/ChangeLog index 66e99553f60b..265a44674a43 100644 --- a/games-emulation/mupen64plus-video-rice/ChangeLog +++ b/games-emulation/mupen64plus-video-rice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus-video-rice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog,v 1.2 2013/12/16 16:41:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/ChangeLog,v 1.3 2013/12/19 16:55:02 mgorny Exp $ + + 19 Dec 2013; Michał Górny <mgorny@gentoo.org> + mupen64plus-video-rice-2.0.ebuild: + Update SRC_URI following the upstream move to github. 16 Dec 2013; Michał Górny <mgorny@gentoo.org> mupen64plus-video-rice-2.0.ebuild: diff --git a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild index cc8e79cd892a..4b3c8d84c38d 100644 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-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-video-rice/mupen64plus-video-rice-2.0.ebuild,v 1.2 2013/12/16 16:41:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild,v 1.3 2013/12/19 16:55:02 mgorny Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit eutils toolchain-funcs games DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, rice video 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" |