diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 07:53:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 07:53:13 +0000 |
commit | 0e020aab471613f89d297a063ca82bdeb6bdecba (patch) | |
tree | 8e86a314186630591e95214f2a44a084ff4d95e2 /app-shells | |
parent | Whitespace. (diff) | |
download | gentoo-2-0e020aab471613f89d297a063ca82bdeb6bdecba.tar.gz gentoo-2-0e020aab471613f89d297a063ca82bdeb6bdecba.tar.bz2 gentoo-2-0e020aab471613f89d297a063ca82bdeb6bdecba.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-shells')
-rw-r--r-- | app-shells/zsh-completions/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/zsh-completions/metadata.xml | 21 |
2 files changed, 17 insertions, 11 deletions
diff --git a/app-shells/zsh-completions/ChangeLog b/app-shells/zsh-completions/ChangeLog index 00eb06c52d43..5ad12b564ec5 100644 --- a/app-shells/zsh-completions/ChangeLog +++ b/app-shells/zsh-completions/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh-completions -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v 1.3 2014/11/23 19:15:14 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completions/ChangeLog,v 1.4 2015/06/06 07:53:13 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml *zsh-completions-0.12.0-r1 (23 Nov 2014) diff --git a/app-shells/zsh-completions/metadata.xml b/app-shells/zsh-completions/metadata.xml index 92edd9f29a9c..281af4337b47 100644 --- a/app-shells/zsh-completions/metadata.xml +++ b/app-shells/zsh-completions/metadata.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>radhermit@gentoo.org</email> - <name>Tim Harder</name> - </maintainer> - <maintainer> - <email>mrueg@gentoo.org</email> - <name>Manuel Rüger</name> - <description>CC on bugs</description> - </maintainer> + <maintainer> + <email>radhermit@gentoo.org</email> + <name>Tim Harder</name> + </maintainer> + <maintainer> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + <description>CC on bugs</description> + </maintainer> + <upstream> + <remote-id type="github">zsh-users/zsh-completions</remote-id> + </upstream> </pkgmetadata> |