diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-02-22 19:46:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 19:55:04 +0000 |
commit | 8dcddfbc4b76ff1108e6342c552d100441e61e93 (patch) | |
tree | c39d5eedd84f44ecfab25d1422a98d2d82dc64fa /games-emulation | |
parent | dev-util/redo: fix MissingRemoteId for maintainer-needed packages (diff) | |
download | gentoo-8dcddfbc4b76ff1108e6342c552d100441e61e93.tar.gz gentoo-8dcddfbc4b76ff1108e6342c552d100441e61e93.tar.bz2 gentoo-8dcddfbc4b76ff1108e6342c552d100441e61e93.zip |
games-emulation/jrommanager: fix MissingRemoteId for maintainer-needed packages
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/jrommanager/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/games-emulation/jrommanager/metadata.xml b/games-emulation/jrommanager/metadata.xml index 3883a6aa9326..69cbdf66ad79 100644 --- a/games-emulation/jrommanager/metadata.xml +++ b/games-emulation/jrommanager/metadata.xml @@ -1,14 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!--maintainer-needed--> - <longdescription> - JRomManager is a Rom manager made to work mostly anywhere, - with decent performance and minimal memory footprint, - some attention was also made to work correctly over shared networks. - It has also been made available open source to permit enhancements - from the retro gaming community. The main focus is to support MAME - and derivatives, but should work well with any Dat file from other - roms sets. - </longdescription> + <!--maintainer-needed--> + <longdescription> + JRomManager is a Rom manager made to work mostly anywhere, + with decent performance and minimal memory footprint, + some attention was also made to work correctly over shared networks. + It has also been made available open source to permit enhancements + from the retro gaming community. The main focus is to support MAME + and derivatives, but should work well with any Dat file from other + roms sets. + </longdescription> + <upstream> + <remote-id type="github">optyfr/JRomManager</remote-id> + </upstream> </pkgmetadata> |