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