diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 09:47:17 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 09:47:17 +0000 |
commit | 073765e1af3e423cf254fc78c5c2e7fdd5860412 (patch) | |
tree | 1e8967f73b6ca72f7d0c63e4c30a6285eebc64c3 /app-vim | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-073765e1af3e423cf254fc78c5c2e7fdd5860412.tar.gz gentoo-2-073765e1af3e423cf254fc78c5c2e7fdd5860412.tar.bz2 gentoo-2-073765e1af3e423cf254fc78c5c2e7fdd5860412.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-vim')
-rw-r--r-- | app-vim/syntastic/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/syntastic/metadata.xml | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-vim/syntastic/ChangeLog b/app-vim/syntastic/ChangeLog index fcde48f70365..883e32684468 100644 --- a/app-vim/syntastic/ChangeLog +++ b/app-vim/syntastic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/syntastic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.13 2015/01/22 05:37:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.14 2015/06/06 09:47:17 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 22 Jan 2015; Tim Harder <radhermit@gentoo.org> -syntastic-3.0.0.ebuild, -syntastic-3.1.0.ebuild, -syntastic-3.2.0.ebuild, -syntastic-3.3.0.ebuild, diff --git a/app-vim/syntastic/metadata.xml b/app-vim/syntastic/metadata.xml index 5fcb67350f69..847bbf0fce2c 100644 --- a/app-vim/syntastic/metadata.xml +++ b/app-vim/syntastic/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>vim</herd> + <herd>vim</herd> + <upstream> + <remote-id type="github">scrooloose/syntastic</remote-id> + </upstream> </pkgmetadata> |