diff options
author | 2013-12-19 16:55:13 +0000 | |
---|---|---|
committer | 2013-12-19 16:55:13 +0000 | |
commit | 732385f8252ddd9a53393b4948f4356ad26b2388 (patch) | |
tree | 956a6d511002f7fa5fffac6a90a9f51fab9fe80f /games-emulation/mupen64plus-core | |
parent | Update SRC_URI following the upstream move to github. (diff) | |
download | gentoo-2-732385f8252ddd9a53393b4948f4356ad26b2388.tar.gz gentoo-2-732385f8252ddd9a53393b4948f4356ad26b2388.tar.bz2 gentoo-2-732385f8252ddd9a53393b4948f4356ad26b2388.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/mupen64plus-core')
-rw-r--r-- | games-emulation/mupen64plus-core/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus-core/ChangeLog b/games-emulation/mupen64plus-core/ChangeLog index 7d22e7e9aa78..44c5c6b7df1a 100644 --- a/games-emulation/mupen64plus-core/ChangeLog +++ b/games-emulation/mupen64plus-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mupen64plus-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/ChangeLog,v 1.2 2013/12/16 16:42:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/ChangeLog,v 1.3 2013/12/19 16:55:13 mgorny Exp $ + + 19 Dec 2013; Michał Górny <mgorny@gentoo.org> mupen64plus-core-2.0.ebuild: + Update SRC_URI following the upstream move to github. 16 Dec 2013; Michał Górny <mgorny@gentoo.org> mupen64plus-core-2.0.ebuild: Remove implicit CPU flags from the Makefiles. Support epatch_user. diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild index 86ddeac77299..d2a9a1121a5d 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-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-core/mupen64plus-core-2.0.ebuild,v 1.2 2013/12/16 16:42:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild,v 1.3 2013/12/19 16:55:13 mgorny Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit eutils toolchain-funcs games DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library" 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/2" |