commit: 15db0df9d0cea3af6cbb955127c242297f9ea973 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 09:44:08 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 09:44:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=15db0df9
www-plugins/freshplayerplugin: Add github to remote-id in metadata.xml Package-Manager: portage-2.2.20 www-plugins/freshplayerplugin/ChangeLog | 2 ++ www-plugins/freshplayerplugin/metadata.xml | 11 +++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/www-plugins/freshplayerplugin/ChangeLog b/www-plugins/freshplayerplugin/ChangeLog new file mode 100644 index 0000000..a1fa17c --- /dev/null +++ b/www-plugins/freshplayerplugin/ChangeLog @@ -0,0 +1,2 @@ + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + www-plugins/freshplayerplugin: Add github to remote-id in metadata.xml diff --git a/www-plugins/freshplayerplugin/metadata.xml b/www-plugins/freshplayerplugin/metadata.xml index 16bcc9f..fee9489 100644 --- a/www-plugins/freshplayerplugin/metadata.xml +++ b/www-plugins/freshplayerplugin/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>Sebastian Pipping</name> - </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Sebastian Pipping</name> + </maintainer> + <upstream> + <remote-id type="github">i-rinat/freshplayerplugin</remote-id> + </upstream> </pkgmetadata>
