diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-07 07:56:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-07 07:56:50 +0000 |
commit | 3b612384e4f3ca7ba180ff4a64498eee06b2b1cb (patch) | |
tree | c0d2e946ec7223f43e0a0eefcda754e86d08f945 /app-emulation/winetricks | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-3b612384e4f3ca7ba180ff4a64498eee06b2b1cb.tar.gz gentoo-2-3b612384e4f3ca7ba180ff4a64498eee06b2b1cb.tar.bz2 gentoo-2-3b612384e4f3ca7ba180ff4a64498eee06b2b1cb.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-emulation/winetricks')
-rw-r--r-- | app-emulation/winetricks/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/winetricks/metadata.xml | 27 |
2 files changed, 18 insertions, 14 deletions
diff --git a/app-emulation/winetricks/ChangeLog b/app-emulation/winetricks/ChangeLog index ed780a924b6d..c8075bbc80fa 100644 --- a/app-emulation/winetricks/ChangeLog +++ b/app-emulation/winetricks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/winetricks # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.34 2015/06/04 18:59:05 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/ChangeLog,v 1.35 2015/06/07 07:56:50 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 04 Jun 2015; Michael Palimaka <kensington@gentoo.org> winetricks-20150416.ebuild, winetricks-99999999.ebuild: diff --git a/app-emulation/winetricks/metadata.xml b/app-emulation/winetricks/metadata.xml index 85a63636d81a..6cb30b92d9a2 100644 --- a/app-emulation/winetricks/metadata.xml +++ b/app-emulation/winetricks/metadata.xml @@ -1,18 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>wine</herd> -<herd>proxy-maintainers</herd> -<maintainer> - <email>np.hardass@gmail.com</email> - <name>NP-Hardass</name> - <description>Proxied co-maintainer</description> -</maintainer> -<upstream> - <remote-id type="google-code">winetricks</remote-id> -</upstream> -<use> - <flag name="rar">Pull in <pkg>app-arch/unrar</pkg> for extraction of + <herd>wine</herd> + <herd>proxy-maintainers</herd> + <maintainer> + <email>np.hardass@gmail.com</email> + <name>NP-Hardass</name> + <description>Proxied co-maintainer</description> + </maintainer> + <upstream> + <remote-id type="google-code">winetricks</remote-id> + <remote-id type="github">Winetricks/winetricks</remote-id> + </upstream> + <use> + <flag name="rar">Pull in <pkg>app-arch/unrar</pkg> for extraction of rar-compressed game files</flag> -</use> + </use> </pkgmetadata> |