diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /games-emulation | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus/metadata.xml | 19 | ||||
-rw-r--r-- | games-emulation/snes9x/metadata.xml | 13 |
2 files changed, 18 insertions, 14 deletions
diff --git a/games-emulation/mupen64plus/metadata.xml b/games-emulation/mupen64plus/metadata.xml index fc68af90034d..1081051cb5f9 100644 --- a/games-emulation/mupen64plus/metadata.xml +++ b/games-emulation/mupen64plus/metadata.xml @@ -1,15 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>joker@gentoo.org</email> -<name>Christian Birchinger</name> -</maintainer> -<herd>games</herd> -<longdescription> -Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of accurately playing many games. + <maintainer> + <email>joker@gentoo.org</email> + <name>Christian Birchinger</name> + </maintainer> + <herd>games</herd> + <longdescription>Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of accurately playing many games. Included are four MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and input. -There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and Glide64. -</longdescription> +There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and Glide64.</longdescription> + <upstream> + <remote-id type="google-code">mupen64plus</remote-id> + </upstream> </pkgmetadata> diff --git a/games-emulation/snes9x/metadata.xml b/games-emulation/snes9x/metadata.xml index 13e5625ff3d3..24e4956aa0b4 100644 --- a/games-emulation/snes9x/metadata.xml +++ b/games-emulation/snes9x/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>games</herd> - <use> - <flag name="netplay">Enable playing ROMs over the network (not recommended)</flag> - <flag name="xrandr">Enable support for the X xrandr extension</flag> - </use> + <herd>games</herd> + <use> + <flag name="netplay">Enable playing ROMs over the network (not recommended)</flag> + <flag name="xrandr">Enable support for the X xrandr extension</flag> + </use> + <upstream> + <remote-id type="google-code">snes9x-gtk</remote-id> + </upstream> </pkgmetadata> |